STM32F746G-DISCO: linker script needs EXTERN(_vectors) if linking with CONFIG_ARMv7M_CMNVECTOR=y
This commit is contained in:
parent
d69cc38fe1
commit
2434baea9d
@ -78,6 +78,7 @@ MEMORY
|
|||||||
}
|
}
|
||||||
|
|
||||||
OUTPUT_ARCH(arm)
|
OUTPUT_ARCH(arm)
|
||||||
|
EXTERN(_vectors)
|
||||||
ENTRY(_stext)
|
ENTRY(_stext)
|
||||||
SECTIONS
|
SECTIONS
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user