Question
STM32L476RG_NUCLEO_2_Images_SBSFU doesn't build
I'm trying to finish a first homework related to the SBSFU. I can build the SECoreBin project which at the end generates the SECoreBin.bin file. So it works fine. Next I try to build the SBSFU project but then I get
"Nothing to build for project STM32L476RG_NUCLEO_2_Images_SBSFU"
Building the UserApp ends with an error:
c:\st\stm32cubeide_1.4.2\stm32cubeide\plugins\com.st.stm32cube.ide.mcu.externaltools.gnu-tools-for-stm32.7-2018-q2-update.win32_1.4.0.202007081208\tools\arm-none-eabi\bin\ld.exe: cannot find -l:se_interface_app.o
collect2.exe: error: ld returned 1 exit status
make[1]: *** [makefile:58: UserApp.elf] Error 1
make: *** [makefile:51: all] Error 2
"make all" terminated with exit code 2. Build might be incomplete.All the tools are installed correctly, Java is updated.
Michal
