Date: Mon, 12 Oct 1998 14:49:00 +0200 From: Pierre DAVID <Pierre.David@prism.uvsq.fr> To: current@FreeBSD.ORG Subject: Make buildworld error Message-ID: <19981012144900.A22619@gibet.prism.uvsq.fr>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19981012144900.A22619>