cancel
Showing results for 
Search instead for 
Did you mean: 

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:

ACost.1100
Associate

 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

3 REPLIES 3

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

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..

thanks !😀

got it working!

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