STM32H745-Disco CubeIDE Demonstrations project no rule to make target?
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)


