Touchgfx Simulation does not run after project pulled from git
I am getting a issue with simulating touchgfx projects. These are the steps I followed.
- Create a working touchgfx project from cubeide. (This one works/simulate without an issue)
- Push the project to git.
- Clone the project to another location
- Open touchgfx and try to simulate.
I am getting this error when i try to simulate.
Run Simulator
Generate
Done
Generate Assets
make -f simulator/gcc/Makefile assets -j8
generated/simulator/gcc/Makefile:215: recipe for target 'images' failed
process_begin: CreateProcess(NULL, ../Middlewares/ST/touchgfx/framework/tools/imageconvert/build/win/imageconvert.out -r assets/images -w generated/images, ...) failed.
make (e=2): The system cannot find the file specified.
make[1]: *** [images] Error 2
simulator/gcc/Makefile:32: recipe for target 'assets' failed
make: *** [assets] Error 2
Failed
Failed
This is my git ignore.
/Debug/
/Release/
/TouchGFX/build/
/Middlewares/ST/touchgfx/framework/tools/
/Middlewares/ST/touchgfx/lib/
/TouchGFX/generated/
/TouchGFX/simulator/msvs/.vs/
/.settings/
*.vcxproj.filters
*.VC.db
*.VC.opendb
