From owner-freebsd-questions Tue Feb 29 6:35:57 2000 Delivered-To: freebsd-questions@freebsd.org Received: from web3203.mail.yahoo.com (web3203.mail.yahoo.com [204.71.202.200]) by hub.freebsd.org (Postfix) with SMTP id A761E37BB63 for ; Tue, 29 Feb 2000 06:35:52 -0800 (PST) (envelope-from sky_tracker@yahoo.com) Message-ID: <20000229143552.29096.qmail@web3203.mail.yahoo.com> Received: from [209.5.30.173] by web3203.mail.yahoo.com; Tue, 29 Feb 2000 06:35:52 PST Date: Tue, 29 Feb 2000 06:35:52 -0800 (PST) From: Dave Banning Subject: help need with c compiling To: questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG amd trying a make world and keep getting the following error; -------------------------------------------------- cc -O -pipe -elf -Wall -fkeep-inline-functions -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 -fkeep-inline-functions -I/usr/obj/usr/src/tmp/usr/include -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 for this target /usr/src/lib/csu/i386-elf/crtbegin.c:33: section attributes are not supported for this target {standard input}: Assembler messages: {standard input}:68: Error: Unknown pseudo-op: `.section' *** Error code 1 ------------------------------------------------------- lines 32 and 33 of crtbegin.c read; static fptr ctor_list[1] __attribute__((section(".ctors"))) = { (fptr) -1 }; static fptr dtor_list[1] __attribute__((section(".dtors"))) = { (fptr) -1 }; where do I go from here? __________________________________________________ Do You Yahoo!? Talk to your friends online with Yahoo! Messenger. http://im.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message