Subject: Re: Build failed on c++ library
To: David Brownlee <abs@anim.dreamworks.com>
From: Ruibiao Qiu <ruibiao@arl.wustl.edu>
List: port-sparc
Date: 02/18/1999 08:42:54
On Thu, 18 Feb 1999, David Brownlee wrote:
> Are you using the latest sparc snapshot (or more recent -current)
> as a basis from which to compile?
I have a crontab entry to sup the current source every day, so, it
should be the most recent -current source. And this problem
happened for several days' current in a row. Do I need to make my
toolchain? How?
> If not, your best bet would probably be to try installing at
> least the base and comp sets from the snapshot.
I'd perfer make it myself. Is there anything that can not be
built with sources, like machine codes?
Thanks
>> The following is the error msg. Thanks.
>>
>> (cd /c/netbsd/sup/src/lib/csu && make depend && make MKMAN=no && make MKMAN=no install)
>> depend ===> sparc
>> mkdep -a -DLIBC_SCCS -I/c/netbsd/sup/src/lib/csu/sparc/.. -DDYNAMIC crt0.c
>> depend ===> c++
>> all ===> sparc
>> gcc -O2 -Werror -DLIBC_SCCS -I/c/netbsd/sup/src/lib/csu/sparc/.. -c -DCRT0 -DDYNAMIC /c/netbsd/sup/src/lib/csu/sparc/crt0.c -o crt0.o
>> gcc -O2 -Werror -DLIBC_SCCS -I/c/netbsd/sup/src/lib/csu/sparc/.. -c -DMCRT0 /c/netbsd/sup/src/lib/csu/sparc/crt0.c -o gcrt0.o
>> gcc -O2 -Werror -DLIBC_SCCS -I/c/netbsd/sup/src/lib/csu/sparc/.. -c -DSCRT0 /c/netbsd/sup/src/lib/csu/sparc/crt0.c -o scrt0.o
>> all ===> c++
>> gcc -O2 -fpic -Werror -DLIBC_SCCS -c c++rt0.c
>> gcc: Internal compiler error: program as got fatal signal 11
>> *** Error code 1
>>
>> Stop.
>> *** Error code 1
>>
>> Stop.
>> *** Error code 1
>>
>> Stop.
Regards
Ruibiao