Dima wrote:

> I have a problem compiling of files needed for network boot on a FreeBSD
> 3.2-Release.
 
> as I understand I need this file (scrt0.o) because netboot makes *com
> files only from a.out files, not from ELF. In sources I found where is
> this file compiled - /usr/src/lib/csu. But it will only compile if I
> manually set flag FREEBSD_AOUT. And even after this, compiling netboot
> gives me:
> ld: /usr/lib/scrt0.o: malformed input file (not rel or archive)
> *** Error code 1
> 
> Please write me what I am doing wrong, and how can I get this *.com and
> *.rom files neede for network boot?????
 
This is legacy code which is being kept around until loader(8) supports
equivalent functionality.  For now, I suggest you use "etherboot" in
the ports collection.

-- 
Robert Nordier


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message

Reply via email to