2022-03-23 01:12 PM
I know TouchGFX Designer GUI is a Windows only app, but is there any way to only run the generator tool (tgfx.exe) to generate all files of a .touchgfx project on a linux machine via command line?
Solved! Go to Solution.
2022-04-05 04:22 AM
Hello,
You can run the generator with "Wine" on Linux systems. I'll let you know when I'll have more info about any plan to make an official solution running on Linux.
/Osman
2022-04-01 02:50 AM
Hello freitas-renato,
Not that I know, TouchGFX Designer and the generator are compatible with Windows only.
/Osman
2022-04-04 12:25 PM
Thank you for replying.
Do you know if there are any plans to make the generator cli available on linux? I'm trying to setup a container for my project with all dependencies, but the tgfx generator is the only missing piece.
2022-04-05 04:22 AM
Hello,
You can run the generator with "Wine" on Linux systems. I'll let you know when I'll have more info about any plan to make an official solution running on Linux.
/Osman
2022-04-12 05:59 PM
I generate code from the designer on windows into a shared directory (eg C:\VMShared\project\) which I then access from a Linux VM. One slight complication is that I need to have a work area in Linux (eg ~/project/) that is separate to the shared folder (eg /mnt/hgfs/VMShared/project/) and use eg meld on Linux to diff between the two folders. This is because compiling directly within /mnt/hgfs is very slow and frequently leads to linker errors.
2022-09-03 06:46 AM
Please "Port the Designer" to Linux. I'm not allowed to use Windows. Why is this taking so long to port? Having 1/3 of the development system which only runs on Windows makes no sense.
2023-01-04 11:26 PM
they already did https://support.touchgfx.com/4.21/docs/introduction/prerequisites#using-touchgfx-on-linux
or am I wrong?
2023-01-05 12:44 AM
Hello,
No, it's not natively supported yet, like explained in the doc:
"TouchGFX can also be used on Linux, and even though the TouchGFX Designer cannot be run natively on Linux, the code generate by the TouchGFX Designer works on both Linux and Windows."
/Osman
2023-01-06 05:00 AM
ok, sad that you don't support a fully linux based workflow