Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 May 2001 22:14:16 -0700
From:      "Kulraj Gurm (bosa.ca Account)" <kulraj@bosa.ca>
To:        <freebsd-questions@FreeBSD.ORG>
Subject:   cvsup / make buildworld - Error code 126
Message-ID:  <009201c0dc34$b963a7e0$64c8a8c0@kimsamy.com>

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

[-- Attachment #1 --]
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




[-- Attachment #2 --]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 5.50.4207.2601" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV>Updated source tree yesterday and running make buildword fails as 
follows;<BR>previous version 4.2 RELEASE - had no problems. I suspect hardware 
problem<BR>but have no idea where to look or what component to blame.<BR>The CPU 
is running at spec. not overclocked - original AMD Athlon 500MHz<BR>(not t'bird) 
running at an acceptable temp. 42 C. 128Mb PC100 SDRAM -<BR>already tried 
different RAM. IDE Fujitsu 30Gb 
HDD.<BR><BR>-------------------------------<BR><BR><BR>(cd 
/usr/src/sys/boot/i386/btx/btx; m4&nbsp; btx.s) |&nbsp; as&nbsp; 
--defsym<BR>BTX_FLAGS=0x0 -o btx.o<BR>{standard input}: Assembler 
messages:<BR>{standard input}:527: Warning: stand-alone `data16' 
prefix<BR>{standard input}:544: Warning: stand-alone `data16' prefix<BR>ld -N -e 
start -Ttext 0x9000 -o btx.out btx.o<BR>objcopy -S -O binary btx.out 
btx<BR>===&gt; sys/boot/i386/btx/btxldr<BR>(cd 
/usr/src/sys/boot/i386/btx/btxldr; m4 -DLOADER_ADDRESS=0x200000<BR>btxldr.s ) 
|&nbsp; as&nbsp; -o btxldr.o<BR>ld -N -e start -Ttext 0x200000 -o btxldr.out 
btxldr.o<BR>objcopy -S -O binary btxldr.out btxldr<BR>===&gt; 
sys/boot/i386/btx/lib<BR>as&nbsp; -elf -o btxcsu.o 
/usr/src/sys/boot/i386/btx/lib/btxcsu.s<BR>as&nbsp; -elf -o btxsys.o 
/usr/src/sys/boot/i386/btx/lib/btxsys.s<BR>as&nbsp; -elf -o btxv86.o 
/usr/src/sys/boot/i386/btx/lib/btxv86.s<BR>ld&nbsp; -elf -i -o crt0.o btxcsu.o 
btxsys.o btxv86.o<BR>===&gt; sys/boot/i386/boot2<BR>as&nbsp; --defsym FLAGS=0x80 
/usr/src/sys/boot/i386/boot2/boot1.s -o boot1.o<BR>ld -nostdlib -static -N -e 
start -Ttext 0x7c00 -o boot1.out boot1.o<BR>objcopy -S -O binary boot1.out 
boot1<BR>dd if=/dev/zero of=boot2.ldr bs=512 count=1 2&gt;/dev/null<BR>*** Error 
code 126<BR><BR>Stop in /usr/src/sys/boot/i386/boot2.<BR>*** Error code 
1<BR><BR>Stop in /usr/src/sys/boot/i386.<BR>*** Error code 1<BR><BR>Stop in 
/usr/src/sys/boot.<BR>*** Error code 1<BR><BR>Stop in /usr/src/sys.<BR>*** Error 
code 1<BR><BR>Stop in /usr/src.<BR>*** Error code 1<BR><BR>Stop in 
/usr/src.<BR>*** Error code 1<BR><BR>Stop in 
/usr/src.<BR><BR>-----------------------------<BR><BR>Any help gratefully 
appreciated.<BR><BR>Regards,<BR><BR>Kulraj Gurm<BR><BR></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV></BODY></HTML>

Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?009201c0dc34$b963a7e0$64c8a8c0>