首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 嵌入开发 > Wireless >

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

2012-03-09 
编译蓝牙应用程序头文件找不到怎么办?请教各位大虾们:我写个蓝牙的小程序:#include stdio.h#include st

编译蓝牙应用程序头文件找不到怎么办?
请教各位大虾们:
  我写个蓝牙的小程序:
  #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里面,将对应的文件路径加进去

热点排行