Subject: Re: Building the boot blocks
To: Chuck McManis <cmcmanis@mcmanis.com>
From: A. Wik <aw@mail1.bet1.puv.fi>
List: port-vax
Date: 05/03/2000 16:23:47
Chuck McManis wrote:
>
> Build them from src/sys/arch/vax/boot that will build 'xxboot' which is the
> generic boot block, and boot, and boot.mop. Just cd to the directory and
> type 'make'
Well, that was exactly what I was doing, but I get these error messages:
mariah# cd vax
mariah# cd boot
mariah# ls
CVS boot edlabel.c scsi_hi.c so.h
Makefile common rom.c scsi_low.c xxboot
Makefile.inc copy.c romread.s sd.c
mariah# make
all ===> boot
making sure the sa library is up to date...
cc -O2 -Werror -I/usr/src/sys/arch/vax/boot/boot/../../../..//lib/libsa -DSUPP
ORT_BOOTPARAMS -DSUPPORT_BOOTP -DSUPPORT_DHCP -D_STANDALONE -I/usr/src/sys/arch/
vax/boot/boot/../../../../ -I/usr/src/sys/arch/vax/boot/boot/../../ -I/usr/src/s
ys/arch/vax/boot/boot/../common -I/usr/src/sys/arch/vax/boot/boot/../../include
-DXXRPB=0x1F4240 -DRELOC=0x2f0000 -DCOMPAT_UFS -D__INTERNAL_LIBSA_CREAD -c /u
sr/src/sys/arch/vax/boot/boot/../../../..//lib/libsa/alloc.c
In file included from /usr/include/machine/endian.h:7,
from /usr/src/sys/arch/vax/boot/boot/../../../../sys/types.h:50
,
from /usr/src/sys/arch/vax/boot/boot/../../../../sys/param.h:88
,
from /usr/src/sys/arch/vax/boot/boot/../../../..//lib/libsa/all
oc.c:87:
/usr/src/sys/arch/vax/boot/boot/../../../../sys/endian.h:49: machine/endian_mach
dep.h: No such file or directory
*** Error code 1
Stop.
*** Error code 1
Stop.
*** Error code 1
Stop.
mariah#