2021-12-02 10:11 AM
After update today STM32CubeIDE from v1.7.0 on 1.8.0 and after Debug the project
I was get this error information:
make: *** No rule to make target '../Core/Startup/startup_stm32l476rgtx.s', needed by 'Core/Startup/startup_stm32l476rgtx.o'. Stop.
I work on NUCLEO-L476RG board. Any tip how to resolve this problem?
2021-12-02 02:42 PM
Clean and rebuild the project.
If that doesn't work, make sure the path is included in your source folders and that it isn't excluded from the build.
Project properties -> C/C++ General -> Paths and Symbols -> Source Location
2022-01-03 05:51 AM
Tnx TDK for tip,
for me this work only when I first run" Migrate" (in pop up window) from STM32CubeMX
ver.6.3.0 on ver.6.4.0. If I stay with ver. 6.3.0.CubeIDE wont to build project and report error message
from post above.
2023-10-18 08:55 PM
You the best mate