Hello, today I try to start a new project based on nRF52832, but VisualGDB dont build it, showing linker error
1>Linking ../VisualGDB/Debug/example…
1>arm-eabi-g++.exe : error : ../../../../../../AppData/Local/VisualGDB/EmbeddedBSPs/arm-eabi/com.sysprogs.arm.nordic.nrf5x/nRF5x/external/nrf_cc310_bl/lib/cortex-m4/soft-float/short-wchar/no-interrupts/libnrf_cc310_bl_0.9.12.a: No such file or directory
Looks likeĀ $$SYS:BSP_ROOT$$ variable have wrong path, because I dont know why there 6 up-slashes “../”, but I dont find any configuration files containingĀ $$SYS:BSP_ROOT$$ value. I think, this library cc310 not necessary for my project. Please help me figure it out, thank you.
Also I dont know why configurator select “softFP” version of library, because I choose “HardFP” as I using the Softdevice
-
This topic was modified 5 years, 3 months ago by itxs.