Skip to content

Commit 9d0d893

Browse files
committed
Document a possible reason for the 'interrupt vectors are missing' error
1 parent ec7a1a7 commit 9d0d893

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cortex-m-rt/link.x.in

+1
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,7 @@ ASSERT(SIZEOF(.vector_table) > 0x40, "
191191
ERROR(cortex-m-rt): The interrupt vectors are missing.
192192
Possible solutions, from most likely to less likely:
193193
- Link to a svd2rust generated device crate
194+
- Check that you actually use the device/hal/bsp crate in your code
194195
- Disable the 'device' feature of cortex-m-rt to build a generic application (a dependency
195196
may be enabling it)
196197
- Supply the interrupt handlers yourself. Check the documentation for details.");

0 commit comments

Comments
 (0)