Date: Tue, 22 Sep 1998 08:48:01 +0200 From: synker <synker@sanyusan.se> To: current@FreeBSD.ORG Subject: make buildworld stops... Message-ID: <19980922084801.A4077@sanyusan.se>
next in thread | raw e-mail | index | archive | help
Hi! I have a full output of my 'make buildworld' if anyone is interested. I did my make buildworld last night: Script started on Mon Sep 21 21:02:47 1998 [root /usr/src]# make buildworld but when I got to work this morning I noticed it had stopped right after building 'rawboot': [snip] cc -O2 -malign-functions=0 -malign-jumps=0 -malign-loops=0 -DRAWBOOT -I/usr/sr c/sys/i386/boot/rawboot/../biosboot -DBOOTWAIT=5000 -DTIMEOUT= -DBOOTSEG=0x1000 -DBOOTSTACK=0xFFF0 -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit -Wnest ed-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -W uninitialized -Wformat -fformat-extensions -ansi -DCOMCONSOLE=0x3F8 -DCONSPEED= 9600 -nostdinc -I/usr/src/sys/i386/boot/rawboot/../../../../include -I/usr/src/s ys/i386/boot/rawboot/../../.. -I/usr/obj/aout/usr/src/sys/i386/boot/rawboot -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 cp -p boot boot.strip strip boot.strip size boot.strip text data bss dec hex 6480 96 48552 55128 d758 dd if=boot.strip of=boot.nohdr ibs=32 skip=1 obs=1024b 205+1 records in 0+1 records out 6576 bytes transferred in 0.002997 secs (2194252 bytes/sec) ls -l boot.nohdr -rw-r--r-- 1 root bin 6576 21 Sep 23:08 boot.nohdr dd if=boot.nohdr of=rawboot bs=8k count=1 conv=sync 0+1 records in 1+0 records out 8192 bytes transferred in 0.000470 secs (17428221 bytes/sec) # there it stops... any ideas? Best regards, -synker 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?19980922084801.A4077>