Hi,
How to create/generate an .exe file for my TouchGFX application using TouchGFX Designer?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-07-30 4:06 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-07-30 4:18 AM
Hi @Meg​
Guess "STM32 MPUs" is wrong topic for this question. Retagged MCUs + TouchGFX
Hope you will reach skilled people, even if I would recommend you to be more specific in your question : which platform, toolset/IDE used ?
Olivier
In order to give better visibility on the answered topics, please click on 'Accept as Solution' on the reply which solved your issue or answered your question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-07-30 4:32 AM
Sorry for that and thanks I have now added the IDE used:smiling_face_with_smiling_eyes:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-07-30 6:12 AM
Hi,
What are you trying to achieve? Do you wish for a binary file (elf, hex) for your UI project done through Designer that you can share to people so that they can test it directly on their boards?
Please give more details on what you are doing, I would like to understand why you are looking for an .exe file.
/Romain
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-07-30 7:37 PM
Hello,
Yes, I want to share the binary so that people can test them.
Thanks in advance :)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-07-31 4:54 AM
Hello,
To do so, just archive the entire folder bin in ./build/bin. The .dll files are necessary for the simulator.exe file to run correctly. Then people can retrieve the archive and double-click on the simulator.exe.
Here is how it looks like :
/Alexandre
