[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[microblaze-uclinux] Insmod problem
Hi,
I've finally got uClinux running on my board (xc2s200e), thanks to the
mailing list.
Then I've tried using modules. I've applied the patch and the xilinx_gpio
module works well but I get error when I tried to load ethernet module :
--------------------------------------------------
/proc> insmod xilinx_gpio
Using /lib/modules/2.4.26-uc0/kernel/drivers/char/xilinx_gpio/xilinx_gpio.o
xgpio #0 at 0xFFFF5000 mapped to 0xFFFF5000
Xilinx GPIO registered
/proc> insmod crc32
Using /lib/modules/2.4.26-uc0/kernel/lib/crc32.o
/proc> lsmod
Module Size Used by Not tainted
crc32 4280 0 (unused)
xilinx_gpio 2396 0 (unused)
/proc> insmod xilinx_enet
Using /lib/modules/2.4.26-uc0/kernel/drivers/net/xilinx_enet/xilinx_enet.o
insmod: unresolved symbol mulsi3_proc
pid 121: failed 256
--------------------------------------------------
Looking at the "system.map" file it seems that all the asm functions defined
in \arch\microblaze\lib\ don't appear in the section "__ksymtab".
Does anyone have encountered this problem ?
Regards,
Fabrice
###########################################
This message has been scanned by F-Secure Anti-Virus for Microsoft Exchange.
For more information, connect to http://www.F-Secure.com/
___________________________
microblaze-uclinux mailing list
microblaze-uclinux@itee.uq.edu.au
Project Home Page : http://www.itee.uq.edu.au/~jwilliams/mblaze-uclinux
Mailing List Archive : http://www.itee.uq.edu.au/~listarch/microblaze-uclinux/