2019-11-12 08:18 AM
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
2019-11-12 08:23 AM
Perhaps install the ST-LINK Utilities if you haven't done so already.
If you have check the file paths where it is installed, and correct the make file appropriately to reflect where they are.
https://www.st.com/en/development-tools/stsw-link004.html
2019-11-12 09:01 AM
thanks !:grinning_face:
got it working!
2020-10-12 12:15 AM
I'm using STM32F429ZI discovery board and run the touchGFX template program but this show the error
I install the ST-LINK Utilities
=============================================================
Flash
make -f ../gcc/Makefile flash
Reading TouchGFX/application.config
Linking TouchGFX/build/bin/target.elf
Producing additional output formats...
intflash.hex - Internal flash, hex
/usr/bin/sh: C:\Program Files\STMicroelectronics\STM32Cube\STM32CubeProgrammer\bin\STM32_Programmer_CLI.exe: No such file or directory
make[1]: *** [_intflash_] Error 127
gcc/Makefile:283: recipe for target '_intflash_' failed
make: *** [flash] Error 2
../gcc/Makefile:51: recipe for target 'flash' failed
Failed
Failed
please guide