Build Variable names changed after installing 5.2?

Sysprogs forums Forums VisualGDB Build Variable names changed after installing 5.2?

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #8708
    CurtisHx
    Participant

    I installed VisualGDB 5.2 Preview 1, and it appears that some of the build variable names changed.  For example, a project that was created with an older version of VisualGDB has a build variable named $(ARM_TOOLCHAIN_ROOT).  It appears that was changed to $(TOOLCHAIN_ROOT) in 5.2 Preview 1.

    Did the tool chain root variable get changed in 5.2?  I might be dealing with a separate problem, but this seems the most likely.

    #8713
    support
    Keymaster

    The $(TOOLCHAIN_ROOT) is a new variable that is now automatically set to your toolchain location. You can still use the old ARM_TOOLCHAIN_ROOT variable if you want to use the toolchain relocation mechanism, but VisualGDB will automatically substitute $(TOOLCHAIN_ROOT) in directories reported by the toolchain.

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