I've seen some of the past postings relating to prolems experienced with
lib/csu, but the only file in my csu director is the Makefile.  This error
has been with me for quite some time. I've made sure to do a make cleandir
prior to trying to build the world. I have built the latest GCC 3.1 from
the binaries. I'm still having the same issue. Ideas?

-Troy


--------------------------------------------------------------
>>> stage 4: building libraries
--------------------------------------------------------------
cd /usr/src; MAKEOBJDIRPREFIX=/usr/obj  MACHINE_ARCH=i386  MACHINE=i386  
OBJFORMAT_PATH=/usr/obj/usr/src/i386/usr/libexec  
GROFF_BIN_PATH=/usr/obj/usr/src/i386/usr/bin  
GROFF_FONT_PATH=/usr/obj/usr/src/i386/usr/share/groff_font  
GROFF_TMAC_PATH=/usr/obj/usr/src/i386/usr/share/tmac  DESTDIR=/usr/obj/usr/src/i386  
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 -DNOHTML -DNOINFO -DNOMAN -DNOFSCHG libraries
cd /usr/src;  make -f Makefile.inc1 _startup_libs;  make -f Makefile.inc1 
_prebuild_libs;  make -f Makefile.inc1 _generic_libs;
cd /usr/src/gnu/lib/csu;  make DIRPRFX=gnu/lib/csu/ depend;  make DIRPRFX=gnu/lib/csu/ 
all;  make DIRPRFX=gnu/lib/csu/ install
make -f /usr/src/gnu/lib/csu/../../usr.bin/cc/cc_tools/Makefile 
MFILE=/usr/src/gnu/lib/csu/../../usr.bin/cc/cc_tools/Makefile 
GCCDIR=/usr/src/gnu/lib/csu/../../../contrib/gcc tconfig.h
echo 'struct rtx_def;'                          > tconfig.h
echo 'typedef struct rtx_def *rtx;'             >> tconfig.h
echo 'struct rtvec_def;'                        >> tconfig.h
echo 'typedef struct rtvec_def *rtvec;'         >> tconfig.h
echo 'union tree_node;'                         >> tconfig.h
echo 'typedef union tree_node *tree;'           >> tconfig.h
echo ''                                         >> tconfig.h
echo '#include "ansidecl.h"'                    >> tconfig.h
echo '#include "i386/i386.h"'   >> tconfig.h
echo '#include "i386/att.h"'            >> tconfig.h
echo '#include "dbxelf.h"'                      >> tconfig.h
echo '#include "elfos.h"'                       >> tconfig.h
echo '#include <freebsd-native.h>'              >> tconfig.h
echo '#include "freebsd-spec.h"'                >> tconfig.h
echo '#include "freebsd.h"'                     >> tconfig.h
echo '#include "i386/freebsd.h"'                >> tconfig.h
echo '#include "defaults.h"'                    >> tconfig.h
echo '#ifndef POSIX'                            >> tconfig.h
echo '# define POSIX'                           >> tconfig.h
echo '#endif'                                   >> tconfig.h
echo '#define CONFIG_SJLJ_EXCEPTIONS 0'         >> tconfig.h
rm -f .depend
CC="/usr/bin/cc" MKDEP_CPP_OPTS="-M -DCRT_BEGIN" mkdep -f .depend -a    -DIN_GCC 
-DHAVE_LD_EH_FRAME_HDR -I/usr/src/gnu/lib/csu/../../../contrib/gcc/config 
-I/usr/src/gnu/lib/csu/../../../contrib/gcc -I. 
-I/usr/src/gnu/lib/csu/../../usr.bin/cc/cc_tools  
/usr/src/gnu/lib/csu/../../../contrib/gcc/crtstuff.c
/usr/bin/cc -O -pipe  -DIN_GCC -DHAVE_LD_EH_FRAME_HDR -finhibit-size-directive 
-fno-inline-functions  -fno-exceptions -fno-omit-frame-pointer 
-I/usr/src/gnu/lib/csu/../../../contrib/gcc/config 
-I/usr/src/gnu/lib/csu/../../../contrib/gcc -I.  
-I/usr/src/gnu/lib/csu/../../usr.bin/cc/cc_tools  -g0 -DCRT_BEGIN  -c -o crtbegin.o 
/usr/src/gnu/lib/csu/../../../contrib/gcc/crtstuff.c
In file included from /usr/src/gnu/lib/csu/../../../contrib/gcc/crtstuff.c:63:
/usr/src/gnu/lib/csu/../../../contrib/gcc/unwind-dw2-fde.h:37: field `array' has 
incomplete type
/usr/src/gnu/lib/csu/../../../contrib/gcc/unwind-dw2-fde.h:135: field `augmentation' 
has incomplete type
/usr/src/gnu/lib/csu/../../../contrib/gcc/unwind-dw2-fde.h:143: field `pc_begin' has 
incomplete type
/usr/src/gnu/lib/csu/../../../contrib/gcc/crtstuff.c:254: warning: `used' attribute 
directive ignored
/usr/src/gnu/lib/csu/../../../contrib/gcc/crtstuff.c: In function 
`__do_global_dtors_aux':
/usr/src/gnu/lib/csu/../../../contrib/gcc/crtstuff.c:256: syntax error before 
`completed'
/usr/src/gnu/lib/csu/../../../contrib/gcc/crtstuff.c:259: `completed' undeclared 
(first use in this function)
/usr/src/gnu/lib/csu/../../../contrib/gcc/crtstuff.c:259: (Each undeclared identifier 
is reported only once
/usr/src/gnu/lib/csu/../../../contrib/gcc/crtstuff.c:259: for each function it appears 
in.)
/usr/src/gnu/lib/csu/../../../contrib/gcc/crtstuff.c: At top level:
/usr/src/gnu/lib/csu/../../../contrib/gcc/crtstuff.c:298: warning: `used' attribute 
directive ignored
*** Error code 1

Stop in /usr/src/gnu/lib/csu.
*** Error code 1

Stop in /usr/src.
*** Error code 1

Stop in /usr/src.
*** Error code 1

Stop in /usr/src.
*** Error code 1

Stop in /usr/src.

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to