Author Topic: Cross Compiling Linux 64 and 32 Bit  (Read 3250 times)

Offline jolle-pe

  • Single posting newcomer
  • *
  • Posts: 2
Cross Compiling Linux 64 and 32 Bit
« on: December 31, 2014, 11:33:12 am »
Hello,

i want to compile my program in codeblocks für Linux 32 and 64 bit simultaneously.
For each architecture i have different build options (e.g. different .so files)

Is my problem generally possible in codeblocks?

Best regards
Julian

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: Cross Compiling Linux 64 and 32 Bit
« Reply #1 on: December 31, 2014, 12:08:23 pm »
Yes, create different targets for different builds and then group them in a virtual target that builds them all.
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

Offline jolle-pe

  • Single posting newcomer
  • *
  • Posts: 2
Re: Cross Compiling Linux 64 and 32 Bit
« Reply #2 on: December 31, 2014, 12:53:49 pm »
Is there a tutorial available?
I dont exactly know which settings to change

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: Cross Compiling Linux 64 and 32 Bit
« Reply #3 on: January 01, 2015, 05:36:07 pm »
I don't know. Take a look at the wiki or the manual.
Probably there you find something useful.
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]