From owner-freebsd-questions Sun Feb 21 20:35:49 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mta1-rme.xtra.co.nz (mta.xtra.co.nz [203.96.92.1]) by hub.freebsd.org (Postfix) with ESMTP id 24E9711D08 for ; Sun, 21 Feb 1999 20:35:43 -0800 (PST) (envelope-from junkmale@pop3.xtra.co.nz) Received: from wocker ([210.55.210.87]) by mta1-rme.xtra.co.nz (InterMail v04.00.02.07 201-227-108) with SMTP id <19990222043601.PLYD682101.mta1-rme@wocker> for ; Mon, 22 Feb 1999 17:36:01 +1300 From: "Dan Langille" Organization: The FreeBSD Diary To: freebsd-questions@freebsd.org Date: Mon, 22 Feb 1999 17:35:36 +1300 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: make buildworld for 3.1 fails Reply-To: junkmale@xtra.co.nz X-mailer: Pegasus Mail for Win32 (v3.01d) Message-Id: <19990222043601.PLYD682101.mta1-rme@wocker> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I'm doing a make world for 3.1 after running cvsup to get it. I did a "make world -j4 2>&1 > makeworld.log" to run it. After about 333k, I get the following at the end of the log. It makes no sense ot me. Cheers. cc -O -pipe -elf -Wall -Wno-unused -I/usr/obj/usr/src/tmp/usr/include -c /usr/src/lib/csu/i386-elf/crt1.c -o crt1.o cc -O -pipe -elf -Wall -Wno-unused -I/usr/obj/usr/src/tmp/usr/include -c /usr/src/lib/csu/i386-elf/crtbegin.c -o crtbegin.o cc -fpic -DPIC -O -pipe -elf -Wall -Wno-unused - I/usr/obj/usr/src/tmp/usr/include -c /usr/src/lib/csu/i386-elf/crtbegin.c - o crtbegin.So /usr/src/lib/csu/i386-elf/crtbegin.c:30: section attributes are not supported for this target /usr/src/lib/csu/i386-elf/crtbegin.c:31: section attributes are not supported for this target /usr/src/lib/csu/i386-elf/crtbegin.c:30: section attributes are not supported for this target /usr/src/lib/csu/i386-elf/crtbegin.c:31: section attributes are not supported for this target {standard input}: Assembler messages: {standard input}:73: Error: Unknown pseudo-op: `.section' *** Error code 1 {standard input}: Assembler messages: {standard input}:95: Error: Unknown pseudo-op: `.section' *** Error code 1 {standard input}: Assembler messages: {standard input}:77: Error: Unknown pseudo-op: `.previous' *** Error code 1 3 errors *** Error code 2 1 error *** Error code 2 1 error *** Error code 2 1 error *** Error code 2 -- Dan Langille The FreeBSD Diary http://www.FreeBSDDiary.com/freebsd To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message