microrust
microrust copied to clipboard
(Getting started - Building) ERROR(cortex-m-rt): The interrupt vectors are missing.
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!
@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?
Im working through the book again now, Ill try and update all the crates and examples
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)