2024-01-30 07:17 AM
After the cube ide and programmer updated, the debugger broke and this is the message I would get:
make: *** No rule to make target 'ENGC 371\project1\file\STM32F429ZITX_FLASH.ld', needed by 'project1.elf'. Stop.
what would be the best take? i am using stm32f429 mcu board
2024-01-30 07:28 AM - edited 2024-01-30 07:29 AM
So have you checked that the .ld file exists where the error message says?
2024-01-30 07:49 AM
I did and it is in the file. I also went into the properties-> C/C++ build -> settings -> MCU GCC Linker -> General , after that I have the linker script linking to that file and it is still not working.