-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pack index not updated #76
Comments
The current position is that it is not efficient to always update the index.pidx with cpackget commands that access the index.pidx. |
We are aware of the issue and work on towards user-friendly solution. For now use this as a workaround. Open in VSCode the Terminal window and enter the command:
|
Ok. Thank you. Do you have any schedule for "user friendly solution" yet? |
Yes, it will be part of CMSIS-Toolbox 2.7 planned for December 2024. |
Thank you again. Since you have a plan for this, this ticket can be closed. Unless you want to keep it open for tracking purposes. |
This will be solved by Open-CMSIS-Pack/cpackget#355 + Open-CMSIS-Pack/cpackget#358 |
Type: Bug Report
Describe the bug
We had a new pack version uploaded into Keil CMSIS pack repository, but when user updates his/her solution with the new the pack version and system will try to install the new pack version, installation gave an error
E: pack version not found in the pdsc file
.After debugging and googling the issue, I found that the pdsc file in .cache/arm/packs/.Web is not updated with the latest version therefore resulting in the error.
Manual installation e.g. with
cpackget add AlifSemiconductor::[email protected]
gave the same error. Giving a full url forcpackget
works ok and then pack can be used.This can be worked around by either deleting the pdsc file from .Web directory or running
cpackget update-index
, but should system do this automatically?If yes, I don't know if this an issue with the vscode-cmsis-csolution extension or the cmsis-toolbox.
The text was updated successfully, but these errors were encountered: