[Bug other/14147] Cross-Compilation fails

dhazeghi at yahoo dot com gcc-bugzilla@gcc.gnu.org
Sun Feb 15 17:15:00 GMT 2004


------- Additional Comments From dhazeghi at yahoo dot com  2004-02-15 17:15 -------
Do a google search for building a linux cross-compiler. You need headers (and libraries) from the 
system you're targetting. See <http://bytesex.org/cross-compiler.html> for general info. See --with-
sysroot or --with-libs and --with-headers option in the install docs too (you will need them) <http://
gcc.gnu.org/install/configure.html>. Bottom line is that cross-compiling most definitely does work, but 
you need a bit of setup before hand to make it happy... Dan Kegel's crosstool may also be helpful. We 
already have another open bug for the out-of-date/missing documentation on all this.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |INVALID


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14147



More information about the Gcc-bugs mailing list