[Bug other/31088] Building cross-compiler with newlib-1.15.0 and binutils-2.17 fails in libssp
rask at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Tue Nov 20 19:30:00 GMT 2007
------- Comment #1 from rask at gcc dot gnu dot org 2007-11-20 19:30 -------
If you don't build in a combined tree, you'll have to build and install
binutils and newlib before you can build some of the gcc components, such as
libssp. This means building gcc twice; first with --disable-libssp and so on,
then build and install newlib and finally build gcc again without
--disable-libssp and so on. IOW using a combined tree is much easier, but see
also bug 32154, which was only fixed for GCC 4.3.
--
rask at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Component|c |other
Resolution| |INVALID
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31088
More information about the Gcc-bugs
mailing list