From owner-freebsd-stable Sun May 13 9:15:27 2001 Delivered-To: freebsd-stable@freebsd.org Received: from fbsd.bosa.ca (cr1003901-a.rct1.bc.wave.home.com [24.113.37.99]) by hub.freebsd.org (Postfix) with ESMTP id 6B5B137B422 for ; Sun, 13 May 2001 09:15:24 -0700 (PDT) (envelope-from kulraj@bosa.ca) Received: from ska1 (h207-230-227-196.dccnet.com [207.230.227.196]) by fbsd.bosa.ca (Postfix) with SMTP id DE9C4158EB9 for ; Sun, 13 May 2001 10:23:01 -0700 (PDT) Message-ID: <00c101c0dbc7$bee30de0$64c8a8c0@kimsamy.com> From: "Kulraj Gurm (bosa.ca Account)" To: Subject: Make buildworld fails - possible hardware problem? Date: Sun, 13 May 2001 09:14:10 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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