BLEPRPH linking error
Posted: Wed Apr 21, 2021 8:50 am
Hello,
I am using Espressif IDF extension for VsCode and it is working fine for some projects.
However when I tried the BLEPRPH example code, the code fails to link and I get the below error :
I am using Espressif IDF extension for VsCode and it is working fine for some projects.
However when I tried the BLEPRPH example code, the code fails to link and I get the below error :
Generated D:/Work/VsCode/VsCode/bleprph/build/bootloader/bootloader.bin
[1027/1028] Linking CXX executable bleprph.elf
FAILED: bleprph.elf
cmd.exe /C "cd . && C:\Users\usr\.espressif\tools\xtensa-esp32-elf\esp-2020r3-8.4.0\xtensa-esp32-elf\bin\xtensa-esp32-elf-g++.exe -mlongcalls -Wno-frame-address @CMakeFiles\bleprph.elf.rsp
-o bleprph.elf && cd ."
c:/users/usr/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/bin/ld.exe: cannot find -lbtdm_app
collect2.exe: error: ld returned 1 exit status
ninja: build stopped: subcommand failed.
The terminal process "C:\WINDOWS\System32\WindowsPowerShell\v1.0\powershell.exe -Command cmake --build ." terminated with exit code: 1.