microbit
microbit copied to clipboard
ERROR(cortex-m-rt): The interrupt vectors are missing.
Trying out your tutorial but gettings stuck compiling when adding microbit to the .toml
ERROR(cortex-m-rt): The interrupt vectors are missing.
Finally got it to build after adding extern crate microbit; to main.rs
What gives? 😄
Is this still an issue?
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.