Page 1 of 1

Proper setup of Eclipse IDE for BLE on macOS (OS X) because of "No such file or directory"

Posted: Thu Jun 07, 2018 10:10 am
by osx1000
Hi,
I'm struggling with the setup of Eclipse on the mac. The simple WiFi example compiles but if it comes to BT (gatts_demo.c) then things become ugly: fatal error: esp_gap_ble_api.h: No such file or directory

I adjusted the include paths to all required files but some files will not be found. If I copy a not found .h-file to different location (included in the path of a found file) then it will be found but causing more trouble of not found files.

Has anyone any idea?

Thanks,
Jörg

Re: Proper setup of Eclipse IDE for BLE on macOS (OS X) because of "No such file or directory"

Posted: Fri Jun 08, 2018 3:07 am
by kolban
Have you seen and studied this documentation/guide?

http://esp-idf.readthedocs.io/en/latest ... setup.html#