This repository was archived by the owner on Jan 24, 2022. It is now read-only.
This repository was archived by the owner on Jan 24, 2022. It is now read-only.
Interrupt handlers error #35
Closed
Description
I 'm trying to compile the blinky.rs example for STM32F072RBT6
xargo rustc --release --target thumbv6m-none-eabi --example blinky -- -C link-arg=-Tlink.x -C linker=arm-none-eabi-ld -Z linker-flavor=ld
I'm getting this error :
arm-none-eabi-ld:
Invalid '.vector_table.exceptions' section.
arm-none-eabi-ld:
The interrupt handlers are missing. If you are not linking to a device
crate then you supply the interrupt handlers yourself. Check the
documentation.
May be I missed something ...
Metadata
Metadata
Assignees
Labels
No labels