microrust icon indicating copy to clipboard operation
microrust copied to clipboard

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

Open beagleknight opened this issue 5 years ago • 3 comments

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 avatar Oct 31 '19 15:10 beagleknight

@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?

beagleknight avatar Oct 31 '19 15:10 beagleknight

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

droogmic avatar Nov 23 '19 05:11 droogmic

The solution was to add extern crate microbit; as in https://github.com/droogmic/microrust/blob/d16c5af8f7bc695331a4206222ab7b1a8e892b5a/src/getting-started/01.00.BUILD.md#L30 (or master branch)

rofrol avatar Dec 29 '19 17:12 rofrol