hi all,

i'm trying to get my windows-based ipod to work on linux. yesterday i
trashed my old windows workstation and started clean with rh 9 - so its
pretty much a stock standard 2.4.20 kernel (2.4.20-8).

basically i changed my kernel config to include IEEE 1394, OHCI and SBP2
(i'm using a large number of resources on the NET - but predominantly this
one: http://www.cs.duke.edu/~geha/ipod/). everything is fine until make
modules; the last bit i can see that seems to be indicitive of the problem
is here:

sbp2.c: In function `sbp2util_down_timeout':
sbp2.c:662: warning: implicit declaration of function
`schedule_timeout_R17d59d01'
sbp2.c: In function `sbp2util_create_request_packet_pool':
sbp2.c:679: warning: implicit declaration of function `kmalloc_R93d4cfe6'
sbp2.c:680: warning: assignment makes pointer from integer without a cast
sbp2.c:683: warning: implicit declaration of function `printk_R1b7d4074'
sbp2.c: In function `sbp2util_remove_request_packet_pool':
sbp2.c:748: warning: implicit declaration of function `kfree_R037a0cba'
sbp2.c: In function `sbp2scsi_info':
sbp2.c:3225: warning: implicit declaration of function `sprintf_R1d26aa98'
make[2]: *** [sbp2.o] Error 1
make[2]: Leaving directory `/usr/src/linux-2.4.20-8/drivers/ieee1394'
make[1]: *** [_modsubdir_ieee1394] Error 2
make[1]: Leaving directory `/usr/src/linux-2.4.20-8/drivers'
make: *** [_mod_drivers] Error 2 

I've read a number of interesting things on Google - but most seem backdated
to about 2001/2 with similar messages; I've tried all of the solutions to no
avail. The only thing I haven't tried was a suggestion to drop my gcc
version - which I'm not too comfortable doing. If anyone has any futher
suggestions - please let me know.

Cheers
Michael


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list

Reply via email to