2021-07-27 08:51 AM
Hello,
I think something is broken with the last release of touchgfx or something shady is missing in my setup.
my setup:
Touchgfx 4.17.0
Stm board: STM32H735G-DK touchgfx VERSION V 3.0.4
Stm32Cube FW: 1.9.0 Drivers
Steps:
I get this error on the console
Run Target
Generate
Done
Generate Assets
make -f simulator/gcc/Makefile assets -j8
Reading ./application.config
Done
Post Generate
touchgfx update_project --project-file=simulator/msvs/Application.vcxproj
Done
Post Generate Target
touchgfx update_project --project-file=../STM32H735G-DK.ioc --platform=m7
.project files generated inside project folder
This is STM32CubeIDE project updater: Working on ../STM32CubeIDE/.project
Project file: ../STM32CubeIDE/.cproject
Done
Compile
make -f ../gcc/Makefile -j8
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
extflash.bin - External flash, binary
C:\TouchGFX\4.17.0\env\MinGW\msys\1.0\gnu-arm-gcc\bin\arm-none-eabi-objcopy.exe:TouchGFX/build/bin/extflash.bin[ExtFlashSection]: No space left on device
gcc/Makefile:286: recipe for target 'TouchGFX/build/bin/target.elf' failed
make[2]: *** [TouchGFX/build/bin/target.elf] Error 1
gcc/Makefile:282: recipe for target 'generate_assets' failed
make[1]: *** [generate_assets] Error 2
../gcc/Makefile:49: recipe for target 'all' failed
make: *** [all] Error 2
Failed
Failed
If I open any other project made with Touchgfx 4.16.x it works without any problem.
I attached here the generated project
2021-07-28 07:29 AM
How free space on HDD you have for this project... Extflash.bin is ugly big file...
2021-07-28 07:44 AM
20gb available
2021-07-28 08:03 AM
filesystem that support bigger files as 2G ?