Thanks for the prompt response. Had already redone the esp-idf & visualgdb installation prior. However, this time I used the release v3.3 and the project now loads and compiles fine.
However, it fails at the linker. It can’t seem to find the references to the compiled bluetooth functions.
error : undefined reference to esp_bt_gap_set_scan_mode
error : undefined reference to
esp_bt_gap_register_callback'
error : undefined reference to
esp_bt_gap_start_discovery'
....similar others`
-
This reply was modified 5 years, 3 months ago by JN.