需要您的指导,我正在借助本机代码在 android 中编写一个应用程序,它将与 CAN(控制器局域网)端口进行通信;为此,在我的 C 代码中,我使用了 linux/can.h 头文件。我正在关注“http://mobilepearls.com/labs/ndk-builder-in-eclipse/”这个链接来构建我的应用程序。但是我在eclipse控制台框中设置了我得到的所有东西
Compile thumb : can_port <= cansend.c
jni/cansend.c:14:23: fatal error: linux/can.h: No such file or directory
compilation terminated.
make: *** [obj/local/armeabi/objs/can_port/cansend.o] Error 1
还有一件事,我正在研究windows环境。但我不认为这可能是原因。