-
Notifications
You must be signed in to change notification settings - Fork 176
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
Building classic projects for microbit #327
Comments
Could you post the output that is associated with the failure after appending [Mirrored to Jira] |
@theotherjimmy [Mirrored to Jira] |
Potential micro:bit partner also ran into this... I cannot compile with ARMCC either. Errors like this:
[Mirrored to Jira] |
I looked into why blinky wasn't compiling, looks like the pinned release of the microbit didn't actually support GCC_ARM at the time, or at least it wasn't included in the release. It compiles ok for ARM. If you update the I'm afraid I don't know much about the other example since it isn't using the official mbed release. [Mirrored to Jira] |
@bridadan Thanks. I was able to build microbit-blinky after updating mbed.bld to the latest version. [Mirrored to Jira] |
@arekzaluski Did this fix the issue? If so, are you happy to close this? [Mirrored to Jira] |
Closing this as there is no activity. Please reopen if the issue persists. |
Re-opening this issue as it is still apparent with the promoted E.g. this example: https://os.mbed.com/teams/BBC/code/microbit-component-display/ Fails in
Updating to the latest revision of the |
@jaustin Can you review this issue? The libraries are 2 years old by looks of it. |
@theotherjimmy looked into this a while back, and I thought he had success with building the older programs. There was an inconsistency between the online compiler and the offline one WRT armcc, but that shouldn't be a factor here.... Jimmy, did you bump into any of the issues like Rob has? |
@jaustin, I did, and I resolved them with a build profile that was like |
I also came across the kind of problem discussed above when trying to build a simple BBC:Microbit C++ program using the mbed-cli ... is there a simple set of instructions and example to show me how to do this please ... |
I opened an issue on the microbit-dal repo here: lancaster-university/microbit-dal#393 Still unsure of the proper way I should be building the microbit examples with Mbed CLI |
Apologies, this was closed in error by the automated bot - re-opening. |
Internal Jira reference: https://jira.arm.com/browse/IOTBTOOL-480 |
Building classic projects for Microbit doesn't seem to work.
I've tried to build https://developer.mbed.org/teams/BBC/code/microbit_blinky/?platform=Microbit and https://developer.mbed.org/teams/microbit/code/microbit-hello-world/ projects. Both of them are failing to build correctly.
The command I'm using is
mbed compile -t GCC_ARM -m NRF51_MICROBIT
@screamerbg @bogdanm
The text was updated successfully, but these errors were encountered: