Skip to main content
Meg
Associate II
July 30, 2020
Question

Hi, How to create/generate an .exe file for my TouchGFX application using TouchGFX Designer?

  • July 30, 2020
  • 3 replies
  • 1214 views

..

This topic has been closed for replies.

3 replies

Olivier GALLIEN
Technical Moderator
July 30, 2020

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

Olivier GALLIEN 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.
Meg
MegAuthor
Associate II
July 30, 2020

Sorry for that and thanks I have now added the IDE used:smiling_face_with_smiling_eyes:

Romain DIELEMAN
ST Employee
July 30, 2020

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

Meg
MegAuthor
Associate II
July 31, 2020

Hello,

Yes, I want to share the binary so that people can test them.

Thanks in advance :)

Alexandre RENOUX
Visitor II
July 31, 2020

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 :

0693W000003BpUkQAK.png

/Alexandre