1
我想修改和建立一個新的內核爲三星S4。內核編譯藍牙錯誤
我只是這樣做here。
但是當我做,我遇到了一些問題:
代碼:
drivers/bluetooth/btusb.c: In function '__check_ignore_dga':
drivers/bluetooth/btusb.c:1231:1: warning: return from incompatible pointer type [enabled by default]
error, forbidden warning: btusb.c:1231
scripts/Makefile.build:307: recipe for target 'drivers/bluetooth/btusb.o' failed
make[2]: *** [drivers/bluetooth/btusb.o] Error 1
scripts/Makefile.build:443: recipe for target 'drivers/bluetooth' failed
make[1]: *** [drivers/bluetooth] Error 2
Makefile:973: recipe for target 'drivers' failed
make: *** [drivers] Error 2
我有谷歌這個問題了幾個小時,但 找不到任何解決辦法呢。
我需要做些什麼來解決這個問題?
非常感謝。