Date: Thu, 09 Sep 1999 18:28:49 +0200 From: Lorenzo Conti <conti@wind.ing.unipi.it> To: Andrew J Rixon <ajr@maths.uq.edu.au> Cc: freebsd-questions <freebsd-questions@FreeBSD.ORG> Subject: Re: Unable to Compile Netboot Message-ID: <37D7E041.F5382B89@wind.ing.unipi.it> References: <199909090015.KAA16127@abacus.maths.uq.edu.au>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?37D7E041.F5382B89>