当前位置: 代码迷 >> Wireless >> 编译蓝牙应用程序头文件找不到怎么处理
  详细解决方案

编译蓝牙应用程序头文件找不到怎么处理

热度:9511   发布时间:2013-02-26 00:00:00.0
编译蓝牙应用程序头文件找不到怎么办?
请教各位大虾们:
  我写个蓝牙的小程序:
  #include <stdio.h>
  #include <stdlib.h>
  #include <unistd.h>
  #include <sys/socket.h>
  #include <bluetooth/bluetooth.h>
  #include <bluetooth/rfcomm.h>
。。。。
  编译时提示蓝牙的这两个头文件找不到怎么办?我用的系统是ubantu,搜索了下bluetooth这个 文件的位置是在: /usr/src/linux-headers-2.6.24-19/include/net/bluetooth,谢谢指点!

------解决方案--------------------------------------------------------
在makefile里面,将对应的文件路径加进去
  相关解决方案