Compile make -f ../gcc/Makefile -j10 make: ../gcc/Makefile: No such file or directory
I may be a bit slow but:
When I run my project in TouchGFX in a different folder as a standalone program, I can Generate Code, Run Simulator and Run Target. Everything works as expected and I can exercise the GUI on the '469i-Disco board.
When I copy the TouchGFX into a STM32CubeIDEworkspace and add the TouchGFX folder to the IDE project, I can no longer Run Target in TouchGFX although Run Simulator works just fine.
The error message is:
Run Target
Generate
Wrote config/gcc/app.mk
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=../ButterstickTF20210121.ioc --platform=m4
Done
Compile
make -f ../gcc/Makefile -j10
make: ../gcc/Makefile: No such file or directory
make: *** No rule to make target '../gcc/Makefile'. Stop.
Failed
Failed
I see where the make file is called in the projectname.touchgfx is called. Is this expected behavior? If so, how do I debug in IDE?