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, 6 months ago by Yuriy.
-
This topic was modified 6 years, 6 months ago by Yuriy.