Raspberry Pi 从哪里得到 Bluetooth/Bluetooth.h?
Where to get Bluetooth/Bluetooth.h for Raspberry Pi?
这是一个愚蠢的问题。但我找不到解决办法。我正在尝试参考本教程 https://people.csail.mit.edu/albert/bluez-intro/c404.html. I am cross-compiling for Raspberry Pi3 from my Windows pc wsl. I have downloaded the toolchain from https://github.com/raspberrypi/tools 构建一个 BLE 应用程序。我已经通过编译一个简单的 HelloWorld 应用程序并从 RaspberryPi 运行 验证了工具链。现在,当我尝试编译上面的代码时,出现了错误
/mnt/c/Study/RaspberryPi/main.c:5:33: fatal error: bluetooth/bluetooth.h: No such file or directory
#include <bluetooth/bluetooth.h>
我明白 Bluetooth.h 不是我的系统。我的问题是我在哪里可以得到它?这样我就可以从 windows 交叉编译。我必须为此下载sdk吗?如果需要我在哪里可以得到它?
我从另一个论坛找到了答案。我在这里分享link,这样如果有人有同样的问题,它会很有用。
这是一个愚蠢的问题。但我找不到解决办法。我正在尝试参考本教程 https://people.csail.mit.edu/albert/bluez-intro/c404.html. I am cross-compiling for Raspberry Pi3 from my Windows pc wsl. I have downloaded the toolchain from https://github.com/raspberrypi/tools 构建一个 BLE 应用程序。我已经通过编译一个简单的 HelloWorld 应用程序并从 RaspberryPi 运行 验证了工具链。现在,当我尝试编译上面的代码时,出现了错误
/mnt/c/Study/RaspberryPi/main.c:5:33: fatal error: bluetooth/bluetooth.h: No such file or directory
#include <bluetooth/bluetooth.h>
我明白 Bluetooth.h 不是我的系统。我的问题是我在哪里可以得到它?这样我就可以从 windows 交叉编译。我必须为此下载sdk吗?如果需要我在哪里可以得到它?
我从另一个论坛找到了答案。我在这里分享link,这样如果有人有同样的问题,它会很有用。