Error in simulation/code generation in TouchGFX 4.10.0 Designer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎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.
- Labels:
-
STM32F7 Series
-
TouchGFX
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎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",
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎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).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-05-21 04:27 AM
Hi @Hosting​,
Any update on your end? Did you try modifying the post generate command?
/Martin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-05-22 02:12 AM
Hi @Hosting​,
Hmm, i'm not sure i'm completely satisfied :) Are you?
/Martin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-05-30 02:43 PM
So far, I have to do this:
- I close Visual Studio and compile the project.
- I close TouchGFX if I close the laptop.
- I do not switch Windows/widgets in the time of the compilation/simulation.
Fulfilling these conditions ensures stable operation.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎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