Hey everyone! i am trying to run any template program from touchGFX on the STM32F7691-Discovery but this error message shows up on the log file:
make -f ../gcc/Makefile -j8 flash
Converting images
Linking TouchGFX/build/bin/target.elf
Producing additional output formats...
target.hex - Combined internal+external hex
intflash.elf - Internal flash, elf debug
intflash.hex - Internal flash, hex
extflash.bin - External flash, binary
/usr/bin/sh: C:\Program Files (x86)\STMicroelectronics\STM32 ST-LINK Utility\ST-LINK Utility\ST-LINK_CLI.exe: No such file or directory
gcc/Makefile:320: recipe for target '_extflash_' failed
make[1]: *** [_extflash_] Error 127
../gcc/Makefile:48: recipe for target 'flash' failed
make: *** [flash] Error 2
Failed
Failed
