Subject: Kernel build failure
To: None <port-amiga@netbsd.org>
From: John Klos <john@sixgirls.org>
List: port-amiga
Date: 04/17/2003 19:56:09
Hi,

Has anyone seen this before? I'm trying to use a 1.6_STABLE kernel from
January to build a 1.6.1 kernel from today's sources:

making sure the compat library is up to date...
`libcompat.a' is up to date.
making sure the kern library is up to date...
`libkern.o' is up to date.
ld -n -Ttext 0 -e start -S -o netbsd ${SYSTEM_OBJ} vers.o
siop2.o: In function `siopng_checkintr':
siop2.o(.text+0x22e0): undefined reference to `DCIAS_60'
siop2.o(.text+0x25ae): undefined reference to `DCIAS_60'
siop2.o(.text+0x280a): undefined reference to `DCIAS_60'
pmap.o: In function `pmap_bootstrap':
pmap.o(.text+0x2d0): undefined reference to `DCIS_60'
pmap.o: In function `pmap_init':
pmap.o(.text+0x7e8): undefined reference to `DCIS_60'
pmap.o: In function `pmap_protect':
pmap.o(.text+0x110a): undefined reference to `DCFP_60'
pmap.o(.text+0x1116): undefined reference to `ICPP_60'
pmap.o(.text+0x1152): undefined reference to `TBIS_60'
pmap.o: In function `pmap_enter':
pmap.o(.text+0x1588): undefined reference to `DCFP_60'
pmap.o(.text+0x1594): undefined reference to `ICPP_60'
pmap.o(.text+0x15d2): undefined reference to `TBIS_60'
pmap.o: In function `pmap_kremove':
pmap.o(.text+0x18e2): undefined reference to `TBIS_60'
pmap.o: In function `pmap_zero_page':
pmap.o(.text+0x1d44): undefined reference to `TBIS_60'
pmap.o: In function `pmap_copy_page':
pmap.o(.text+0x1dac): undefined reference to `TBIS_60'
pmap.o(.text+0x1dca): undefined reference to `TBIS_60'
pmap.o(.text+0x1f8a): more undefined references to `TBIS_60' follow
pmap.o: In function `pmap_changebit':
pmap.o(.text+0x26e2): undefined reference to `DCFP_60'
pmap.o(.text+0x26ee): undefined reference to `ICPP_60'
pmap.o(.text+0x2728): undefined reference to `TBIS_60'
pmap.o: In function `pmap_enter_ptpage':
pmap.o(.text+0x280e): undefined reference to `DCIS_60'
pmap.o(.text+0x2aa4): undefined reference to `DCIS_60'
pmap.o(.text+0x2b70): undefined reference to `DCIS_60'
pmap.o(.text+0x2c86): undefined reference to `TBIAS_60'
pmap.o(.text+0x2c8e): undefined reference to `TBIAU_60'
sys_machdep.o: In function `cachectl1':
sys_machdep.o(.text+0x11a): undefined reference to `DCFA_60'
sys_machdep.o(.text+0x120): undefined reference to `ICPA_60'
sys_machdep.o(.text+0x132): undefined reference to `DCFL_60'
sys_machdep.o(.text+0x13e): undefined reference to `ICPL_60'
sys_machdep.o(.text+0x154): undefined reference to `DCFP_60'
sys_machdep.o(.text+0x160): undefined reference to `ICPP_60'
sys_machdep.o(.text+0x170): undefined reference to `DCFA_60'
sys_machdep.o(.text+0x182): undefined reference to `DCPL_60'
sys_machdep.o(.text+0x198): undefined reference to `DCPP_60'
sys_machdep.o(.text+0x1a8): undefined reference to `DCFA_60'
sys_machdep.o(.text+0x1ba): undefined reference to `DCFL_60'
sys_machdep.o(.text+0x1d0): undefined reference to `DCFP_60'
sys_machdep.o(.text+0x244): undefined reference to `DCIU_60'
sys_machdep.o(.text+0x24c): undefined reference to `DCIU_60'
sys_machdep.o(.text+0x252): undefined reference to `ICIA_60'
sys_machdep.o: In function `dma_cachectl':
sys_machdep.o(.text+0x2ee): undefined reference to `DCFL_60'
sys_machdep.o(.text+0x2fa): undefined reference to `ICPL_60'
sys_machdep.o(.text+0x308): undefined reference to `DCFP_60'
sys_machdep.o(.text+0x314): undefined reference to `ICPP_60'
trap.o: In function `trap':
trap.o(.text+0x96a): undefined reference to `ICIA_60'
trap.o(.text+0x970): undefined reference to `DCIU_60'
vm_machdep.o: In function `physaccess':
vm_machdep.o(.text+0x200): undefined reference to `TBIAS_60'
vm_machdep.o: In function `physunaccess':
vm_machdep.o(.text+0x258): undefined reference to `TBIAS_60'
*** Error code 1

Stop.
make: stopped in /usr/src/sys/arch/amiga/compile/REVA