lwfinger / rtl8723bs_bt

Bluetooth Code for RTL8723bs
71 stars 35 forks source link

Can't find the symbol #23

Closed faxiang1230 closed 7 years ago

faxiang1230 commented 7 years ago

hi, I try to built the driver with kernel-4.9,but meet some error:

ERROR: "memset" [drivers/staging/rtl8723bs/r8723bs.ko] undefined!
ERROR: "memcpy" [drivers/staging/rtl8723bs/r8723bs.ko] undefined!

I check System.map and can't find the export symbol:memset and memcpy. But I can find the symbol in System.map with kernel-4.4.46 version. Is there some error about my config file?Or should I correct the Makefile or header file?

kernel: https://github.com/faxiang1230/linux/tree/android_ia-linux_4.9-maurossi_4.9

Jianxing.Wang

faxiang1230 commented 7 years ago

I know the issue,someone disable the export-symbol function.

faxiang1230 commented 7 years ago

https://github.com/maurossi/linux/commit/fc2cec2154710e24a119daaec94d1a29a01deb36 Conflict in scripts/Makefile.build was resoved manually