Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 Oct 2002 09:37:46 -0600 (MDT)
From:      "M. Warner Losh" <imp@bsdimp.com>
To:        current@FreeBSD.ORG
Subject:   Build breakage
Message-ID:  <20021022.093746.125616993.imp@bsdimp.com>

next in thread | raw e-mail | index | archive | help
From a tree that I updated last night, building on a 4.7-stable
system:

as  -o boot2.o boot2.s
as  --defsym SIOPRT=0x3f8  --defsym SIOFMT=0x3  --defsym SIOSPD=9600  /home/imp/FreeBSD/src/sys/boot/i386/boot2/sio.s -o sio.o
ld -nostdlib -static -N -Ttext 0x2000 -o boot2.out  /usr/obj/home/imp/FreeBSD/src/sys/boot/i386/boot2/../btx/lib/crt0.o boot2.o sio.o
objcopy -S -O binary boot2.out boot2.bin
btxld -v -E 0x2000 -f bin -b /usr/obj/home/imp/FreeBSD/src/sys/boot/i386/boot2/../btx/btx/btx -l boot2.ldr  -o boot2.ld -P 1 boot2.bin
kernel: ver=1.01 size=780 load=9000 entry=9010 map=16M pgctl=1:1
client: fmt=bin size=1498 text=0 data=0 bss=0 entry=0
output: fmt=bin size=1e18 text=200 data=1c18 org=0 entry=0
-24 bytes available
*** Error code 1

I didn't see this a few days ago when I did a buildworld on my current
box.

Warner

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?20021022.093746.125616993.imp>