Date: Fri, 9 Oct 1998 17:47:47 -0700 (PDT) From: Chris Timmons <skynyrd@opus.cts.cwu.edu> To: Robert Nordier <rnordier@FreeBSD.ORG> Cc: committers@FreeBSD.ORG Subject: Re: cvs commit: src/sys/boot/i386 Makefile Message-ID: <Pine.BSF.3.96.981009174450.702B-100000@opus.cts.cwu.edu> In-Reply-To: <199810092330.QAA06881@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
I had a 'make -DNOSECURE -j 8 buildworld' blow up on my SMP elf system a couple hours ago using then up-to-date sources with the following death. Your comment in the commit message about building something only if the objectformat is elf - but packaging it aout - made me wonder if this was somehow related? -Chris ===> i386/btx/lib --- objwarn --- --- btxcsu.o --- --- btxsys.o --- --- btxv86.o --- --- objwarn --- Warning: Object directory not changed from original /usr/src/sys/boot/i386/btx/lib --- btxcsu.o --- cc -x assembler-with-cpp -I/usr/obj/aout/usr/src/tmp/usr/include -c btxcsu.s -o btxcsu.o --- btxsys.o --- cc -x assembler-with-cpp -I/usr/obj/aout/usr/src/tmp/usr/include -c btxsys.s -o btxsys.o --- btxv86.o --- cc -x assembler-with-cpp -I/usr/obj/aout/usr/src/tmp/usr/include -c btxv86.s -o btxv86.o --- crt0.o --- ld -elf -i -o crt0.o btxcsu.o btxsys.o btxv86.o btxcsu.o: file not recognized: File format not recognized *** Error code 1 1 error *** Error code 2 1 error *** Error code 2 1 error *** Error code 2 1 error *** Error code 2 1 error *** Error code 2 1 error *** Error code 2 1 error
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.96.981009174450.702B-100000>