We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec7a1a7 commit 9d0d893Copy full SHA for 9d0d893
cortex-m-rt/link.x.in
@@ -191,6 +191,7 @@ ASSERT(SIZEOF(.vector_table) > 0x40, "
191
ERROR(cortex-m-rt): The interrupt vectors are missing.
192
Possible solutions, from most likely to less likely:
193
- Link to a svd2rust generated device crate
194
+- Check that you actually use the device/hal/bsp crate in your code
195
- Disable the 'device' feature of cortex-m-rt to build a generic application (a dependency
196
may be enabling it)
197
- Supply the interrupt handlers yourself. Check the documentation for details.");
0 commit comments