Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 10 Oct 1998 03:06:34 +0200 (SAT)
From:      Robert Nordier <rnordier@nordier.com>
To:        skynyrd@opus.cts.cwu.edu (Chris Timmons)
Cc:        rnordier@FreeBSD.ORG, committers@FreeBSD.ORG
Subject:   Re: cvs commit: src/sys/boot/i386 Makefile
Message-ID:  <199810100106.DAA06219@ceia.nordier.com>
In-Reply-To: <Pine.BSF.3.96.981009174450.702B-100000@opus.cts.cwu.edu> from Chris Timmons at "Oct 9, 98 05:47:47 pm"

next in thread | previous in thread | raw e-mail | index | archive | help
Chris Timmons wrote:
> 
> 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

Yes.  The problem is that make world is lumping the old and new
boot code together as "legacy boot", but they require a different
OBJFORMAT.

--
Robert Nordier



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199810100106.DAA06219>