Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 May 2001 09:14:10 -0700
From:      "Kulraj Gurm (bosa.ca Account)" <kulraj@bosa.ca>
To:        <freebsd-stable@freebsd.org>
Subject:   Make buildworld fails - possible hardware problem?
Message-ID:  <00c101c0dbc7$bee30de0$64c8a8c0@kimsamy.com>

next in thread | raw e-mail | index | archive | help
Updated source tree yesterday and running make buildword fails as follows;
previous version 4.2 RELEASE - had no problems. I suspect hardware problem
but have no idea where to look or what component to blame.
The CPU is running at spec. not overclocked - original AMD Athlon 500MHz
(not t'bird) running at an acceptable temp. 42 C. 128Mb PC100 SDRAM -
already tried different RAM. IDE Fujitsu 30Gb HDD.

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


(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.

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

Any help gratefully appreciated.

Regards,

Kulraj Gurm



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?00c101c0dbc7$bee30de0$64c8a8c0>