【发布时间】:2016-09-28 21:03:00
【问题描述】:
我正在尝试为三星 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
我用谷歌搜索了几个小时的问题, 但还没有找到任何解决方案。
我需要做什么来解决这个问题?
非常感谢。
【问题讨论】: