|
Hi,
I have the same problem. I added
EXPORT_SYMBOL_NOVERS(...) into
xilinx_ocp/xbasic_types.c.
In
System.map are symbols defined but in /proc/ksyms aren't.
I
using image.bin file. I have another problem with rmmod from
bysybox.
# insmod xilinx_gpio
Using /lib/modules/2.4.31-uc0/kernel/drivers/char/xilinx_gpio/xilinx_gpio.o insmod: unresolved symbol XAssert insmod: unresolved symbol XAssertStatus # insmod hello Using /lib/modules/2.4.31-uc0/kernel/drivers/misc/hello/hello.o MY_MODULE: I am in the kernel! MY_MODULE: Parameter mynum=42. # lsmod Module Size Used by Not tainted hello 564 0 (unused) # rmmod hello rmmod: hello: Function not implemented # rmmod -- BusyBox v1.00 (2006.02.26-11:47+0000) multi-call binary Usage: rmmod [OPTION]... [MODULE]...
Unloads the specified kernel modules from the
kernel.
Options:
-a Remove all unused modules (recursively) #
Thanx
Michal Simek
|