ARM-software / vscode-cmsis-csolution

Extension support for VS Code CMSIS Project Extension
https://marketplace.visualstudio.com/items?itemName=Arm.cmsis-csolution
Other
23 stars 5 forks source link

'Arm CMSIS csolution' Not Working on Windows Arm64 #54

Closed ofoacimr closed 4 months ago

ofoacimr commented 4 months ago

Type: Bug Report

Describe the bug

To Reproduce Steps to reproduce the behavior:

  1. Launch VS Code with Arm Keil Studio Pack activated.
  2. See error in Extension Host on OUTPUT.

Expected behavior

The extension works.

Code sample and logs

mcgordonite commented 4 months ago

Hi @ofoacimr, thanks for the bug report. Other than the logging, what symptoms do you see of the extension not working? For example, does the solution outline view load, can you select a solution in the Contexts view and see a list of target types, does the the software components UI load?

ofoacimr commented 4 months ago

Oops, it seems that this has nothing to do with Arm64, I wish I had been more thoughtful. 🤧

The same error is logged under Windows x64, with every project converted from Keil μVision project (.uvprojx) using CMSIS csolution extension.

However, when creating a blank csolution project for the same target (HC32F030J8TA), there's no error.


Anyway, this error does not impact the debugging process, and the extension does work in some perspective.

ofoacimr commented 4 months ago

After the recent extension update, I no longer see this error on both Windows x64 and arm64 platform, thanks for your support.