Skip to main content
Graduate II
June 27, 2023
Solved

mcu gcc path

  • June 27, 2023
  • 1 reply
  • 3269 views

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

    This topic has been closed for replies.
    Best answer by Florian LR

    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

    1 reply

    ST Employee
    June 27, 2023

    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

    sgabranAuthor
    Graduate II
    June 27, 2023

    thank you, it worked