From owner-freebsd-bugs Thu Feb 17 13: 3:59 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from mailer2.lut.ac.uk (mailer2.lut.ac.uk [158.125.1.206]) by hub.freebsd.org (Postfix) with ESMTP id 251A437B546 for ; Thu, 17 Feb 2000 13:03:53 -0800 (PST) (envelope-from h.salman@lboro.ac.uk) Received: from [158.125.1.205] (helo=pophost1.lboro.ac.uk) by mailer2.lut.ac.uk with smtp (Exim 2.10 #1) id 12LY5W-00072U-00 for freebsd-bugs@freebsd.org; Thu, 17 Feb 2000 21:03:50 +0000 Received: from ernie.lut.ac.uk (lboro.ac.uk) [158.125.152.37] by pophost1.lboro.ac.uk with esmtp (Exim 1.82 #1) id 12LY5V-0006er-00; Thu, 17 Feb 2000 21:03:49 +0000 Message-ID: <38AC62BC.7D5DBD0E@lboro.ac.uk> Date: Thu, 17 Feb 2000 21:06:05 +0000 From: Hayder Salman Organization: Loughborough University X-Mailer: Mozilla 4.7C-SGI [en] (X11; I; IRIX 6.5 IP32) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-bugs@FreeBSD.ORG Subject: problems compiling source tree!! Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org 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