microbit icon indicating copy to clipboard operation
microbit copied to clipboard

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

Open oskarhagberg opened this issue 6 years ago • 3 comments

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

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

oskarhagberg avatar Jul 17 '19 12:07 oskarhagberg

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

What gives? 😄

oskarhagberg avatar Jul 17 '19 15:07 oskarhagberg

Is this still an issue?

robyoung avatar May 11 '21 07:05 robyoung

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.

jgarth avatar May 31 '21 08:05 jgarth