This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug other/14147] Cross-Compilation fails
- From: "dhazeghi at yahoo dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 15 Feb 2004 17:15:16 -0000
- Subject: [Bug other/14147] Cross-Compilation fails
- References: <20040214151005.14147.joachim.eibl@gmx.de>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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