Subject: Cross compile for VAX on i386 failed
To: None <current-users@netbsd.org>
From: None <ks@ub.uni-mainz.de>
List: current-users
Date: 11/12/2002 17:43:30
Hi,

I just tried to cross-compile -current for my "new" VAXstation 4000 on
a i386 system and got the following:

making sure the kern library is up to date...
`libkern.a' is up to date.
/u/NetBSD/arch/vax/TOOLS/bin/vax--netbsdelf-gcc -O2 -ffreestanding -mno-asm-pic  -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-uninitialized  -Werror  -DSUPPORT_BOOTPARAMS -DSUPPORT_BOOTP -DSUPPORT_DHCP -D_STANDALONE  -DNO_MID_CHECK -I. -I/u/NetBSD/src/sys/arch/vax/boot/boot/../../../../ -I/u/NetBSD/src/sys/arch/vax/boot/boot/../../ -I/u/NetBSD/src/sys/arch/vax/boot/boot/../common -I/u/NetBSD/src/sys/arch/vax/boot/boot/../../include -DRELOC=0x2f0000 -nostdinc -isystem /u/NetBSD/arch/vax/dest/usr/include  -c /u/NetBSD/src/sys/arch/vax/boot/boot/boot.c
cc1: Invalid option `no-asm-pic'
*** Error code 1

Stop.
nbmake: stopped in /u/NetBSD/src/sys/arch/vax/boot/boot

Not tried yet to just remove "no-asm-pic" and look what happens...

- Kurt