I get an error when compiling kernels 1.3.30 - 1.3.35 when it
gets to the ppp seciton after compiling the file systems. I cut
out the errors I am getting and pasted them below. I have to
compile a new kernel which has PPP and CDROM support. The problem
is, my CDROM is configured for the default I/O port and IRQ values.
I need 0x320 and IRQ 10 for a mitsumi 2x drive. I have the latest
slakware (elf) distribution 3.0.0. Everything else seems to compile
without fail..???? :(
Any help will be greatly apppreciated!
-Rob
--------- Beginning of errors ----------
loopback.o(.text+0xcc): undefined reference to `eth_type_trans'
loopback.o(.text+0x15d): undefined reference to `eth_header'
loopback.o(.text+0x177): undefined reference to `eth_rebuild_header'
ppp.o(.text+0x543): undefined reference to `slhc_free'
ppp.o(.text+0x6a7): undefined reference to `slhc_init'
ppp.o(.text+0xc94): undefined reference to `slhc_toss'
ppp.o(.text+0xcf3): undefined reference to `slhc_toss'
ppp.o(.text+0xdfb): undefined reference to `slhc_toss'
ppp.o(.text+0xef9): undefined reference to `slhc_toss'
ppp.o(.text+0xf1b): undefined reference to `slhc_uncompress'
ppp.o(.text+0xf79): undefined reference to `slhc_remember'
ppp.o(.text+0x2175): undefined reference to `slhc_free'
ppp.o(.text+0x2187): undefined reference to `slhc_init'
ppp.o(.text+0x25ea): undefined reference to `slhc_compress'
make: *** [vmlinux] Error 1
--------------- End --------------------
Compiling stops...