Skip site navigation (1)Skip section navigation (2)
Date:      23 Nov 98 01:06:07 America/Fort_Wayne
From:      Stephen Palmer <slpalmer@netscape.net>
To:        <freebsd-current@FreeBSD.ORG>
Subject:   make world failure at "machine/ansi.sys"
Message-ID:  <19981123010607.17478.qmail@www0p.netaddress.usa.net>

next in thread | raw e-mail | index | archive | help
I posted this earlier today, and got no response, however, I
saw some kernel compile fixes got commited, so I cvsup'd again
current as of 4:00pm CST and tried again...  I'm still getting
the same failure in make world.  Output leading up to the error
follows...

[...snip]
ld -N -e start -Ttext 0x100000 -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
(cd /usr/src/sys/boot/i386/boot2; m4 boot1.m4 boot1.s) |  as  -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
cc -elf -I/usr/src/sys/boot/i386/boot2/../btx/lib -I. -fno-builtin  -O2
-malign-functions=0 -malign-jumps=0 -malign-loops=0 -mrtd  -Wall
-Waggregate-return -Wbad-function-cast -Wcast-align  -Wmissing-declarations
-Wmissing-prototypes -Wnested-externs  -Wpointer-arith -Wshadow
-Wstrict-prototypes -Wwrite-strings   -I/usr/obj/elf/usr/src/tmp/usr/include
-c /usr/src/sys/boot/i386/boot2/boot2.c
(cd /usr/src/sys/boot/i386/boot2; m4 -DSIOPRT=0x3f8  -DSIOFMT=0x3 -DSIODIV=0xc
sio.s) |  as  -o sio.o
ld -nostdlib -static -N -Ttext 0x1000 -o boot2.out 
/usr/obj/elf/usr/src/sys/boot/i386/boot2/../btx/lib/crt0.o boot2.o sio.o
objcopy -S -O binary boot2.out boot2.bin
btxld -v -E 0x1000 -f bin -b
/usr/obj/elf/usr/src/sys/boot/i386/boot2/../btx/btx/btx -l boot2.ldr  -o
boot2.ld -P 1 boot2.bin
kernel: ver=0.87 size=6d0 load=9000 entry=9010 map=16M pgctl=1:1
client: fmt=bin size=143c text=0 data=0 bss=0 entry=0
output: fmt=bin size=1d0c text=200 data=1b0c org=0 entry=0
244 bytes available
dd if=boot2.ld of=boot2 obs=7680 conv=osync 2>/dev/null
===> sys/boot/i386/libi386
make: don't know how to make machine/ansi.h. Stop
*** Error code 2

Stop.
*** Error code 1



---                      |
Stephen L. Palmer        |                Sprint Paranet
slpalmer@netscape.net   \|/   slpalmer@sprintparanet.com
   "There are thousands of intelligent species in the 
    Universe, and they all own cats."        -Unknown

____________________________________________________________________
More than just email--Get your FREE Netscape WebMail account today at http://home.netscape.com/netcenter/mail

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



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