-
Notifications
You must be signed in to change notification settings - Fork 30
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
Add possibility to configure toolchain location #153
Comments
Hi, Thanks for trying out the tools and for your feedback. This isn't something we're planning on adding to the Python tools as the toolchain location is managed by CMake. If you want to configure the location you may be able to set environment variables as described in this stackoverflow post. A possible alternative would be to edit the toolchain file located in |
Thanks for clarifying this. Maybe this should be added to the docs to avoid confusion. Still, I noticed at least one line where the toolchain command is hardcoded: Trying to compile with CLion (where the toolchain location is customizable as you mentioned) still fails at this command. |
That hardcoded toolchain is a bug in mbed-os' CMake. We will look into removing that. |
I realized we do not have |
I unfortunately don't have enough knowledge about the tooling to fix this. |
Fixed in Mbed OS in ARMmbed/mbed-os#14199 |
Description
This was possible in CLI 1.
Issue request type
The text was updated successfully, but these errors were encountered: