Code::Blocks Forums

User forums => General (but related to Code::Blocks) => Topic started by: jolle-pe on December 31, 2014, 11:33:12 am

Title: Cross Compiling Linux 64 and 32 Bit
Post by: jolle-pe 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
Title: Re: Cross Compiling Linux 64 and 32 Bit
Post by: oBFusCATed 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.
Title: Re: Cross Compiling Linux 64 and 32 Bit
Post by: jolle-pe on December 31, 2014, 12:53:49 pm
Is there a tutorial available?
I dont exactly know which settings to change
Title: Re: Cross Compiling Linux 64 and 32 Bit
Post by: oBFusCATed 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.