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

ERROR(cortex-m-rt): The interrupt vectors are missing. #17

Open
oskarhagberg opened this issue Jul 17, 2019 · 3 comments
Open

ERROR(cortex-m-rt): The interrupt vectors are missing. #17

oskarhagberg opened this issue Jul 17, 2019 · 3 comments

Comments

@oskarhagberg
Copy link

Trying out your tutorial but gettings stuck compiling when adding microbit to the .toml

ERROR(cortex-m-rt): The interrupt vectors are missing.

@oskarhagberg
Copy link
Author

Finally got it to build after adding extern crate microbit; to main.rs

What gives? 😄

@robyoung
Copy link
Contributor

Is this still an issue?

@jgarth
Copy link

jgarth commented May 31, 2021

I encountered the same issue just now using the latest version of both microbit and cortex-m-rt. Adding the extern crate statement mentioned above worked for me as well.

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