From owner-freebsd-current Mon Oct 12 05:49:37 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA16515 for freebsd-current-outgoing; Mon, 12 Oct 1998 05:49:37 -0700 (PDT) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from soleil.uvsq.fr (soleil.uvsq.fr [193.51.24.1]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA16509 for ; Mon, 12 Oct 1998 05:49:31 -0700 (PDT) (envelope-from Pierre.David@prism.uvsq.fr) Received: from guillotin.prism.uvsq.fr (guillotin.prism.uvsq.fr [193.51.25.1]) by soleil.uvsq.fr (8.9.1/jtpda-5.3.1) with ESMTP id OAA29307 for ; Mon, 12 Oct 1998 14:49:02 +0200 (METDST) Received: from gibet.prism.uvsq.fr (gibet.prism.uvsq.fr [193.51.25.3]) by guillotin.prism.uvsq.fr (8.8.4/jtpda-5.2) with ESMTP id OAA28788 for ; Mon, 12 Oct 1998 14:49:01 +0200 (MET DST) Received: from (pda@localhost) by gibet.prism.uvsq.fr (8.8.8/jtpda-5.2) id OAA22669 for current@FreeBSD.ORG; Mon, 12 Oct 1998 14:49:01 +0200 (CEST) Message-ID: <19981012144900.A22619@gibet.prism.uvsq.fr> Date: Mon, 12 Oct 1998 14:49:00 +0200 From: Pierre DAVID To: current@FreeBSD.ORG Subject: Make buildworld error Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.93i Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, Since a few days, I cannot make world. Even since last commits (which solved other problems), the problem is still there. So, is anybody aware of it? ------------------------------------------------------------------------------ $ make -j 4 -DNOGAMES -DNOSECURE -DNOPROFILE buildworld ... -------------------------------------------------------------- >>> Building legacy boot -------------------------------------------------------------- ... ===> rawboot --- all --- ===> biosboot --- boot --- 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/obj/aout/usr/src/sys/i386/boot/biosboot -I/usr/obj/aout/usr/src/tmp/usr/include -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/obj/elf/usr/src/tmp/usr/libexec/aout/ld: start.o: malformed input file (not rel or archive) *** Error code 1 1 error ------------------------------------------------------------------------------ Where does this "-T 0" come from, in /usr/src/sys/i386/boot/biosboot/Makefile ? Thanks in advance, Pierre David To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message