Date: Wed, 14 Mar 2001 06:41:39 -0700 From: "Paul Andrews" <andrews@powersurfr.com> To: <questions@freebsd.org> Subject: Make buildworld on 4.2-STABLE Message-ID: <00ce01c0ac8c$7f568770$2200a8c0@crypt>
next in thread | raw e-mail | index | archive | help
This is a multi-part message in MIME format.
------=_NextPart_000_00CB_01C0AC51.D2D92AF0
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
Hello Everyone,
I am currently in the process of trying to buildworld on 4.2-STABLE. =
However I have run into a snag an am getting an Internal compiler error: =
program cc1 got fatal signal 11, see last few lines below.=20
I am running a=20
AMD K6-233 CPU
256MB RAM
6.4GB HD
2 DLINK DFE-530TX NICS
SoundBlaster 16=20
uname -a output
FreeBSD hexadecimal.extorted.ca 4.2-RELEASE FreeBSD 4.2-RELEASE #0: Wed =
Mar 14 00:21:16 MST 2001 =
andrews@hexadecimal.extorted.ca:/usr/src/sys/compile/HEXADECIMAL i386
I just installed the OS last night on this machine and rebuilt the =
release kernel to work with the SB16. Now I am trying to update to =
4.2-STABLE.
I cvsup'd the source tree for RELENG_4 at approximately 11:00 pm MST. =
Once completed I started to complie my new binaries by running make =
buildworld. I get to stage 2: build tools and get the failure when =
trying to compile what it looks to be like a newer version of gcc..
Any suggestions or insight would be greatly appreciated.
Paul Andrews
--------------------------------------------------------------
>>> stage 2: build tools
--------------------------------------------------------------
cd /usr/src; MAKEOBJDIRPREFIX=3D/usr/obj INSTALL=3D"sh =
/usr/src/tools/install.sh" =
PATH=3D/usr/obj/usr/src/i386/usr/sbin:/usr/obj/usr/src/i386/usr/bin:/usr/=
obj/usr/src/i386/usr/games:/sbin:/bin:/usr/sbin:/usr/bin make -f =
Makefile.inc1 build-tools
cd /usr/src/bin/csh; make build-tools
grep 'ERR_' /usr/src/bin/csh/../../contrib/tcsh/sh.err.c | grep =
'^#define' >> sh.err.h
cc -E -O -pipe -I. -I/usr/src/bin/csh =
-I/usr/src/bin/csh/../../contrib/tcsh -D_PATH_TCSHELL=3D'"/bin/csh"' =
-Wall -Wformat /usr/src/bin/csh/../../contrib/tcsh/tc.const.c =
/usr/src/bin/csh/../../contrib/tcsh/sh.char.h /usr/src/bin/csh/config.h =
/usr/src/bin/csh/../../contrib/tcsh/config_f.h =
/usr/src/bin/csh/../../contrib/tcsh/sh.types.h sh.err.h -D_h_tc_const | =
grep 'Char STR' | sed -e 's/Char \([a-zA-Z0-9_]*\)\(.*\)/extern Char =
\1[];/' | sort >> tc.const.h
cc -o gethost -static -O -pipe -I. -I/usr/src/bin/csh =
-I/usr/src/bin/csh/../../contrib/tcsh -D_PATH_TCSHELL=3D'"/bin/csh"' =
-Wall -Wformat /usr/src/bin/csh/../../contrib/tcsh/gethost.c
cd /usr/src/bin/sh; make build-tools
cc -O -pipe -DSHELL -I. -I/usr/src/bin/sh -Wall -Wformat -c =
/usr/src/bin/sh/mkinit.c
cc -O -pipe -DSHELL -I. -I/usr/src/bin/sh -Wall -Wformat -static =
mkinit.o -o mkinit
cc -O -pipe -DSHELL -I. -I/usr/src/bin/sh -Wall -Wformat -c =
/usr/src/bin/sh/mknodes.c
cc -O -pipe -DSHELL -I. -I/usr/src/bin/sh -Wall -Wformat -static =
mknodes.o -o mknodes
cc -O -pipe -DSHELL -I. -I/usr/src/bin/sh -Wall -Wformat -c =
/usr/src/bin/sh/mksyntax.c
cc -O -pipe -DSHELL -I. -I/usr/src/bin/sh -Wall -Wformat -static =
mksyntax.o -o mksyntax
cd /usr/src/games/adventure; make build-tools
cc -O -pipe -traditional-cpp -c /usr/src/games/adventure/setup.c
cc -static -O -pipe -traditional-cpp -o setup setup.o
cd /usr/src/games/hack; make build-tools
cc -O -pipe -fwritable-strings -I/usr/src/games/hack -I. -c =
/usr/src/games/hack/makedefs.c
cc -static -O -pipe -fwritable-strings -I/usr/src/games/hack -I. -o =
makedefs makedefs.o
cd /usr/src/games/phantasia; make build-tools
cc -O -pipe -c -o cross-phantglobs.o =
/usr/src/games/phantasia/phantglobs.c
cc -O -pipe -c /usr/src/games/phantasia/setup.c
cc -static -O -pipe -o setup cross-phantglobs.o setup.o -lm
cd /usr/src/gnu/usr.bin/cc/cc_tools; make build-tools
gperf -p -j1 -i 1 -g -o -t -G -N is_reserved_word -k1,3,$ =
/usr/src/gnu/usr.bin/cc/cc_tools/../../../../contrib/gcc/c-parse.gperf > =
c-gperf.h
gperf -p -j1 -g -o -t -N is_reserved_word '-k1,4,7,$' =
/usr/src/gnu/usr.bin/cc/cc_tools/../../../../contrib/gcc/cp/gxx.gperf =
>gxx-hash.h
ln -sf gxx-hash.h hash.h
echo '#include "cp/cp-tree.def"' > gencheck.h
echo '#include "objc/objc-tree.def"' >> gencheck.h
echo '#include "auto-host.h"' > config.h
echo '#include "gansidecl.h"' >> config.h
echo '#include "i386/xm-i386.h"' >> config.h
echo '#include "hwint.h"' >> config.h
echo '#include "auto-host.h"' > hconfig.h
echo '#include "gansidecl.h"' >> hconfig.h
echo '#include "i386/xm-i386.h"' >> hconfig.h
echo '#include "hwint.h"' >> hconfig.h
echo 'static char *multilib_raw[] =3D { "aout maout;", "elf !maout;", =
NULL };'> multilib.h
echo 'static char *multilib_matches_raw[] =3D { "maout maout;", "melf =
melf;", NULL };' >> multilib.h
echo 'static char *multilib_extra =3D "";' >> multilib.h
echo '#include "cp/lang-options.h"' > options.h
echo '#include "f/lang-options.h"' >> options.h
echo '#include "cp/lang-specs.h"' > specs.h
echo '#include "f/lang-specs.h"' >> specs.h
echo '#include "objc/lang-specs.h"' >> specs.h
echo '#include "gansidecl.h"' > tconfig.h
echo '#include "i386/xm-i386.h"' >> tconfig.h
echo '#include "i386/i386.h"' > tm.h
echo '#include "i386/att.h"' >> tm.h
echo '#include <freebsd.h>' >> tm.h
echo '#include "dbxelf.h"' >> tm.h
echo '#include "i386/freebsd.h"' >> tm.h
echo '#include "i386/perform.h"' >> tm.h
echo '#include <freebsd-native.h>' >> tm.h
cc -O -pipe -I. -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr\" =
-I/usr/obj/usr/src/gnu/usr.bin/cc/cc_tools/../cc_tools =
-I/usr/src/gnu/usr.bin/cc/cc_tools/../cc_tools =
-I/usr/src/gnu/usr.bin/cc/cc_tools/../../../../contrib/gcc =
-I/usr/src/gnu/usr.bin/cc/cc_tools/../../../../contrib/gcc/config -c =
/usr/src/gnu/usr.bin/cc/cc_tools/../../../../contrib/gcc/gencheck.c
cc -static -O -pipe -I. -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr\" =
-I/usr/obj/usr/src/gnu/usr.bin/cc/cc_tools/../cc_tools =
-I/usr/src/gnu/usr.bin/cc/cc_tools/../cc_tools =
-I/usr/src/gnu/usr.bin/cc/cc_tools/../../../../contrib/gcc =
-I/usr/src/gnu/usr.bin/cc/cc_tools/../../../../contrib/gcc/config -o =
gencheck gencheck.o
./gencheck > tree-check.h
cc -O -pipe -I. -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr\" =
-I/usr/obj/usr/src/gnu/usr.bin/cc/cc_tools/../cc_tools =
-I/usr/src/gnu/usr.bin/cc/cc_tools/../cc_tools =
-I/usr/src/gnu/usr.bin/cc/cc_tools/../../../../contrib/gcc =
-I/usr/src/gnu/usr.bin/cc/cc_tools/../../../../contrib/gcc/config -c =
/usr/src/gnu/usr.bin/cc/cc_tools/../../../../contrib/gcc/gengenrtl.c
cc -static -O -pipe -I. -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr\" =
-I/usr/obj/usr/src/gnu/usr.bin/cc/cc_tools/../cc_tools =
-I/usr/src/gnu/usr.bin/cc/cc_tools/../cc_tools =
-I/usr/src/gnu/usr.bin/cc/cc_tools/../../../../contrib/gcc =
-I/usr/src/gnu/usr.bin/cc/cc_tools/../../../../contrib/gcc/config -o =
gengenrtl gengenrtl.o
./gengenrtl genrtl.h genrtl.c
cc -O -pipe -I. -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr\" =
-I/usr/obj/usr/src/gnu/usr.bin/cc/cc_tools/../cc_tools =
-I/usr/src/gnu/usr.bin/cc/cc_tools/../cc_tools =
-I/usr/src/gnu/usr.bin/cc/cc_tools/../../../../contrib/gcc =
-I/usr/src/gnu/usr.bin/cc/cc_tools/../../../../contrib/gcc/config -c =
/usr/src/gnu/usr.bin/cc/cc_tools/../../../../contrib/gcc/genattr.c
cc -O -pipe -I. -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr\" =
-I/usr/obj/usr/src/gnu/usr.bin/cc/cc_tools/../cc_tools =
-I/usr/src/gnu/usr.bin/cc/cc_tools/../cc_tools =
-I/usr/src/gnu/usr.bin/cc/cc_tools/../../../../contrib/gcc =
-I/usr/src/gnu/usr.bin/cc/cc_tools/../../../../contrib/gcc/config -c =
/usr/src/gnu/usr.bin/cc/cc_tools/../../../../contrib/gcc/rtl.c
{standard input}: cc: Assembler messages:
{standard input}:0: Warning: end of file not at end of a line; newline =
inserted
{standard input}:951: Error: Unknown pseudo-op: `.lc169'
Internal compiler error: program cc1 got fatal signal 11
*** Error code 1
Stop in /usr/src/gnu/usr.bin/cc/cc_tools.
*** Error code 1
Stop in /usr/src.
*** Error code 1
Stop in /usr/src.
*** Error code 1
Stop in /usr/src.
------=_NextPart_000_00CB_01C0AC51.D2D92AF0
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Diso-8859-1">
<META content=3D"MSHTML 5.50.4611.1300" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial size=3D2>Hello Everyone,</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT> </DIV>
<DIV><FONT face=3DArial size=3D2>I am currently in the process of trying =
to=20
buildworld on 4.2-STABLE. However I have run into a snag an am getting =
an=20
Internal compiler error: program cc1 got fatal signal 11, see last few =
lines=20
below. </FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT> </DIV>
<DIV><FONT face=3DArial size=3D2>I am running a </FONT></DIV>
<DIV><FONT face=3DArial size=3D2>AMD K6-233 CPU</DIV>
<DIV>256MB RAM</DIV>
<DIV>6.4GB HD</DIV>
<DIV>2 DLINK DFE-530TX NICS</DIV>
<DIV>SoundBlaster 16 </DIV>
<DIV> </DIV>
<DIV>uname -a output</DIV>
<DIV>FreeBSD hexadecimal.extorted.ca 4.2-RELEASE FreeBSD 4.2-RELEASE #0: =
Wed Mar=20
14 00:21:16 MST 2001 <A=20
href=3D"mailto:andrews@hexadecimal.extorted.ca:/usr/src/sys/compile/HEXAD=
ECIMAL">andrews@hexadecimal.extorted.ca:/usr/src/sys/compile/HEXADECIMAL<=
/A> =20
i386</DIV>
<DIV> </DIV>
<DIV>I just installed the OS last night on this machine and rebuilt the =
release=20
kernel to work with the SB16. Now I am trying to update to =
4.2-STABLE.</DIV>
<DIV> </DIV>
<DIV>I cvsup'd the source tree for RELENG_4 at approximately 11:00 pm =
MST. Once=20
completed I started to complie my new binaries by running make =
buildworld. I get=20
to stage 2: build tools and get the failure when trying to compile what =
it looks=20
to be like a newer version of gcc..</DIV>
<DIV> </DIV>
<DIV>Any suggestions or insight would be greatly appreciated.</DIV>
<DIV> </DIV>
<DIV>Paul Andrews<BR></DIV></FONT><FONT face=3DArial size=3D2></FONT>
<DIV><FONT face=3DArial=20
size=3D2>--------------------------------------------------------------<B=
R>>>>=20
stage 2: build=20
tools<BR>--------------------------------------------------------------<B=
R>cd=20
/usr/src; MAKEOBJDIRPREFIX=3D/usr/obj INSTALL=3D"sh=20
/usr/src/tools/install.sh" =20
PATH=3D/usr/obj/usr/src/i386/usr/sbin:/usr/obj/usr/src/i386/usr/bin:/usr/=
obj/usr/src/i386/usr/games:/sbin:/bin:/usr/sbin:/usr/bin=20
make -f Makefile.inc1 build-tools<BR>cd /usr/src/bin/csh; make=20
build-tools<BR>grep 'ERR_' /usr/src/bin/csh/../../contrib/tcsh/sh.err.c =
| grep=20
'^#define' >> sh.err.h<BR>cc -E -O -pipe -I. -I/usr/src/bin/csh=20
-I/usr/src/bin/csh/../../contrib/tcsh -D_PATH_TCSHELL=3D'"/bin/csh"' =
-Wall=20
-Wformat /usr/src/bin/csh/../../contrib/tcsh/tc.const.c=20
/usr/src/bin/csh/../../contrib/tcsh/sh.char.h /usr/src/bin/csh/config.h=20
/usr/src/bin/csh/../../contrib/tcsh/config_f.h=20
/usr/src/bin/csh/../../contrib/tcsh/sh.types.h sh.err.h -D_h_tc_const | =
grep=20
'Char STR' | sed -e 's/Char \([a-zA-Z0-9_]*\)\(.*\)/extern Char =
\1[];/'=20
| sort >> tc.const.h<BR>cc -o gethost -static -O -pipe =
-I.=20
-I/usr/src/bin/csh -I/usr/src/bin/csh/../../contrib/tcsh=20
-D_PATH_TCSHELL=3D'"/bin/csh"' -Wall -Wformat =20
/usr/src/bin/csh/../../contrib/tcsh/gethost.c<BR>cd /usr/src/bin/sh; =
make=20
build-tools<BR>cc -O -pipe -DSHELL -I. -I/usr/src/bin/sh -Wall=20
-Wformat -c /usr/src/bin/sh/mkinit.c<BR>cc -O -pipe -DSHELL =
-I.=20
-I/usr/src/bin/sh -Wall -Wformat -static =
mkinit.o -o=20
mkinit<BR>cc -O -pipe -DSHELL -I. -I/usr/src/bin/sh -Wall =
-Wformat =20
-c /usr/src/bin/sh/mknodes.c<BR>cc -O -pipe -DSHELL -I. =
-I/usr/src/bin/sh -Wall=20
-Wformat -static mknodes.o -o mknodes<BR>cc -O =
-pipe=20
-DSHELL -I. -I/usr/src/bin/sh -Wall -Wformat -c=20
/usr/src/bin/sh/mksyntax.c<BR>cc -O -pipe -DSHELL -I. -I/usr/src/bin/sh =
-Wall=20
-Wformat -static mksyntax.o -o mksyntax<BR>cd=20
/usr/src/games/adventure; make build-tools<BR>cc -O -pipe=20
-traditional-cpp -c /usr/src/games/adventure/setup.c<BR>cc =
-static=20
-O -pipe -traditional-cpp -o setup setup.o<BR>cd=20
/usr/src/games/hack; make build-tools<BR>cc -O -pipe -fwritable-strings=20
-I/usr/src/games/hack -I. -c =
/usr/src/games/hack/makedefs.c<BR>cc=20
-static -O -pipe -fwritable-strings -I/usr/src/games/hack =
-I. =20
-o makedefs makedefs.o<BR>cd /usr/src/games/phantasia; make =
build-tools<BR>cc -O=20
-pipe -c -o cross-phantglobs.o=20
/usr/src/games/phantasia/phantglobs.c<BR>cc -O -pipe -c=20
/usr/src/games/phantasia/setup.c<BR>cc -static -O =
-pipe -o=20
setup cross-phantglobs.o setup.o -lm<BR>cd =
/usr/src/gnu/usr.bin/cc/cc_tools;=20
make build-tools<BR>gperf -p -j1 -i 1 -g -o -t -G -N is_reserved_word=20
-k1,3,$ =20
/usr/src/gnu/usr.bin/cc/cc_tools/../../../../contrib/gcc/c-parse.gperf =
>=20
c-gperf.h<BR>gperf -p -j1 -g -o -t -N is_reserved_word '-k1,4,7,$' =
/usr/src/gnu/usr.bin/cc/cc_tools/../../../../contrib/gcc/cp/gxx.gperf=20
>gxx-hash.h<BR>ln -sf gxx-hash.h hash.h<BR>echo '#include=20
"cp/cp-tree.def"' &n=
bsp; =20
> gencheck.h<BR>echo '#include=20
"objc/objc-tree.def"' &nbs=
p; =20
>> gencheck.h<BR>echo '#include=20
"auto-host.h"'  =
; =20
> config.h<BR>echo '#include=20
"gansidecl.h"'  =
; =20
>> config.h<BR>echo '#include=20
"i386/xm-i386.h"' >>=20
config.h<BR>echo '#include=20
"hwint.h"' &nb=
sp; =20
>> config.h<BR>echo '#include=20
"auto-host.h"'  =
; =20
> hconfig.h<BR>echo '#include=20
"gansidecl.h"'  =
; =20
>> hconfig.h<BR>echo '#include=20
"i386/xm-i386.h"' >>=20
hconfig.h<BR>echo '#include=20
"hwint.h"' &nb=
sp; =20
>> hconfig.h<BR>echo 'static char *multilib_raw[] =3D { =
"aout maout;",=20
"elf !maout;", NULL };'> multilib.h<BR>echo 'static char=20
*multilib_matches_raw[] =3D { "maout maout;", "melf melf;", NULL=20
};' >> multilib.h<BR>echo 'static char *multilib_extra =
=3D=20
"";' >> =
multilib.h<BR>echo=20
'#include=20
"cp/lang-options.h"'  =
; =20
> options.h<BR>echo '#include=20
"f/lang-options.h"' =
=20
>> options.h<BR>echo '#include=20
"cp/lang-specs.h"' &=
nbsp; =20
> specs.h<BR>echo '#include=20
"f/lang-specs.h"' &n=
bsp; =20
>> specs.h<BR>echo '#include=20
"objc/lang-specs.h"'  =
; =20
>> specs.h<BR>echo '#include=20
"gansidecl.h"'  =
; =20
> tconfig.h<BR>echo '#include=20
"i386/xm-i386.h"' >>=20
tconfig.h<BR>echo '#include "i386/i386.h"' > tm.h<BR>echo =
'#include=20
"i386/att.h"' =
=20
>> tm.h<BR>echo '#include=20
<freebsd.h>' &=
nbsp; =20
>> tm.h<BR>echo '#include=20
"dbxelf.h"' &n=
bsp; =20
>> tm.h<BR>echo '#include=20
"i386/freebsd.h"' &n=
bsp; =20
>> tm.h<BR>echo '#include=20
"i386/perform.h"' &n=
bsp; =20
>> tm.h<BR>echo '#include=20
<freebsd-native.h>' =
=20
>> tm.h<BR>cc -O -pipe -I. -DIN_GCC -DHAVE_CONFIG_H =
-DPREFIX=3D\"/usr\"=20
-I/usr/obj/usr/src/gnu/usr.bin/cc/cc_tools/../cc_tools=20
-I/usr/src/gnu/usr.bin/cc/cc_tools/../cc_tools=20
-I/usr/src/gnu/usr.bin/cc/cc_tools/../../../../contrib/gcc=20
-I/usr/src/gnu/usr.bin/cc/cc_tools/../../../../contrib/gcc/config &n=
bsp; -c=20
/usr/src/gnu/usr.bin/cc/cc_tools/../../../../contrib/gcc/gencheck.c<BR>cc=
=20
-static -O -pipe -I. -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr\"=20
-I/usr/obj/usr/src/gnu/usr.bin/cc/cc_tools/../cc_tools=20
-I/usr/src/gnu/usr.bin/cc/cc_tools/../cc_tools=20
-I/usr/src/gnu/usr.bin/cc/cc_tools/../../../../contrib/gcc=20
-I/usr/src/gnu/usr.bin/cc/cc_tools/../../../../contrib/gcc/config &n=
bsp; =20
-o gencheck gencheck.o<BR>./gencheck > tree-check.h<BR>cc -O -pipe =
-I.=20
-DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr\"=20
-I/usr/obj/usr/src/gnu/usr.bin/cc/cc_tools/../cc_tools=20
-I/usr/src/gnu/usr.bin/cc/cc_tools/../cc_tools=20
-I/usr/src/gnu/usr.bin/cc/cc_tools/../../../../contrib/gcc=20
-I/usr/src/gnu/usr.bin/cc/cc_tools/../../../../contrib/gcc/config &n=
bsp; -c=20
/usr/src/gnu/usr.bin/cc/cc_tools/../../../../contrib/gcc/gengenrtl.c<BR>c=
c=20
-static -O -pipe -I. -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr\"=20
-I/usr/obj/usr/src/gnu/usr.bin/cc/cc_tools/../cc_tools=20
-I/usr/src/gnu/usr.bin/cc/cc_tools/../cc_tools=20
-I/usr/src/gnu/usr.bin/cc/cc_tools/../../../../contrib/gcc=20
-I/usr/src/gnu/usr.bin/cc/cc_tools/../../../../contrib/gcc/config &n=
bsp; =20
-o gengenrtl gengenrtl.o<BR>./gengenrtl genrtl.h genrtl.c<BR>cc -O -pipe =
-I.=20
-DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr\"=20
-I/usr/obj/usr/src/gnu/usr.bin/cc/cc_tools/../cc_tools=20
-I/usr/src/gnu/usr.bin/cc/cc_tools/../cc_tools=20
-I/usr/src/gnu/usr.bin/cc/cc_tools/../../../../contrib/gcc=20
-I/usr/src/gnu/usr.bin/cc/cc_tools/../../../../contrib/gcc/config &n=
bsp; -c=20
/usr/src/gnu/usr.bin/cc/cc_tools/../../../../contrib/gcc/genattr.c<BR>cc =
-O=20
-pipe -I. -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr\"=20
-I/usr/obj/usr/src/gnu/usr.bin/cc/cc_tools/../cc_tools=20
-I/usr/src/gnu/usr.bin/cc/cc_tools/../cc_tools=20
-I/usr/src/gnu/usr.bin/cc/cc_tools/../../../../contrib/gcc=20
-I/usr/src/gnu/usr.bin/cc/cc_tools/../../../../contrib/gcc/config &n=
bsp; -c=20
/usr/src/gnu/usr.bin/cc/cc_tools/../../../../contrib/gcc/rtl.c<BR>{standa=
rd=20
input}: cc: Assembler messages:<BR>{standard input}:0: Warning: end of =
file not=20
at end of a line; newline inserted<BR>{standard input}:951: Error: =
Unknown=20
pseudo-op: `.lc169'<BR>Internal compiler error: program cc1 got =
fatal=20
signal 11<BR>*** Error code 1</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT> </DIV>
<DIV><FONT face=3DArial size=3D2>Stop in =
/usr/src/gnu/usr.bin/cc/cc_tools.<BR>***=20
Error code 1</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT> </DIV>
<DIV><FONT face=3DArial size=3D2>Stop in /usr/src.<BR>*** Error code =
1</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT> </DIV>
<DIV><FONT face=3DArial size=3D2>Stop in /usr/src.<BR>*** Error code =
1</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT> </DIV>
<DIV><FONT face=3DArial size=3D2>Stop in /usr/src.</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT> </DIV></BODY></HTML>
------=_NextPart_000_00CB_01C0AC51.D2D92AF0--
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?00ce01c0ac8c$7f568770$2200a8c0>
