This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug other/14147] Cross-Compilation fails


------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]