From owner-freebsd-current Mon Oct 5 23:47:33 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA17008 for freebsd-current-outgoing; Mon, 5 Oct 1998 23:47:33 -0700 (PDT) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from ceia.nordier.com (m2-57-dbn.dial-up.net [196.34.155.121]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA16999 for ; Mon, 5 Oct 1998 23:47:25 -0700 (PDT) (envelope-from rnordier@nordier.com) Received: (from rnordier@localhost) by ceia.nordier.com (8.8.7/8.6.12) id IAA16836; Tue, 6 Oct 1998 08:46:47 +0200 (SAT) From: Robert Nordier Message-Id: <199810060646.IAA16836@ceia.nordier.com> Subject: Re: how to make biosboot? In-Reply-To: <13849.9211.157920.908344@avalon.east> from Tony Kimball at "Oct 5, 98 02:56:59 pm" To: alk@pobox.com Date: Tue, 6 Oct 1998 08:46:44 +0200 (SAT) Cc: current@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL31 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by hub.freebsd.org id XAA17003 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Tony Kimball wrote: > What is the pilot's error, below? > > /usr/src/sys/i386/boot > make > ... cc -O2 -malign-functions=0 -malign-jumps=0 -malign-loops=0 -mno-486 -DBOOTWAIT=5000 -DTIMEOUT= -DBOOTSEG=0x1000 -DBOOTSTACK=0xFFF0 -DDO_BAD144 -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wuninitialized -Wformat -fformat-extensions -ansi -DCOMCONSOLE=0x3F8 -DCONSPEED=9600 -nostdinc -I/usr/src/sys/i386/boot/biosboot/../../../../include -I/usr/src/sys/i386/boot/biosboot/../../.. -I/usr/src/sys/i386/boot/biosboot -N -T 0 -nostdlib -static -o boot start.o table.o boot2.o boot.o asm.o bios.o serial.o probe_keyboard.o io.o disk.o sys.o > /usr/libexec/elf/ld: cannot open linker script file 0: No such file or directory OBJFORMAT needs to be aout. The ld option -T usage has changed (from "-T 0" to "-Ttext 0") and this is causing the misleading error message. -- Robert Nordier To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message