Skip to main content
ACost.1100
Associate
November 12, 2019
Question

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:

  • November 12, 2019
  • 3 replies
  • 1077 views

 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

This topic has been closed for replies.

3 replies

Tesla DeLorean
Guru
November 12, 2019

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 (See Profile) Up vote any posts that you find helpful, it shows what's working..
ACost.1100
Associate
November 12, 2019

thanks !:grinning_face:

got it working!