2024-03-11 11:37 AM - edited 2024-03-11 05:58 PM
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)
2024-03-11 12:24 PM
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
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.