You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Board: ESP32 Dev Module
Core Installation/update date: 08/Nov/2018
IDE name: CLion
Flash Frequency: 40MHz
PSRAM enabled: no
Upload Speed: 115200
Computer OS: Ubuntu
Description:
The native cmake and CLion built-in cmake do not compile the project with arduino-esp32 project residing in the local components directory.
The error was that the header esp_bt.h was not found. The make command worked.
I checked the CMake build output and found that the component arduino was inserted in the middle of the dependency list while it should be the last, just before the main component.
I checked the CMakeList.txt of this repository and found that the dependent components did not contain btlink
I wonder whether this is an intended behavior or a bug?
After adding this dependency, I also found that the BLE submodule contains a compilation error. I forked both projects and now the arduino library works with CLion and CMake. If this error is confirmed. I will create a PR. https://github.com/wuyuanyi135/arduino-esp32
Thank you!
The text was updated successfully, but these errors were encountered:
Hardware:
Board: ESP32 Dev Module
Core Installation/update date: 08/Nov/2018
IDE name: CLion
Flash Frequency: 40MHz
PSRAM enabled: no
Upload Speed: 115200
Computer OS: Ubuntu
Description:
The native cmake and CLion built-in cmake do not compile the project with arduino-esp32 project residing in the local
components
directory.The error was that the header
esp_bt.h
was not found. Themake
command worked.I checked the CMake build output and found that the component
arduino
was inserted in the middle of the dependency list while it should be the last, just before themain
component.I checked the
CMakeList.txt
of this repository and found that the dependent components did not containbt
linkI wonder whether this is an intended behavior or a bug?
After adding this dependency, I also found that the BLE submodule contains a compilation error. I forked both projects and now the
arduino
library works with CLion and CMake. If this error is confirmed. I will create a PR.https://github.com/wuyuanyi135/arduino-esp32
Thank you!
The text was updated successfully, but these errors were encountered: