2021-12-01 01:39 PM
I solved the previous problem with the TouchGFX compile error.
Now I have another problem when I run target.
Please see the below link that I made it.
-----------------------------------------------------------------------------------------------------------
Flash
make -f ../gcc/Makefile flash
Reading TouchGFX/application.config
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
/usr/bin/sh: line 0: cd: /c/Program Files (x86)/STMicroelectronics/STM32Cube/STM32CubeProgrammer/bin: No such file or directory
c:/TouchGFXProjects/test001/gcc/include/flash_sections_int_ext.mk:2: recipe for target '_extflash_' failed
make[1]: *** [_extflash_] Error 1
../gcc/Makefile:52: recipe for target 'flash' failed
make: *** [flash] Error 2
Failed
Failed
Solved! Go to Solution.
2021-12-01 02:50 PM
I figured it out.
I downloaded "STM32CubeProgrammer_win64.exe" and installed it.
The problem is solved now.
2021-12-01 02:50 PM
I figured it out.
I downloaded "STM32CubeProgrammer_win64.exe" and installed it.
The problem is solved now.