No rule to make target '../Core/Startup/startup_stm32f446retx.s'
Hello all,
I have been reading other posts with the same problem but I do not get the solution in my case.
I'm using the development kit STM32F446RE (Nucleo 64).
I have created a new project with STM32CubeMX 6.16.1, and I open the project with STM32CubeIDE 2.0.0.
When compiling (in Debug or Release) I get this error:
11:39:26 **** Incremental Build of configuration Debug for project TEST_ST_NUCLEO ****
make -j22 all
make: stat: ../Core/Startup/startup_stm32f446retx.s: Permission denied
make: *** No rule to make target '../Core/Startup/startup_stm32f446retx.s', needed by 'Core/Startup/startup_stm32f446retx.o'. Stop.
"make -j22 all" terminated with exit code 2. Build might be incomplete.
11:39:27 Build Failed. 1 errors, 0 warnings. (took 584ms)
Any help will be welcome. Thanks in advence.
