Skip to main content
Visitor II
January 30, 2024
Question

Cannot build my project

  • January 30, 2024
  • 1 reply
  • 779 views

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

    This topic has been closed for replies.

    1 reply

    Super User
    January 30, 2024

    So have you checked that the .ld file exists where the error message says?

     

     

    jberdkanAuthor
    Visitor II
    January 30, 2024

    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.