Date: Mon, 19 Oct 1998 10:21:32 -0400 (EDT) From: EBN <ebn@cics.ml.org> To: freebsd-questions@FreeBSD.ORG Subject: Unknown pseudo op: .section Message-ID: <Pine.BSF.4.04.9810191013270.712-100000@HAL9000.videotron.net>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.04.9810191013270.712-100000>