Skip to content

downgrading compiler version with Arm Tools Environment Manager not working #169

@andbararm

Description

@andbararm

Type: Bug Report

Describe the bug

  • OS and Version: tested on Windows 11
  • VS Code Version: 1.96.2
  • Extension Version: 1.46.0
  • Arm Tools Environment Manager: 1.10.0

The expected procedure (given in Arm Tools Environment Manager Settings "Reactivate On Config Change" is enabled) to change used Arm Compiler version is to change the vcpkg-configuration.json file, save it and do a "Rebuild Solution". However this only works when upgrading the compiler, like from 6.22 to 6.23. This did not work for downgrading the compiler like from 6.23 to 6.22. As a workaround one can execute from the Command Palette the command "Developer: Reload Window" and then doing a "Rebuild Solution".

Steps to reproduce the behavior:

  1. Go to 'vcpkg-configuration.json'
  2. Downgrade the compiler version from like 6.23 to 6.22 and save the file.
  3. Do a "Rebuild Solution"
  4. Problem: in compile_commands.json still the version 6.23 is in use.

Expected behavior

The compile_commands.json should show that the version 6.22 is in use.

Metadata

Metadata

Assignees

Labels

bugSomething isn't workingdocumentationImprovements or additions to documentation

Type

Projects

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions