Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Apr 2001 07:34:02 -0700
From:      "Kulraj Gurm (bosa.ca account)" <kulraj@bosa.ca>
To:        <freebsd-questions@freebsd.org>
Subject:   Make buildworld on cvsup of 4.2-STABLE to 4.3-RELEASE dies!
Message-ID:  <004501c0cccb$9bfab4a0$64c8a8c0@asknet.com>
References:  <01042313003304.00305@mark9.vladsempire.net> <00f901c0cc8c$16a936d0$2903010a@atg.altayer.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Any insight would be appreciated, these are the last few lines before make
buildworld dies. What do these error codes mean?

----------------------------------------------------

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.

real    62m44.333s
user    43m31.022s
sys     9m33.770s

-----------------------------------------

Regards,

Kulraj Gurm




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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?004501c0cccb$9bfab4a0$64c8a8c0>