Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 15 Aug 2004 18:06:03 +0000 (UTC)
From:      "Bjoern A. Zeeb" <bzeeb-lists@lists.zabbadoz.net>
To:        amd64@freebsd.org
Subject:   installworld: btxld:No such file or directory
Message-ID:  <Pine.BSF.4.53.0408151743240.40767@e0-0.zab2.int.zabbadoz.net>

next in thread | raw e-mail | index | archive | help
Hi,

this is the second time I get this from freshly checked out sources.
No response ~1 month ago... so asking again. Any ideas ?

make installworld
...
===> sys/boot/i386/btx
===> sys/boot/i386/btx/btx
===> sys/boot/i386/btx/btxldr
===> sys/boot/i386/btx/lib
===> sys/boot/i386/boot2
cc -Os  -fno-guess-branch-probability  -fomit-frame-pointer  -fno-unit-at-a-time  -mno-align-long-strings  -mrtd
-DUFS1_AND_UFS2  -DFLAGS=0x80  -DSIOPRT=0x3f8  -DSIOFMT=0x3  -DSIOSPD=9600
-I/local/building/freebsd/i4b/src/sys/boot/i386/boot2/../../common
-I/local/building/freebsd/i4b/src/sys/boot/i386/boot2/../btx/lib -I.  -Wall -Waggregate-return -Wbad-function-cast
-Wcast-align  -Wmissing-declarations -Wmissing-prototypes -Wnested-externs  -Wpointer-arith -Wshadow -Wstrict-prototypes
-Wwrite-strings -ffreestanding -mpreferred-stack-boundary=2 -m32  -S -o boot2.s.tmp
/local/building/freebsd/i4b/src/sys/boot/i386/boot2/boot2.c
sed -e '/align/d' -e '/nop/d' < boot2.s.tmp > boot2.s
rm -f boot2.s.tmp
as  --32 -o boot2.o boot2.s
ld -static -N --gc-sections -nostdlib -m elf_i386_fbsd -Ttext 0x2000 -o boot2.out
/local/building/src+ports/src/obj/local/building/freebsd/i4b/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
/local/building/src+ports/src/obj/local/building/freebsd/i4b/src/sys/boot/i386/boot2/../btx/btx/btx -l boot2.ldr  -o
boot2.ld -P 1 boot2.bin
btxld:No such file or directory
*** Error code 1

Stop in /local/building/freebsd/i4b/src/sys/boot/i386/boot2.
*** Error code 1

here's the new one:

bz@noc:/local/building/freebsd/i4b/src/sys/boot/i386/boot2> ls -l /usr/obj/local/building/freebsd/i4b/src/usr.sbin/btxld/btxld
-rwxr-xr-x  1 bz  wheel  17999 Aug 15 11:51 /usr/obj/local/building/freebsd/i4b/src/usr.sbin/btxld/btxld

and of course the old one:

bz@noc:/local/building/freebsd/i4b/src/sys/boot/i386/boot2> ls -l /usr/sbin/btxld
-r-xr-xr-x  1 root  wheel  13304 Jul 10 21:07 /usr/sbin/btxld


I have the following in my make.conf:

LOADER_TFTP_SUPPORT= YES

-- 
Bjoern A. Zeeb				bzeeb at Zabbadoz dot NeT



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.53.0408151743240.40767>