2020-11-17 05:46 AM
I have a project old existing project developed using touch gfx 4.10 wih keil. When I compile this using Keil it's all working fine. Now, I'd like to make changes to the GUI so I tried opening the .touchgfx file using the 4.10 version and generate code is failing as I see in the detailed log it uses target as IAR. I'd like to change this to Keil
2020-11-17 11:22 PM
Can you share the log? Most likely you just need to change the PostGenerateCmd in the .touchgfx file to point to the right project file to update (is .ewp, should be .uvprojx)
/Martin
2020-11-18 01:54 AM
2020-11-18 03:02 AM
Edit the .touchgfx file (For 4.10 projects).
"PostGenerateCommand": "touchgfx update_project --project-file=..<some_path>/project.uvprojx",