From owner-freebsd-questions Thu Sep 9 9:29:28 1999 Delivered-To: freebsd-questions@freebsd.org Received: from server2.tdnet.it (server2.tdnet.it [195.250.24.135]) by hub.freebsd.org (Postfix) with ESMTP id 34642152BD for ; Thu, 9 Sep 1999 09:29:18 -0700 (PDT) (envelope-from conti@wind.ing.unipi.it) Received: from wind.ing.unipi.it (slipp11.tdnet.it [195.250.9.51]) by server2.tdnet.it (8.8.3/8.8.3) with ESMTP id SAA22290; Thu, 9 Sep 1999 18:17:10 +0200 Message-ID: <37D7E041.F5382B89@wind.ing.unipi.it> Date: Thu, 09 Sep 1999 18:28:49 +0200 From: Lorenzo Conti Reply-To: conti@wind.ing.unipi.it X-Mailer: Mozilla 4.5 [en] (X11; I; FreeBSD 3.1-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: Andrew J Rixon Cc: freebsd-questions Subject: Re: Unable to Compile Netboot References: <199909090015.KAA16127@abacus.maths.uq.edu.au> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Andrew J Rixon wrote: > > Hello, > > I recently installed the full binary distribution of freeBSD 3.2-release > from cdrom. Im trying to make netboot disks by compiling the makefile in: > > /usr/src/sys/i386/boot/netboot > > The compile crashes with the following output: > > Warning: Object directory not changed from original /usr/src/sys/i386/boot/netboot > cc -O2 -DNFS -DROMSIZE=16384 -DRELOC=0x90000 -DPCI -DPCI_VENDOR=0x10ec -DPCI_DEVICE=0x8029 -DPCI_CLASS=0x02,0x00,0x00 -DASK_BOOT -aout -I/usr/src/sys/i386/boot/netboot/../../.. -I/usr/src/sys/i386/boot/netboot -DROMSIZE=16384 -static -o makerom /usr/src/sys/i386/boot/netboot/makerom.c > ld: scrt0.o: No such file or directory > *** Error code 1 > > Stop. > > Would you be able to help me sort this out? > I had the same result. Looking around I heard that netboot, done for aout binary format, was not ported to elf. scrt0.o is for aout, I found crt1.c in /usr/src/lib/csu/i386-elf/. I think cannot compile in 3.x... That's all I know... cheers Lorenzo -- -------------------------------+-------------------------------- Lorenzo CONTI : Powered by... conti@wind.ing.unipi.it : FreeBSD -------------------------------+-------------------------------- If Bill Gates had a dime for every time a Windows box crashed... ...oh, wait a minute, he already does. -------------------------------+-------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message