Question
TouchGFX Designer 4.21.3: gcc/makefile_cm7:368: recipe for target 'generate_assets' failed makefile_cm7:49: recipe for target 'all' failed ../../gcc/Makefile:10: recipe for target 'flash' failed
I just installed TouchGFX Designer 4.21.3 yesterday and now whenever I try to run simulator or run target I get these errors:
gcc/makefile_cm7:403: recipe for target 'CM7/TouchGFX/build/STM32H745I_DISCO/CM7/TouchGFX/gui/src/main_screen/mainView.o' failed
make[3]: *** [CM7/TouchGFX/build/STM32H745I_DISCO/CM7/TouchGFX/gui/src/main_screen/mainView.o] Error 1
make[3]: Leaving directory 'c:/Users/o.sang/Documents/TouchGFX/MyApplication_3'
gcc/makefile_cm7:368: recipe for target 'generate_assets' failed
make[2]: *** [generate_assets] Error 2
make[2]: Leaving directory 'c:/Users/o.sang/Documents/TouchGFX/MyApplication_3'
makefile_cm7:49: recipe for target 'all' failed
make[1]: *** [all] Error 2
make[1]: Leaving directory 'C:/Users/o.sang/Documents/TouchGFX/MyApplication_3/gcc'
../../gcc/Makefile:10: recipe for target 'flash' failed
make: *** [flash] Error 2
Failed
FailedI check other posts in the ST community but there were no answers to solve my problem. I used STM32 Programmer and was able to connect with my STM32H745I-disco board, so ST-Link is working fine!
This is my configuration for the build:
Could someone please help solve this problem?
