Changing SDK paths after installation

Sysprogs forums Forums VisualGDB Changing SDK paths after installation

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #19898
    voiceafx
    Participant

    We are using Nordic’s SDK in conjunction with Visual GDB, and are trying to set up Visual GDB to point to a custom version-controlled location to obtain the SDK files.  I’ve been unable to figure out how to tell Visual GDB where to find the SDK.

    When I originally installed Visual GDB and the tools for the nRF52 microcontrollers, I left all settings at their defaults.  On a different computer, a coworker changed the SDK location.  Now our Visual GDB installations are looking in different places to find the SDK, which causes issues if the SDK ever needs to be changed.

    It appears that the location is defined by Visual GDB globally for all projects that use the SDK (i.e. it is not a project-level definition.  It is a property of the installation on each individual machine).  That’s fine, but I need the ability to change where Visual GDB looks to find the SDK.  Anyone know how to do that?

    #19901
    support
    Keymaster

    Hi,

    If you are using a Custom edition of VisualGDB, you can change the SDK location via the first page of VisualGDB Project Properties. You can also conveniently share this setting with your colleagues using the Team Settings feature.

    If you are using a lower edition, the only way to change the paths would be by manually editing the .vcxproj file.

    You can always upgrade your edition here: https://sysprogs.com/splm/mykey

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