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

[cbuild] Remove the option to specify binary location using environment variable $CMSIS_BUILD_ROOT #73

Closed
jkrech opened this issue Jul 11, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@jkrech
Copy link
Member

jkrech commented Jul 11, 2023

When the shell script cbuild.sh was used to orchestrate the pack installation, cbuildgen, cmake and ninja invocation the environment $CMSIS_BUILD_ROOT was introduced. Since the Golang implementation of cbuild this environment is no longer needed but is still considered but not part of the setup.
Users of CMSIS-Toolbox must ensure that $CMSIS_BUILD_ROOT is not set to avoid that cbuild invokes potentially outdated binaries installed in other locations.

How to fix: cbuild shall no longer read/follow the $CMSIS_BUILD_ROOT environment variable but invoke tools from the same directory it is located in (side by side).

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
No open projects
Status: Done
Development

No branches or pull requests

2 participants