cancel
Showing results for 
Search instead for 
Did you mean: 

Error while renaming the touch gfx project

ShivDesh
Associate III

Hello All,

 

I need to change the touch GFX project name MyApplication_747I to something else, I am trying to change it from config but touch gfx is not allowing it to change.

 

I tried to edit and modify the  .touchgfx file and changed the name from "Name": "MyApplication_747I ",  to  "Name": "UI_Software", along with "ProjectFile": "../../STM32H747I-EVAL.ioc", to "ProjectFile": "../../IPL_UI_Software.ioc",

 

Additionally I have changed file ApplicationTemplate.touchgfx.part  in this "Name": "IPL_UI_Software", and "ProjectFile": "../../IPL_UI_Software.ioc",

 

While loading the file and opening the touchgfx project using the .touchgfx project I am getting attached Error. 

Could you please suggest what further modification i need to make or any corrections to do so that i can change the desire name of project safely.

 

Attached are the logs for your reference to get better clarity.

 

BR,

Shiv

1 ACCEPTED SOLUTION

Accepted Solutions
Peter BENSCH
ST Employee

Please check this suggestion to see if it helps you.

Regards
/Peter

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.

View solution in original post

2 REPLIES 2
Peter BENSCH
ST Employee

Please check this suggestion to see if it helps you.

Regards
/Peter

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.
ShivDesh
Associate III

Hello @Peter BENSCH ,

 

Thanks for quick reply, yes I have made the changes and able to resolve the errors. Need to modify few more files like target.config and .launch as well and now able to build and run successfully.

 

Thanks,

Shiv