Welcome, Guest
Username: Password: Remember me
CodeTyphon Linux OS Development, discussions and problems
  • Page:
  • 1

TOPIC:

How to Lazarus 32bit on Linux X64 11 years 5 months ago #2741

  • FredyCC
  • FredyCC's Avatar Topic Author
  • Offline
  • Junior Member
  • Junior Member
  • Database/Developer
  • Posts: 60
  • Thank you received: 10
Hi, There is a way to compile CT Lazarus 32 bit version on a Linux X64?, for Windows the two modes are enabled but not for Linux :huh:.
Thanks.


regards.

Please Log in or Create an account to join the conversation.

Last edit: by FredyCC. Reason: Bad description

How to Lazarus 32bit on Linux X64 11 years 5 months ago #2742

  • Aleksandar
  • Aleksandar's Avatar
  • Offline
  • Junior Member
  • Junior Member
  • Posts: 150
  • Thank you received: 31

fredycc wrote: Hi, There is a way to compile CT Lazarus 32 bit version on a Linux X64?, for Windows the two modes are enabled but not for Linux :huh:.


It is possible on some distributions, but I generally do not like the idea about two IDEs. In that case you need to maintain same components on two places.

You can safely cross compile 32bit Linux apps from 64bit CT.

I managed to install both 32bit and 64bit versions of CT 2.70 on Mandriva and Rosa x64, which is described here .

CT 2.80+ provide 32bit cross compile element for Linux out of the box, so I followed much simpler way, described here .

As you can see there I can compile all of those from single CT x64:

1. x86_64-linux (both gtk2 and qt widget sets)
2. i386-linux (both gtk2 and qt widget sets)
3. x86_64-win64 (gtk2, qt and windows widget sets)
4. i386-win32 (gtk2, qt and windows widget sets)
The following user(s) said Thank You: FredyCC

Please Log in or Create an account to join the conversation.

How to Lazarus 32bit on Linux X64 11 years 5 months ago #2743

  • FredyCC
  • FredyCC's Avatar Topic Author
  • Offline
  • Junior Member
  • Junior Member
  • Database/Developer
  • Posts: 60
  • Thank you received: 10
Thanks viking, my real problem are some package doesn't work correctly at design time on Lazarus 64bit version, thanks for the advice

regards

Please Log in or Create an account to join the conversation.

  • Page:
  • 1