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

YAML solution file error #5

Closed lmdanny closed 1 year ago

lmdanny commented 1 year ago

Type: Bug Report

Describe the bug

image

Expected behavior Suppose no errors? maybe I missed something.

Screenshots

image

Additional context Have configured everything to work with tools and compiler shipped with MDK5.37, all paths environment variables were configured according to installation manual

mcgordonite commented 1 year ago

Hi @Imdanny, the issue here is the extension is using the --load option when converting csolutions to CPRJ, which was added in csolution version 1.3.0. I think that's later than the version shipped in MDK 5.37.

One fix would be to install the latest release of CMSIS Toolbox from here: https://github.com/Open-CMSIS-Pack/cmsis-toolbox/releases.

Alternatively, you could disable the automatic conversion from the preferences and just convert manually by running csolution convert from the command line.

lmdanny commented 1 year ago

Hi, that did work indeed

I was a bit confused because the instructions somewhere said that version 5.36 was sufficient.

Thank anyway, I’ll just keep playing with it for a while.

Danny

From: Matthew Gordon @.> Sent: Friday, December 2, 2022 12:22 AM To: ARM-software/vscode-cmsis-csolution @.> Cc: Danny van der Meeren @.>; Author @.> Subject: Re: [ARM-software/vscode-cmsis-csolution] YAML solution file error (Issue #5)

Hi @imdannyhttps://github.com/imdanny, the issue here is the extension is using the --load option when converting csolutions to CPRJ, which was added in csolution version 1.3.0. I think that's later than the version shipped in MDK 5.37.

One fix would be to install the latest release of CMSIS Toolbox from here: https://github.com/Open-CMSIS-Pack/cmsis-toolbox/releases.

Alternatively, you could disable the automatic conversion from the preferences and just convert manually by running csolution convert from the command line.

— Reply to this email directly, view it on GitHubhttps://github.com/ARM-software/vscode-cmsis-csolution/issues/5#issuecomment-1334022230, or unsubscribehttps://github.com/notifications/unsubscribe-auth/A4QRVNHK26E4G2YLVVJQS3TWLDGCXANCNFSM6AAAAAASQ43ANM. You are receiving this because you authored the thread.Message ID: @.**@.>>