2024-09-07 10:19 AM
Run Simulator
Generate
Done
Generate Assets
make -f simulator/gcc/Makefile assets -j8 --trace
simulator/gcc/Makefile:32: target 'assets' does not exist
make -r -f generated/simulator/gcc/Makefile -s -j --jobserver-fds=gmake_semaphore_3068 --trace assets -C "C:/Users/Administrator/Desktop/13123/MyApplication"
generated/simulator/gcc/Makefile:221: target 'images' does not exist
touchgfx/framework/tools/imageconvert/build/win/imageconvert.out -r assets/images -w generated/images
generated/simulator/gcc/Makefile:225: target 'texts' does not exist
ruby touchgfx/framework/tools/textconvert/main.rb assets/texts/texts.xml touchgfx/framework/tools/fontconvert/build/win/fontconvert.out generated/fonts generated/texts assets/fonts .
generated/simulator/gcc/Makefile:229: target 'videos' does not exist
ruby touchgfx/framework/tools/videoconvert/videoconvert.rb assets/videos generated/videos
Reading ./application.config
Reading ./target.config
Done
Post Generate
touchgfx update_project --project-file=simulator/msvs/Application.vcxproj
Done
Compile
make -f simulator/gcc/Makefile -j8
Reading ./application.config
Reading ./target.config
Done
Run
build\bin\simulator.exe
Done
Done
Solved! Go to Solution.
2025-02-10 12:21 PM - edited 2025-02-11 12:59 PM
I see this effect in 2.24.2 now.Tried disconnecting internet.Tried reinstalling 2.24.2 (MinGW binairies).If I had "-d" to the make, I see that the child process with --jobserver-fds is the process that "hangs", eventually timeout and finishes the make.CreateProcess(X\sh.exe,X/sh.exe -c "X/make -r -f generated/simulator/gcc/Makefile -s -dr -j --jobserver-fds=gmake_semaphore_XXXX all -C \"c:/TouchGFX/Projects/X\"",...).@GaetanGodartgot any recommendations to troubleshoot?
Solution was to reformat the whole computer.