Thread: cross compiler

  1. #1
    Registered User
    Join Date
    Aug 2001
    Posts
    403

    cross compiler

    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.

  2. #2
    Registered User
    Join Date
    Aug 2001
    Posts
    79
    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.
    All generalizations are false

  3. #3
    Registered User
    Join Date
    Aug 2001
    Posts
    403

    yeah i found a great tutorial on this

    search google for gcc cross compile and you'll get a real cool tutorial as the 2nd result.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. added start menu crashes game
    By avgprogamerjoe in forum Game Programming
    Replies: 6
    Last Post: 08-29-2007, 01:30 PM
  2. Compiler Paths...
    By Cobra in forum C++ Programming
    Replies: 5
    Last Post: 09-26-2006, 04:04 AM
  3. C Compiler and stuff
    By pal1ndr0me in forum C Programming
    Replies: 10
    Last Post: 07-21-2006, 11:07 AM
  4. I can't get this new compiler to work.
    By Loduwijk in forum C++ Programming
    Replies: 7
    Last Post: 03-29-2006, 06:42 AM
  5. how to call a compiler?
    By castlelight in forum C Programming
    Replies: 3
    Last Post: 11-22-2005, 11:28 AM