cross compiler [Archive] - C Board

PDA

View Full Version : cross compiler


cozman
08-10-2001, 04:45 PM
is there a cross compiler that runs on Win or Dos and compiles for Linux? I know that there is one that is the opposite. Thanks.

Flarelocke
08-10-2001, 04:56 PM
GCC runs also on DOS/Windows, so if you get Cygwin and/or Mingw GCC's to work under windows, you can set it up to cross compile for Linux.

cozman
08-10-2001, 10:28 PM
search google for gcc cross compile and you'll get a real cool tutorial as the 2nd result.