-
Notifications
You must be signed in to change notification settings - Fork 178
Mbed tools are not present when creating a new Mbed OS 2 program with --mbedlib #698
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
Comments
same for 1.8.0 |
Thanks for verifying that this bug is still present. |
Is this problem still existent? I've tried it now with actual mbed-cli 1.8.3 and the mbed libname is correct and also the tools are downloaded. |
@JojoS62 Thanks for the hint for creating an empty mbed.bld! |
I am having the same errors, does someone know the solution? |
@PhanLeSon03 Make sure your Mbed CLI is updated: If you encounter the |
Apologies, this was closed in error by the automated bot - re-opening. |
Internal Jira reference: https://jira.arm.com/browse/IOTBTOOL-479 |
mbed-cli version: 1.7.3
I follow the instructions in the Mbed CLI README documentation for creating a new Mbed OS 2 program (https://github.com/ARMmbed/mbed-cli#creating-a-new-program-for-mbed-os-2) and I receive the following output:
Unlike in the README, the Mbed 2.0 build tools are not downloaded. So, when I try to use commands like
mbed export
,mbed compile
etc. I get the following output:So then I try to run
mbed deploy
...And now I'm stuck in a loop of being unable to do anything with this new Mbed OS 2 directory.
The text was updated successfully, but these errors were encountered: