This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: gas problem
- To: Shigeya Suzuki <shigeya at foretune dot co dot jp>
- Subject: Re: gas problem
- From: Jeffrey A Law <law at cygnus dot com>
- Date: Wed, 10 Jun 1998 23:54:31 -0600
- cc: egcs-bugs at cygnus dot com
- Reply-To: law at cygnus dot com
In message <19980610174513T.shigeya@foretune.co.jp>you write:
> This is not EGCS problem, but it start happening, someone in this list
> may have similiar exprience.
>
> Recently, I'm experiencing problem with gas on i386-pc-bsdi3.1 which
> prevent me to bootstrap recent snapshot.
>
> I have following problem during bootstrap. I tested this with 980608
> snapshot to make sure.
[ ... ]
> stage1/xgcc -Bstage1/ -c -DIN_GCC -W -Wall -O2 -g -O2 -DHAVE_CONFIG_H -I. -I../../egcs-snap/egcs/gcc -I../../egcs-snap/egcs/gcc/config ../../egcs-snap/egcs/gcc/unroll.c
> /var/tmp/cc004096.s: Assembler messages:
> /var/tmp/cc004096.s:7330: Error: Attempt to get value of unresolved symbol
> new_maxregnum:V1 <= may be garbage???
> /var/tmp/cc004096.s:7330: Error: Attempt to get value of unresolved symbol
> [GARBAGES]
> gmake[2]: *** [unroll.o] Error 1
> gmake[2]: Leaving directory `/usr8/src/egcs/snap4/gcc'
> gmake[1]: *** [bootstrap] Error 2
> gmake[1]: Leaving directory `/usr8/src/egcs/snap4/gcc'
> gmake: *** [bootstrap] Error 2
> Wed Jun 10 17:35:08 JST 1998
>
> # [GARBAGES] means garbage characters which is not suitable for mail :-<
>
I'd bet it an egcs error of some kind. How long ago did this start?
It might be a problem with the debug symbols.
jeff