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]

Re: Can't build libgcc/unwind-sjlj.o on neither gcc-3.1 or gcc-3.2 branch using binutils cvs (neither main branch nor 2.12)


On Sat, Mar 02, 2002 at 07:00:25PM +0100, chj wrote:
> Today when I tried bootstraping gcc-3.2 with an in-tree binutils main
> branch cvs I got a failure like this:
> 
> ./xgcc -B./ -B/usr/local/sparc-linux/bin/ -isystem /usr/local/sparc-linux/include -isystem /usr/local/sparc-linux/sys-include -O2  -DIN_GCC    -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include  -fPIC -g1 -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -I. -I. -I../../gcc -I../../gcc/. -I../../gcc/config -I../../gcc/../include -fexceptions -c ../../gcc/unwind-sjlj.c -o libgcc/./unwind-sjlj.o
> lt-ld-new:built in linker script:49: parse error
> collect2: ld returned 1 exit status
> make[3]: *** [libgcc/./_muldi3.oS] Error 1
> make[3]: *** Waiting for unfinished jobs....
> make[3]: Leaving directory `/share1/gcc-dev/gcc/objdir/gcc'
> make[2]: *** [libgcc.a] Error 2
> make[2]: Leaving directory `/share1/gcc-dev/gcc/objdir/gcc'
> make[1]: *** [stage1_build] Error 2
> make[1]: Leaving directory `/share1/gcc-dev/gcc/objdir/gcc'
> make: *** [bootstrap-lean] Error 2
> 
> Trying gcc-3.1 and binutils 2.12 branch gave me similar problems.
> 

Fixed now thanks to Alan Modra's patch to fix typos in
ld/scripttempl/elf.sc

Cheers,

/ChJ


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