提问人:Apoliticalboy 提问时间:11/3/2023 最后编辑:John BollingerApoliticalboy 更新时间:11/3/2023 访问量:39
在 Termux 中执行“make”命令时出错?
Error while executing "make" command in Termux?
问:
gcc -Iinclude -W -g3 src/bluesnarfer.c -lbluetooth -o bluesnarfer
src/bluesnarfer.c:34:10: fatal error: 'bluetooth/bluetooth.h' file not found
#include <bluetooth/bluetooth.h>
^~~~~~~
1 error generated.
make: *** [Makefile:11: bluesnarfer] Error 1
这是在Termux上的root三星手机上执行的。
尝试过同样的错误。sudo make
答: 暂无答案
评论
sudo
不能让文件突然存在,而它以前并不存在。阅读错误消息。-I