cancel
Showing results for 
Search instead for 
Did you mean: 

mcu gcc path

sgabran
Associate III

Hi

I need to modify many of the paths in the "project/c++/mcu gcc path". Is there a way to export/import the paths.

Or are the paths in stored in a file so that i can edit that file directly ?

I am trying to avoid to modify the paths one by one.

The objective is to keep all the system headers and middleware in a folder that all other projects can access to save memory. And I need to modify the paths in the projects to locate those system headers.

sgabran_0-1687839448800.png

 

thanks

1 ACCEPTED SOLUTION

Accepted Solutions
Florian LR
ST Employee

Hi @sgabran

Unfortunately the paths are not already stored in an external file, but instead of clicking on each path to edit them one by one, you can select them all, copy and paste them in the editor of your choice to be able to modify them easily, and you can copy/paste them back into the IDE.

I hope this will help you save some time, 

Best Regards, 
Florian LR

View solution in original post

2 REPLIES 2
Florian LR
ST Employee

Hi @sgabran

Unfortunately the paths are not already stored in an external file, but instead of clicking on each path to edit them one by one, you can select them all, copy and paste them in the editor of your choice to be able to modify them easily, and you can copy/paste them back into the IDE.

I hope this will help you save some time, 

Best Regards, 
Florian LR

thank you, it worked