Date: Sun, 3 Mar 2002 17:00:23 +0000 (GMT) From: "Philip M. Gollucci" <philip@sduwebship.student.umd.edu> To: "M. Warner Losh" <imp@village.org> Cc: <freebsd-questions@FreeBSD.ORG>, <current@FreeBSD.ORG> Subject: Re: 5.0-CURRENT makebuild world fails Message-ID: <20020303165726.J96218-100000@sduwebship.student.umd.edu> In-Reply-To: <20020303.145019.16784935.imp@village.org>
next in thread | previous in thread | raw e-mail | index | archive | help
VERY INTERESTING but then if I go back to /usr/src and try to complete the build make buildworld -DNOCLEAN I get the same error cc -O2 -Wall -pipe -march=pentiumpro -I/usr/src/gnu/lib/csu/../../../contrib/gcc.295/config -I. -DIN_GCC -finhibit-size-directive -fno-inline-functions -fno-exceptions -fno-omit-frame-pointer -g0 -DCRT_END -c -o crtend.o /usr/src/gnu/lib/csu/../../../contrib/gcc.295/crtstuff.c cc: Internal compiler error: program cc1 got fatal signal 11 *** Error code 1 p6m7g8# cd /usr/src/lib/csu/i386-elf p6m7g8# make clean rm -f a.out crt1.o crti.o crtn.o gcrt1.o crt1.o crti.o crtn.o crt1.o.tmp crti.o.tmp crtn.o.tmp gcrt1.o.tmp crt1.o.tmp crti.o.tmp crtn.o.tmp rm -f lib.a # llib-l.ln rm -f crt1.po crti.po crtn.po gcrt1.po crt1.po crti.po crtn.po crt1.po.tmp crti.po.tmp crtn.po.tmp gcrt1.po.tmp crt1.po.tmp crti.po.tmp crtn.po.tmp lib_p.a rm -f crt1.So crti.So crtn.So gcrt1.So crt1.So crti.So crtn.So crt1.so crti.so crtn.so gcrt1.so crt1.so crti.so crtn.so crt1.So.tmp crti.So.tmp crtn.So.tmp gcrt1.So.tmp crt1.So.tmp crti.So.tmp crtn.So.tmp lib.so.* lib.so lib_pic.a p6m7g8# make cc -O2 -Wall -pipe -march=pentiumpro -elf -Wall -fkeep-inline-functions -I/usr/src/lib/csu/i386-elf/../common -c /usr/src/lib/csu/i386-elf/crt1.c -o crt1.o cc -I/usr/src/lib/csu/i386-elf/../common -c /usr/src/lib/csu/i386-elf/crti.S -o crti.o cc -I/usr/src/lib/csu/i386-elf/../common -c /usr/src/lib/csu/i386-elf/crtn.S -o crtn.o cc -O2 -Wall -pipe -march=pentiumpro -elf -Wall -fkeep-inline-functions -I/usr/src/lib/csu/i386-elf/../common -DGCRT -c -o gcrt1.o /usr/src/lib/csu/i386-elf/crt1.c p6m7g8# END ------------------------------------------------------------------------------ Philip M. Gollucci (p6m7g8) philip@p6m7g8.com 301.314.3118 Science, Discovery, & the Universe (UMCP) Webmaster & Webship Teacher URL: http://www.sdu.umd.edu EJPress.com Database/PERL Programmer & System Admin URL : http://www.ejournalpress.com Resume : http://p6m7g8.com/Work/index.html On Sun, 3 Mar 2002, M. Warner Losh wrote: > In message: <20020303164954.Q96218-100000@sduwebship.student.umd.edu> > "Philip M. Gollucci" <philip@sduwebship.student.umd.edu> writes: > : Still get the signal 11. Same file. Same place. > : Only no warnings about the braces this time. > > What happens if you cd to src/lib/csu/i386-elf and do a make? You > make need to do that as root... > > Warner > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020303165726.J96218-100000>