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

(Getting started - Building) ERROR(cortex-m-rt): The interrupt vectors are missing. #11

Open
beagleknight opened this issue Oct 31, 2019 · 3 comments

Comments

@beagleknight
Copy link
Contributor

I found a nasty bug when trying to build the "Getting started - Building" section. When I tried to run cargo build on the "Build 6" step it didnt' work as expected.
I am gonna open a pull request to fix some documentation!

@beagleknight
Copy link
Contributor Author

@droogmic nevermind.. I just checked that you already fixed this in master:
https://github.com/droogmic/microrust/blob/master/src/getting-started/01.00.BUILD.md

It looks like https://droogmic.github.io/microrust/getting-started/01.00.BUILD.html#build-5 is not updated. Could it be?

@droogmic
Copy link
Owner

Im working through the book again now, Ill try and update all the crates and examples

@rofrol
Copy link
Contributor

rofrol commented Dec 29, 2019

The solution was to add extern crate microbit; as in

(or master branch)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants