From owner-freebsd-questions Mon Oct 19 07:21:58 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA10033 for freebsd-questions-outgoing; Mon, 19 Oct 1998 07:21:58 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from HAL9000.videotron.net (modemcable053.111.mmtl.videotron.net [207.253.111.53]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA10028 for ; Mon, 19 Oct 1998 07:21:56 -0700 (PDT) (envelope-from ebn@cics.ml.org) Received: from localhost (ebn@localhost) by HAL9000.videotron.net (8.8.8/8.8.8) with ESMTP id KAA00723 for ; Mon, 19 Oct 1998 10:21:32 -0400 (EDT) (envelope-from ebn@cics.ml.org) Date: Mon, 19 Oct 1998 10:21:32 -0400 (EDT) From: EBN X-Sender: ebn@HAL9000.videotron.net To: freebsd-questions@FreeBSD.ORG Subject: Unknown pseudo op: .section Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I am running FreeBSD-2.2.7-RELEASE and I sup'ed the 3.0-RELEASE. When I run make aout-to-elf-build I get this error: -------------------------------------------------------------- >>> Rebuilding bootstrap libraries -------------------------------------------------------------- [...] cc -O -pipe -elf -Wall -Wno-unused -I/usr/obj/aout/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/aout/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: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 [...] If I do only a make buildworld, there is no problem. So the ELF transition seem to be the problem. I saw other posts about the same problem, but no good answers were given. Nicholas Theriault Ecole De Technologie Superieure (http://www.etsmtl.ca) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message