Date: Thu, 17 Feb 2000 21:06:05 +0000 From: Hayder Salman <H.Salman@lboro.ac.uk> To: freebsd-bugs@FreeBSD.ORG Subject: problems compiling source tree!! Message-ID: <38AC62BC.7D5DBD0E@lboro.ac.uk>
next in thread | raw e-mail | index | archive | help
Hi, I've recently updated the source tree using cvsup to version RELENG_3_4_0_RELEASE of FreeBSD. I tried a 'make buildworld' but the compilation fails with th following last few lines. -------------------------------------------------------------- >>> Rebuilding bootstrap libraries -------------------------------------------------------------- cd /usr/src; PATH=/usr/obj/usr/src/tmp/sbin:/usr/obj/usr/src/tmp/usr/sbin:/usr/o bj/usr/src/tmp/bin:/usr/obj/usr/src/tmp/usr/bin:/sbin:/usr/sbin:/bin:/usr/bin:/u sr/local/bin:/usr/games:/usr/X11R6/bin BISON_SIMPLE=/usr/obj/usr/src/tmp/usr/sha re/misc/bison.simple COMPILER_PATH=/usr/obj/usr/src/tmp/usr/libexec:/usr/obj/us r/src/tmp/usr/bin GCC_EXEC_PREFIX=/usr/obj/usr/src/tmp/usr/lib:/usr/obj/usr/src /tmp/usr/lib/ LD_LIBRARY_PATH=/usr/obj/usr/src/tmp/usr/lib LIBRARY_PATH=/usr/o bj/usr/src/tmp/usr/lib:/usr/obj/usr/src/tmp/usr/lib NOEXTRADEPEND=t OBJFORMAT_P ATH=/usr/obj/usr/src/tmp/usr/libexec:/usr/libexec /usr/obj/usr/src/tmp/usr/bin/m ake DESTDIR=/usr/obj/usr/src/tmp -f Makefile.inc1 bootstrap-libraries cd /usr/src/lib/csu/i386-elf; /usr/obj/usr/src/tmp/usr/bin/make -DNOINFO -DNOMA N -DNOPIC -DNOPROFILE -DNOSHARED cleandepend; /usr/obj/usr/src/tmp/usr/bin/make -DNOINFO -DNOMAN -DNOPIC -DNOPROFILE -DNOSHARED all; /usr/obj/usr/src/tmp/usr/ bin/make -DNOINFO -DNOMAN -DNOPIC -DNOPROFILE -DNOSHARED -B install cleandir obj rm -f .depend /usr/obj/usr/src/lib/csu/i386-elf/GPATH /usr/obj/usr/src/lib/csu/i 386-elf/GRTAGS /usr/obj/usr/src/lib/csu/i386-elf/GSYMS /usr/obj/usr/src/lib/csu /i386-elf/GTAGS cc -O -pipe -elf -Wall -fkeep-inline-functions -I/usr/obj/usr/src/tmp/usr/includ e -c /usr/src/lib/csu/i386-elf/crt1.c -o crt1.o cc -O -pipe -elf -Wall -fkeep-inline-functions -I/usr/obj/usr/src/tmp/usr/includ e -c /usr/src/lib/csu/i386-elf/crtbegin.c -o crtbegin.o /usr/src/lib/csu/i386-elf/crtbegin.c:32: section attributes are not supported fo r this target /usr/src/lib/csu/i386-elf/crtbegin.c:33: section attributes are not supported fo r this target {standard input}: Assembler messages: {standard input}:68: Error: Unknown pseudo-op: `.section' *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. The system that I am building this source on is FreeBSD 2.2.8-STABLE. Any ideas what the problem could be. Regards To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?38AC62BC.7D5DBD0E>