Skip to main content
Graduate II
March 11, 2024
Question

STM32H745-Disco CubeIDE Demonstrations project no rule to make target?

  • March 11, 2024
  • 1 reply
  • 974 views

Hi all,

I selected this "Demonstrations" projects from the list of examples in cubeIDE but when I try to compile either the CM4 or CM7 I get "no rule to make target". Anyway to fix it? 

Thanks.

UPDATE: More details as requested...

The errors I get are:

17:55:15 **** Build of configuration Debug for project Demonstrations_CM4 ****
make -j20 all
make: *** No rule to make target 'C:/Users/Rodo/STM32projects/H745/Demonstrations/STM32CubeIDE/Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal.c', needed by 'Drivers/STM32H7xx_HAL_Driver/stm32h7xx_hal.o'. Stop.
"make -j20 all" terminated with exit code 2. Build might be incomplete.

17:55:15 Build Failed. 1 errors, 0 warnings. (took 206ms)

---------------------------------------------------------------------------------------------


17:55:28 **** Build of configuration DEMO_MENU_CM7_Debug for project Demonstrations_CM7 ****
make -j20 all
make: *** No rule to make target 'C:/Users/Rodo/STM32projects/H745/Demonstrations/STM32CubeIDE/Utilities/lcd/stm32_lcd.c', needed by 'Utilities/stm32_lcd.o'. Stop.
"make -j20 all" terminated with exit code 2. Build might be incomplete.

17:55:28 Build Failed. 1 errors, 0 warnings. (took 152ms)

 

project.png

 

wizard.png

 

 

    This topic has been closed for replies.

    1 reply

    Technical Moderator
    March 11, 2024

    Hello @Rodo 

    Can you take a look at this post. Also, it will be a good idea to share more details about your issue (board or  MCU, démonstration, IDE, screenshot of the issue, ...).

    Best Regards.

    STTwo-32