|
我自己写了个监控系统的内核模块,准备加载的mips 架构的嵌入式系统中。该系统没有提供glibc等库。我编译好的内核模块在加载是遇到这个问题。
/ #insmod hack.o
Using hack.o
insmod: unresolved symbol memcpy_tofs
insmod: unresolved symbol sys_call_table
insmod: unresolved symbol memcpy_fromfs
但是我在我的原文件里已经声明了 extern void *sys_call_table[];
somebody Can help me and tell me why . Thanks lot!! |
|