Skip site navigation (1)Skip section navigation (2)
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

[-- Attachment #1 --]
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. 

I am running a 
AMD K6-233 CPU
256MB RAM
6.4GB HD
2 DLINK DFE-530TX NICS
SoundBlaster 16 

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=/usr/obj  INSTALL="sh /usr/src/tools/install.sh"  PATH=/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='"/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='"/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[] = {  "aout maout;", "elf !maout;", NULL };'> multilib.h
echo 'static char *multilib_matches_raw[] = {  "maout maout;", "melf melf;", NULL };'   >> multilib.h
echo 'static char *multilib_extra = "";'        >> 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=\"/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=\"/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=\"/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=\"/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=\"/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=\"/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.


[-- Attachment #2 --]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 5.50.4611.1300" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Hello Everyone,</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>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. </FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>I am running a </FONT></DIV>
<DIV><FONT face=Arial size=2>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>&nbsp;</DIV>
<DIV>uname -a output</DIV>
<DIV>FreeBSD hexadecimal.extorted.ca 4.2-RELEASE FreeBSD 4.2-RELEASE #0: Wed Mar 
14 00:21:16 MST 2001&nbsp;&nbsp;&nbsp;&nbsp; <A 
href="mailto:andrews@hexadecimal.extorted.ca:/usr/src/sys/compile/HEXADECIMAL">andrews@hexadecimal.extorted.ca:/usr/src/sys/compile/HEXADECIMAL</A>&nbsp; 
i386</DIV>
<DIV>&nbsp;</DIV>
<DIV>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.</DIV>
<DIV>&nbsp;</DIV>
<DIV>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..</DIV>
<DIV>&nbsp;</DIV>
<DIV>Any suggestions or insight would be greatly appreciated.</DIV>
<DIV>&nbsp;</DIV>
<DIV>Paul Andrews<BR></DIV></FONT><FONT face=Arial size=2></FONT>
<DIV><FONT face=Arial 
size=2>--------------------------------------------------------------<BR>&gt;&gt;&gt; 
stage 2: build 
tools<BR>--------------------------------------------------------------<BR>cd 
/usr/src; MAKEOBJDIRPREFIX=/usr/obj&nbsp; INSTALL="sh 
/usr/src/tools/install.sh"&nbsp; 
PATH=/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<BR>cd /usr/src/bin/csh; make 
build-tools<BR>grep 'ERR_' /usr/src/bin/csh/../../contrib/tcsh/sh.err.c | grep 
'^#define' &gt;&gt; sh.err.h<BR>cc -E -O -pipe -I. -I/usr/src/bin/csh 
-I/usr/src/bin/csh/../../contrib/tcsh -D_PATH_TCSHELL='"/bin/csh"' -Wall 
-Wformat&nbsp;&nbsp; /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' |&nbsp; sed -e 's/Char \([a-zA-Z0-9_]*\)\(.*\)/extern Char \1[];/' 
|&nbsp; sort &gt;&gt; tc.const.h<BR>cc -o gethost&nbsp; -static -O -pipe -I. 
-I/usr/src/bin/csh -I/usr/src/bin/csh/../../contrib/tcsh 
-D_PATH_TCSHELL='"/bin/csh"' -Wall -Wformat&nbsp;&nbsp; 
/usr/src/bin/csh/../../contrib/tcsh/gethost.c<BR>cd /usr/src/bin/sh; make 
build-tools<BR>cc -O -pipe -DSHELL -I. -I/usr/src/bin/sh -Wall 
-Wformat&nbsp;&nbsp; -c /usr/src/bin/sh/mkinit.c<BR>cc -O -pipe -DSHELL -I. 
-I/usr/src/bin/sh -Wall -Wformat&nbsp;&nbsp;&nbsp; -static mkinit.o&nbsp; -o 
mkinit<BR>cc -O -pipe -DSHELL -I. -I/usr/src/bin/sh -Wall -Wformat&nbsp;&nbsp; 
-c /usr/src/bin/sh/mknodes.c<BR>cc -O -pipe -DSHELL -I. -I/usr/src/bin/sh -Wall 
-Wformat&nbsp;&nbsp;&nbsp; -static mknodes.o&nbsp; -o mknodes<BR>cc -O -pipe 
-DSHELL -I. -I/usr/src/bin/sh -Wall -Wformat&nbsp;&nbsp; -c 
/usr/src/bin/sh/mksyntax.c<BR>cc -O -pipe -DSHELL -I. -I/usr/src/bin/sh -Wall 
-Wformat&nbsp;&nbsp;&nbsp; -static mksyntax.o&nbsp; -o mksyntax<BR>cd 
/usr/src/games/adventure; make build-tools<BR>cc -O -pipe 
-traditional-cpp&nbsp;&nbsp; -c /usr/src/games/adventure/setup.c<BR>cc -static 
-O -pipe -traditional-cpp&nbsp;&nbsp;&nbsp; -o setup setup.o<BR>cd 
/usr/src/games/hack; make build-tools<BR>cc -O -pipe -fwritable-strings 
-I/usr/src/games/hack -I.&nbsp;&nbsp; -c /usr/src/games/hack/makedefs.c<BR>cc 
-static -O -pipe -fwritable-strings -I/usr/src/games/hack -I.&nbsp;&nbsp;&nbsp; 
-o makedefs makedefs.o<BR>cd /usr/src/games/phantasia; make build-tools<BR>cc -O 
-pipe&nbsp;&nbsp; -c -o cross-phantglobs.o 
/usr/src/games/phantasia/phantglobs.c<BR>cc -O -pipe&nbsp;&nbsp; -c 
/usr/src/games/phantasia/setup.c<BR>cc -static -O -pipe&nbsp;&nbsp;&nbsp; -o 
setup cross-phantglobs.o setup.o -lm<BR>cd /usr/src/gnu/usr.bin/cc/cc_tools; 
make build-tools<BR>gperf -p -j1 -i 1 -g -o -t -G -N is_reserved_word 
-k1,3,$&nbsp; 
/usr/src/gnu/usr.bin/cc/cc_tools/../../../../contrib/gcc/c-parse.gperf &gt; 
c-gperf.h<BR>gperf -p -j1 -g -o -t -N is_reserved_word '-k1,4,7,$'&nbsp; 
/usr/src/gnu/usr.bin/cc/cc_tools/../../../../contrib/gcc/cp/gxx.gperf 
&gt;gxx-hash.h<BR>ln -sf gxx-hash.h hash.h<BR>echo '#include 
"cp/cp-tree.def"'&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
&gt; gencheck.h<BR>echo '#include 
"objc/objc-tree.def"'&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
&gt;&gt; gencheck.h<BR>echo '#include 
"auto-host.h"'&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
&gt; config.h<BR>echo '#include 
"gansidecl.h"'&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
&gt;&gt; config.h<BR>echo '#include 
"i386/xm-i386.h"'&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &gt;&gt; 
config.h<BR>echo '#include 
"hwint.h"'&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
&gt;&gt; config.h<BR>echo '#include 
"auto-host.h"'&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
&gt; hconfig.h<BR>echo '#include 
"gansidecl.h"'&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
&gt;&gt; hconfig.h<BR>echo '#include 
"i386/xm-i386.h"'&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &gt;&gt; 
hconfig.h<BR>echo '#include 
"hwint.h"'&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
&gt;&gt; hconfig.h<BR>echo 'static char *multilib_raw[] = {&nbsp; "aout maout;", 
"elf !maout;", NULL };'&gt; multilib.h<BR>echo 'static char 
*multilib_matches_raw[] = {&nbsp; "maout maout;", "melf melf;", NULL 
};'&nbsp;&nbsp; &gt;&gt; multilib.h<BR>echo 'static char *multilib_extra = 
"";'&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &gt;&gt; multilib.h<BR>echo 
'#include 
"cp/lang-options.h"'&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
&gt; options.h<BR>echo '#include 
"f/lang-options.h"'&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
&gt;&gt; options.h<BR>echo '#include 
"cp/lang-specs.h"'&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
&gt; specs.h<BR>echo '#include 
"f/lang-specs.h"'&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
&gt;&gt; specs.h<BR>echo '#include 
"objc/lang-specs.h"'&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
&gt;&gt; specs.h<BR>echo '#include 
"gansidecl.h"'&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
&gt; tconfig.h<BR>echo '#include 
"i386/xm-i386.h"'&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &gt;&gt; 
tconfig.h<BR>echo '#include "i386/i386.h"'&nbsp;&nbsp; &gt; tm.h<BR>echo 
'#include 
"i386/att.h"'&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
&gt;&gt; tm.h<BR>echo '#include 
&lt;freebsd.h&gt;'&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
&gt;&gt; tm.h<BR>echo '#include 
"dbxelf.h"'&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
&gt;&gt; tm.h<BR>echo '#include 
"i386/freebsd.h"'&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
&gt;&gt; tm.h<BR>echo '#include 
"i386/perform.h"'&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
&gt;&gt; tm.h<BR>echo '#include 
&lt;freebsd-native.h&gt;'&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
&gt;&gt; tm.h<BR>cc -O -pipe -I. -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=\"/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&nbsp;&nbsp; -c 
/usr/src/gnu/usr.bin/cc/cc_tools/../../../../contrib/gcc/gencheck.c<BR>cc 
-static -O -pipe -I. -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=\"/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&nbsp;&nbsp;&nbsp; 
-o gencheck gencheck.o<BR>./gencheck &gt; tree-check.h<BR>cc -O -pipe -I. 
-DIN_GCC -DHAVE_CONFIG_H -DPREFIX=\"/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&nbsp;&nbsp; -c 
/usr/src/gnu/usr.bin/cc/cc_tools/../../../../contrib/gcc/gengenrtl.c<BR>cc 
-static -O -pipe -I. -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=\"/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&nbsp;&nbsp;&nbsp; 
-o gengenrtl gengenrtl.o<BR>./gengenrtl genrtl.h genrtl.c<BR>cc -O -pipe -I. 
-DIN_GCC -DHAVE_CONFIG_H -DPREFIX=\"/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&nbsp;&nbsp; -c 
/usr/src/gnu/usr.bin/cc/cc_tools/../../../../contrib/gcc/genattr.c<BR>cc -O 
-pipe -I. -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=\"/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&nbsp;&nbsp; -c 
/usr/src/gnu/usr.bin/cc/cc_tools/../../../../contrib/gcc/rtl.c<BR>{standard 
input}: cc: Assembler messages:<BR>{standard input}:0: Warning: end of file not 
at end of a line; newline inserted<BR>{standard input}:951: Error: Unknown 
pseudo-op:&nbsp; `.lc169'<BR>Internal compiler error: program cc1 got fatal 
signal 11<BR>*** Error code 1</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Stop in /usr/src/gnu/usr.bin/cc/cc_tools.<BR>*** 
Error code 1</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Stop in /usr/src.<BR>*** Error code 1</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Stop in /usr/src.<BR>*** Error code 1</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Stop in /usr/src.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV></BODY></HTML>

Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?00ce01c0ac8c$7f568770$2200a8c0>