Sharing VisualGDB project

Sysprogs forums Forums VisualGDB Sharing VisualGDB project

Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #20674
    Yuriy
    Participant

    I’m using VisualGDB 5.3r8, MSBuild project and 3-rdparty ARM GCC toolchain.

    I save project to vcxproj file:

    <PropertyGroup Label="VisualGDBPackageDefinitions">
     <ToolchainID>7624ef7b-7069-40df-9e49-16960138b1ca</ToolchainID>
     <ToolchainVersion>7.2.1/(GNU/r0</ToolchainVersion>
    </PropertyGroup>

    If I save same project on another computer (with exactly same path to toolchain) I will get another ToolchainID.

    In result, we have one project in GIT, but all developers should reconfigure project after each checkout.

     

    I tried these instructions – https://visualgdb.com/tutorials/arm/multiuser/ (but mentioned Embedded Tool Manager not exsist at all)

    How can I replace ToolchainID by absolute path or environment variable?

    • This topic was modified 6 years ago by Yuriy.
    • This topic was modified 6 years ago by Yuriy.
    #20683
    support
    Keymaster

    Hi,

    The ID is contained in the toolchain.xml file inside the toolchain directory. Simply ship it together with your toolchain and VisualGDB will handle it correctly even if it’s installed to a different directory on each machine.

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