when I want to build a OTA version of my project I got this error, I can build the normal version, please help, thank you
d:/diasemi/smartsnippetsstudio/gcc/4_9-2015q1/bin/../lib/gcc/arm-none-eabi/4.9.3/../../../../arm-none-eabi/bin/ld.exe: cannot find -lble_stack
collect2.exe: error: ld returned 1 exit status
Device:
Hi andoridfm2013,
The error code indicates that the enviroment cannot find the ble library, check in the properties of your project. C/C++ Build -> Settings -> Tool Settings -> Cross ARM C Linker -> Libraries and make sure that have selected the SUOTA vesrion as an Active configuration, in the Library search search path make sure that this path is pointing to "../../../../../sdk/interfaces/ble_stack//DA14681-01-Release".
Also please have a look at the post below and check if that setup solves your issue.
https://support.dialog-semiconductor.com/forums/post/dialog-smartbond-bl...
Thanks MT_Dialog