STM32F746G-DISCO: linker script needs EXTERN(_vectors) if linking with CONFIG_ARMv7M_CMNVECTOR=y

This commit is contained in:
Gregory Nutt 2015-07-17 16:37:52 -06:00
parent d69cc38fe1
commit 2434baea9d

View File

@ -78,6 +78,7 @@ MEMORY
}
OUTPUT_ARCH(arm)
EXTERN(_vectors)
ENTRY(_stext)
SECTIONS
{