From owner-freebsd-hackers Wed Jul 28 5:42:58 1999 Delivered-To: freebsd-hackers@freebsd.org Received: from nic.mmc.net.ge (nic.mmc.net.ge [212.72.145.2]) by hub.freebsd.org (Postfix) with ESMTP id D7F1615472 for ; Wed, 28 Jul 1999 05:42:41 -0700 (PDT) (envelope-from dima@mmc.net.ge) Received: from mmc.net.ge (giovanni.mmc.net.ge [212.72.145.5]) by nic.mmc.net.ge (8.9.3/8.9.3) with ESMTP id RAA17655 for ; Wed, 28 Jul 1999 17:41:15 +0500 (GET) Message-ID: <379F089E.57DC7E59@mmc.net.ge> Date: Wed, 28 Jul 1999 17:41:50 +0400 From: Dima X-Mailer: Mozilla 4.6 [en] (Win95; I) X-Accept-Language: en,ru MIME-Version: 1.0 To: freebsd-hackers@FreeBSD.ORG Subject: /usr/src/sys/i386/boot/netboot problem during compile Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I have a problem compiling of files needed for network boot on a FreeBSD 3.2-Release. As it was writen in handbook, I have to compile nb8390.com, nb3c509.com, nb8390.rom, nb3c509.rom files to perform boot over network. But during compile a I get the following error: /usr/src/sys/i386/boot/netboot > make Warning: Object directory not changed from original /usr/src/sys/i386/boot/netboot ln -s /usr/src/sys/i386/boot/netboot/../../include /usr/src/sys/i386/boot/netboot/machine 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 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????? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message