Cannot build my project
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-01-30 7: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
- Labels:
-
STM32F4 Series
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-01-30 7:28 AM - edited ‎2024-01-30 7:29 AM
So have you checked that the .ld file exists where the error message says?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-01-30 7: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.
