Subject: 1.5.x kernel without adb support?
To: None <port-mac68k@netbsd.org>
From: Hauke Fath <hauke@Espresso.Rhein-Neckar.DE>
List: port-mac68k
Date: 02/22/2001 08:42:14
Hi,

building a minimal kernel config without ADB support from 1.5.1ALPHA
sources fails with

---------------------------------------------------------------

[hauke@q700] /<3>compile/LAMIN > make
cpp -traditional -D_LOCORE -I. -I../../../../arch -I../../../.. -nostdinc -DHZ="0x3c" -DM68030 -DDIAGNOSTIC -DMAXUSERS=16 -D_KERNEL -Dmac68k ../../../../arch/mac68k/dev/adbsysasm.s | sed -e 's/^#.*//' | as -o adbsysasm.o
cc  -O3 -pipe -m68030 -Werror -Wall -Wstrict-prototypes -Wmissing-prototypes  -Wpointer-arith -Wno-uninitialized -Wno-main -msoft-float -I. -I../../../../arch -I../../../.. -nostdinc -DHZ="0x3c" -DM68030 -DDIAGNOSTIC -DMAXUSERS=16 -D_KERNEL -Dmac68k  -c ../../../../arch/mac68k/dev/adb_direct.c
cc  -O3 -pipe -m68030 -Werror -Wall -Wstrict-prototypes -Wmissing-prototypes  -Wpointer-arith -Wno-uninitialized -Wno-main -msoft-float -I. -I../../../../arch -I../../../.. -nostdinc -DHZ="0x3c" -DM68030 -DDIAGNOSTIC -DMAXUSERS=16 -D_KERNEL -Dmac68k  -c ../../../../arch/mac68k/dev/pm_direct.c
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.
sh ../../../../conf/newvers.sh
cc  -O3 -pipe -m68030 -Werror -Wall -Wstrict-prototypes -Wmissing-prototypes  -Wpointer-arith -Wno-uninitialized -Wno-main -msoft-float -I. -I../../../../arch -I../../../.. -nostdinc -DHZ="0x3c" -DM68030 -DDIAGNOSTIC -DMAXUSERS=16 -D_KERNEL -Dmac68k  -c vers.c
ld -n -Ttext 0 -e start -S -o netbsd ${SYSTEM_OBJ} vers.o
adb_direct.o: Undefined symbol `_adb_polling' referenced from text segment
adb_direct.o: Undefined symbol `_adb_polling' referenced from text segment
adb_direct.o: Undefined symbol `_adb_polling' referenced from text segment
adb_direct.o: Undefined symbol `_adb_polling' referenced from text segment
adb_direct.o: Undefined symbol `_adb_op_sync' referenced from text segment
adb_direct.o: Undefined symbol `_adb_op_sync' referenced from text segment
adb_direct.o: Undefined symbol `_adb_op_sync' referenced from text segment
adb_direct.o: Undefined symbol `_adb_op_sync' referenced from text segment
adb_direct.o: Undefined symbol `_adb_op_sync' referenced from text segment
adb_direct.o: Undefined symbol `_adb_op_sync' referenced from text segment
adb_direct.o: Undefined symbol `_adb_op_sync' referenced from text segment
adb_direct.o: Undefined symbol `_adb_op_comprout' referenced from text segment
adb_direct.o: Undefined symbol `_adb_op_comprout' referenced from text segment
adb_direct.o: Undefined symbol `_adb_op_comprout' referenced from text segment
adb_direct.o: Undefined symbol `_adb_op_comprout' referenced from text segment
adb_direct.o: Undefined symbol `_adb_polling' referenced from text segment
adb_direct.o: Undefined symbol `_adb_op_comprout' referenced from text segment
adb_direct.o: Undefined symbol `_adb_op_comprout' referenced from text segment
pm_direct.o: Undefined symbol `_adb_polling' referenced from text segment
pm_direct.o: Undefined symbol `_adb_polling' referenced from text segment
pm_direct.o: Undefined symbol `_adb_polling' referenced from text segment
pm_direct.o: Undefined symbol `_adb_polling' referenced from text segment
*** Error code 1

Stop.

---------------------------------------------------------------

Should I expect this to work?

       hauke

-- 
Now without signature.