TouchGFX Designer : Error "Unable to locate C:/"
Hello,
I created a project in STM32CubeIDE, I initialized all peripherals to their default mode using CubeMX, and generated some TouchGFX code usingTouchGFX Generator. Then I opened the file ApplicationTemplate.touchgfx.part with TouchGFX Designer, drew some graphics and tried to generate the code, but I got an error, here are the logs :
"Generate Code
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
no
Done
Post Generate Target
touchgfx update_project --project-file=../Essai_13.ioc --platform=m4
Unable to locate C:/Users/bernard/Home/TouchGFX_Projects/Essai_13/TouchGFX
Failed
Failed"
Note that C:/Users/bernard/Home/TouchGFX_Projects/Essai_13/TouchGFX is the path to the folder where ApplicationTemplate.touchgfx.part resides.
What is wrong here ? What can I do to work on this project with TouchGFX Designer ?
Thanks in advance !
