Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 10 Jun 2001 10:09:06 -0500
From:      Ben Hockenhull <benh@jpj.net>
To:        freebsd-stable@freebsd.org
Subject:   Error code 126 on make world?
Message-ID:  <v03102804b7493d5ad154@[192.168.10.2]>

next in thread | raw e-mail | index | archive | help
I've been trying to make world on a Sony Vaio R505TS and have been having
trouble at the same point each time.

Most recent source supped last night.  This is on a 4.3-RELEASE machine,
trying to go to 4.3-STABLE.

===> sys/boot/i386/btx
===> sys/boot/i386/btx/btx
(cd /usr/src/sys/boot/i386/btx/btx; m4  btx.s) |  as  --defsym BTX_FLAGS=0x0 -o
btx.o
{standard input}: Assembler messages:
{standard input}:527: Warning: stand-alone `data16' prefix
{standard input}:544: Warning: stand-alone `data16' prefix
ld -N -e start -Ttext 0x9000 -o btx.out btx.o
objcopy -S -O binary btx.out btx
===> sys/boot/i386/btx/btxldr
(cd /usr/src/sys/boot/i386/btx/btxldr; m4 -DLOADER_ADDRESS=0x200000
btxldr.s ) |
  as  -o btxldr.o
ld -N -e start -Ttext 0x200000 -o btxldr.out btxldr.o
objcopy -S -O binary btxldr.out btxldr
===> sys/boot/i386/btx/lib
as  -elf -o btxcsu.o /usr/src/sys/boot/i386/btx/lib/btxcsu.s
as  -elf -o btxsys.o /usr/src/sys/boot/i386/btx/lib/btxsys.s
as  -elf -o btxv86.o /usr/src/sys/boot/i386/btx/lib/btxv86.s
ld  -elf -i -o crt0.o btxcsu.o btxsys.o btxv86.o
===> sys/boot/i386/boot2
as  --defsym FLAGS=0x80 /usr/src/sys/boot/i386/boot2/boot1.s -o boot1.o
ld -nostdlib -static -N -e start -Ttext 0x7c00 -o boot1.out boot1.o
objcopy -S -O binary boot1.out boot1
dd if=/dev/zero of=boot2.ldr bs=512 count=1 2>/dev/null
*** Error code 126

Stop in /usr/src/sys/boot/i386/boot2.
*** Error code 1

Stop in /usr/src/sys/boot/i386.
*** Error code 1

Stop in /usr/src/sys/boot.
*** Error code 1

Stop in /usr/src/sys.
*** Error code 1

Stop in /usr/src.
*** Error code 1

Stop in /usr/src.
*** Error code 1

Stop in /usr/src.

Thanks

Ben



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message




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