Subject: Re: /usr/lib/crtbegin.o
To: Michael Richardson <mcr@sandelman.ottawa.on.ca>
From: Todd Vierling <tv@pobox.com>
List: port-i386
Date: 08/11/1999 15:51:52
On Wed, 11 Aug 1999, Michael Richardson wrote:
: I'm trying to build in a 1.4 /usr/src/sys/arch/i386/stand to get serial
: boot blocks.
: make: don't know how to make /usr/lib/crtbegin.o. Stop
Your /usr/share/mk/*.mk are too new; they assume OBJECT_FMT=ELF (and your
system is apparently a.out).
You may still be able to get this to work if you set OBJECT_FMT=a.out on the
make command line.
--
-- Todd Vierling (tv@pobox.com)