Dear All
I include the cmem.h in my kernel driver code, i used the following API : CMEM_init , CMEM_allocPool2, CMEM_cacheInv, and CMEM_cacheWb, etc
but after i build, the following error messages occur :
drivers/built-in.o: In function `zd_op_start':
hid-quirks.c:(.text+0x639b8): undefined reference to `CMEM_init'
hid-quirks.c:(.text+0x639d4): undefined reference to `CMEM_allocPool2'
hid-quirks.c:(.text+0x63a9c): undefined reference to `NOTIFY_register'
drivers/built-in.o: In function `handleIRQMac80211':
hid-quirks.c:(.text+0x63b00): undefined reference to `CMEM_cacheInv'
hid-quirks.c:(.text+0x63b44): undefined reference to `CMEM_cacheInv'
drivers/built-in.o: In function `zd_op_tx':
hid-quirks.c:(.text+0x63bdc): undefined reference to `CMEM_cacheInv'
hid-quirks.c:(.text+0x63d84): undefined reference to `CMEM_cacheWb'
make: *** [.tmp_vmlinux1] Error 1
Could any one, help, to solve this problem.
Regards
Ibrahim B