2019-05-09 11:10 AM
Hi. When try to create a project in TouchGFX 4.10.0 Designer, an error occurs:
make -f simulator/gcc/Makefile assets -j10
touchgfx update_project --project-file=../EWARM/STM32F746G-DISCO.ewp --gui-group-name=Application/User/TouchGFX/gui --generated-group-name=Application/User/TouchGFX/generated && touchgfx update_project --project-file=simulator/msvs/Application.vcxproj && ruby updateMXProj.rb
Unable to launch simulator
Post Generate Error
Help me please.
2019-05-10 02:27 AM
Hi, have a look in TouchGFX 4.10.0 with STM32CubeIDE 1.0.0 and STM32F476G-Disco. You have to change the *.touchgfx file to "PostGenerateCommand": "echo post generate",
2019-05-10 02:31 AM
Hi @Hosting,
As @hansd56 says IF you created this project with CubeIDE the .touchgfx file has a bad command in it and you should remove it completely (also works, but with warnings) or write some "echo" expression like suggested (then the designer won't complain).
2019-05-10 02:31 AM
In any case, if you do not have either of the projects referenced in the post generate command, it will also fail, so check that
/Martin
2019-05-21 04:27 AM
Hi @Hosting,
Any update on your end? Did you try modifying the post generate command?
/Martin
2019-05-21 10:50 AM
Hello. I noticed, application gets errors when you are active in the application window during code generation or do not exit the application when you close the laptop.
Restarting your laptop solves the problem.
Thank you for your attention to the problem and desire to help.
2019-05-22 02:12 AM
Hi @Hosting,
Hmm, i'm not sure i'm completely satisfied :) Are you?
/Martin
2019-05-30 02:43 PM
So far, I have to do this:
Fulfilling these conditions ensures stable operation.
2019-06-03 01:02 AM
It's still a strange phenomenon that we will try to investigate internally. It doesn't happen for me, for instance.
Thanks
/Martin