Toolchain path

Sysprogs forums Forums VisualGDB Toolchain path

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #22247
    lzambonelli @mexage
    Participant

    Hi,

    For ESP32, how can I move a toolchain in a subfolder within solution folder and reference it in VisualGDB properties using a relative path for example startin with {PRojectDir}?

     

    Thanks in advance

    Leonardo Zambonelli

    #22248
    support
    Keymaster

    Hi,

    Sorry, this isn’t supported. VisualGDB projects refer to toolchains by unique IDs that are automatically resolved by VisualGDB when you open the project.

    The path (neither relative nor absolute) is never hardcoded in the project itself. This allows opening the same project on multiple machines with different toolchain installation directories without modifying anything.

    If you want to avoid installing the toolchain on each machine manually, you can simply create a .reg file that will register the toolchain location from your repository on each machine (see HKEY_CURRENT_USER\Software\Sysprogs\GNUToolchains) or rely on the VisualGDB Team Settings mechanism to deploy the toolchain automatically.

    #22300
    lzambonelli @mexage
    Participant

    Thanks.

    Tried your suggestion, and It worked like a charm!

     

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.