31
Zaurus - pdaXrom / Help! Usb Nic Driver Always "initializing"!
« on: March 28, 2007, 11:04:41 am »Quote
I am very glad to hear you have successed.
Can you tell us the detail of your cross compile? It should be best to attach the source and Makefile if you modified.
Our cross compile according to:
http://mail.pdaxrom.org/contrib/docs/kerne...mpile-3100.html
And compile wifi cf driver ok, but always meet problems when compile driver for usb lan, and it make us crazy.
Any help?
[div align=\"right\"][a href=\"index.php?act=findpost&pid=157412\"][{POST_SNAPBACK}][/a][/div]
Got toolchain and kernel sources from cacko lon time ago ... i dont know where to find it now.
arm-cacko-linux-gnu-2.95.3-2.2.5-hardfloat-19.50_21.09.05.tar.bz2
cacko-1.23-kernel-2.4.20.tar.gz
I run linux in vmware and unpacked compiler to /opt as is
unpacked kernel to /usr/src
changed version.h in compiler toolchain to contain 2.4.20 ... there is 2.4.18something in it.
PATH=/opt/cross/arm/.../arm-cacko-linux/bin:$PATH ... I dont remember exact path
export PATH
add MODULE_LICENSE("GPL v2"); to dm9601.c
make org
thats all ... DON'T strip!