PDA

View Full Version : Need tips on cross-compiling!



kevdog
August 9th, 2009, 06:14 AM
Any help about how to cross compile for windows would be great!! Thanks.

CJ Master
August 9th, 2009, 06:20 AM
Use python. ;)

Seriously, no details on what programing language, etc? Really?

Jimleko211
August 9th, 2009, 06:24 AM
For C and C++, you can use the MinGW compiler.

kevdog
August 9th, 2009, 06:36 AM
How do I use the mingw compiler? I'm really confused -- this is what I want to do!!

Jimleko211
August 9th, 2009, 06:52 AM
http://forums.codeblocks.org/index.php?topic=10430.0;prev_next=next

Kind of outdated but it should help you out a bit.