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.
Linker errors with 0.5.2 and arm-none-eabi-gcc #92
Closed
Description
When I try to link embed-rs/stm32f7-dicovery-rewrite with arm-none-eabi-gcc 4.9.3, I get the following error with cortex-m-rt 0.5.2:
error: linking with `arm-none-eabi-gcc` failed: exit code: 1
|
= note: "arm-none-eabi-gcc" "-L" […]
= note: /usr/lib/gcc/arm-none-eabi/4.9.3/../../../arm-none-eabi/bin/ld:
BUG(cortex-m-rt): the reset vector is missing
/usr/lib/gcc/arm-none-eabi/4.9.3/../../../arm-none-eabi/bin/ld:
BUG(cortex-m-rt): the exception vectors are missing
collect2: error: ld returned 1 exit status
With cortex-m-rt 0.5.1, it builds without problems.
Metadata
Metadata
Assignees
Labels
No labels