Skip to content
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

[csolution, cbuildgen] On macOS the default location of the PACK ROOT folder is incorrect #782

Closed
jkrech opened this issue Mar 6, 2023 · 1 comment · Fixed by #779
Closed
Assignees
Labels
bug Something isn't working

Comments

@jkrech
Copy link
Member

jkrech commented Mar 6, 2023

According to the documentation the default location of the PACK Root folder on maxOS/darwin is:

$USER/.cache/arm/packs

csolution 1.5.0 searches in $USER/arm/packs

Setting of XDG_CACHE_HOME is not considered.

Work around: use CMSIS_PACK_ROOT environment variable

@jkrech jkrech added the bug Something isn't working label Mar 6, 2023
@jkrech jkrech linked a pull request Mar 20, 2023 that will close this issue
@soumeh01
Copy link
Collaborator

Fixed with the above changes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
No open projects
Status: Done
Development

Successfully merging a pull request may close this issue.

3 participants