2023-06-26 09:23 PM
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.
thanks
Solved! Go to Solution.
2023-06-27 12:27 AM - edited 2023-06-27 12:28 AM
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
2023-06-27 12:27 AM - edited 2023-06-27 12:28 AM
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
2023-06-27 04:44 AM
thank you, it worked