Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: FreeSouth on June 01, 2007, 06:46:13 pm

Title: What 's the real meaning "C::B can build the project cross the platform "???
Post by: FreeSouth on June 01, 2007, 06:46:13 pm
????

Means the code is able to build on the ubuntu , but can run on the windows directly?  Do  I perceive in this way correct?

Thank you~~~~
@_@

 
Title: Re: What 's the real meaning "C::B can build the project cross the platform "???
Post by: TDragon on June 01, 2007, 06:53:21 pm
Only if you have a Linux-Windows cross-compiler. Generally, Code::Blocks is designed to help you create programs that can be compiled on more than one platform.
Title: Re: What 's the real meaning "C::B can build the project cross the platform "???
Post by: FreeSouth on June 02, 2007, 05:50:15 am
Only if you have a Linux-Windows cross-compiler. Generally, Code::Blocks is designed to help you create programs that can be compiled on more than one platform.

thx
Could you like to introduce a  cross-compiler to run on the Linux with C::B?
I want to build the OpenSceneGraph project on the ubuntu, please give me some addvise~~~   
Title: Re: What 's the real meaning "C::B can build the project cross the platform "???
Post by: raph on June 02, 2007, 11:03:10 am
MinGW is the Windows port of GCC. You can use it on Linux to cross compile.
e.g. see here (http://forums.codeblocks.org/index.php/topic,3343.0.html)

Regards
raph
Title: Re: What 's the real meaning "C::B can build the project cross the platform "???
Post by: FreeSouth on June 02, 2007, 12:03:36 pm
Thank you raph ~~~


Regards
FreeSouth~~