From owner-freebsd-questions Mon Nov 23 19:03:09 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA24209 for freebsd-questions-outgoing; Mon, 23 Nov 1998 19:03:09 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from the-twist.crosslink.net (the-twist.crosslink.net [206.246.124.74]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id TAA24202 for ; Mon, 23 Nov 1998 19:03:06 -0800 (PST) (envelope-from sgregory@crosslink.net) Received: (qmail 25909 invoked from network); 24 Nov 1998 03:03:03 -0000 Received: from dyn24.pm2-1.lexington-park.236.crosslink.net (HELO win95.scott.home) (206.246.70.248) by the-twist.crosslink.net with SMTP; 24 Nov 1998 03:03:03 -0000 Received: by localhost with Microsoft MAPI; Mon, 23 Nov 1998 21:43:30 -0500 Message-ID: <01BE172A.4F7E5FE0.sgregory@crosslink.net> From: "Scott D. Gregory" Reply-To: "sgregory@crosslink.net" To: "'freebsd-questions@freebsd.org'" Subject: Can't compile netboot Date: Mon, 23 Nov 1998 21:43:29 -0500 X-Mailer: Microsoft Internet E-mail/MAPI - 8.0.0.4211 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG When I try to compile netboot (/usr/src/sys/i386/boot/netboot) I get the following error: Warning: Object directory not changed from original /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 -nostdinc -I/sys/i386/boot/netboot/../../../../include -I/sys/i386/boot/netboot/../../.. -I/sys/i386/boot/netboot -DROMSIZE=16384 -static -o makerom /sys/i386/boot/netboot/makerom.c cc -O2 -DNFS -DROMSIZE=16384 -DRELOC=0x90000 -DPCI -DPCI_VENDOR=0x10ec -DPCI_DEVICE=0x8029 -DPCI_CLASS=0x02,0x00,0x00 -DASK_BOOT -nostdinc -I/sys/i386/boot/netboot/../../../../include -I/sys/i386/boot/netboot/../../.. -I/sys/i386/boot/netboot -DBOOTROM -o start2.ro -c start2.S /var/tmp/ccmtU460.s: Assembler mesages: /var/tmp/ccmtU460.s:57: Error: Value of -589824 too large for field of 2 bytes at 78 *** Error code 1 Stop. Anyone know how I can get this to compile? Thanks, Scott To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message