mirror of
https://github.com/apache/nuttx.git
synced 2026-08-28 04:40:41 +00:00
STM32F746G-DISCO: linker script needs EXTERN(_vectors) if linking with CONFIG_ARMv7M_CMNVECTOR=y
This commit is contained in:
parent
d69cc38fe1
commit
2434baea9d
1 changed files with 1 additions and 0 deletions
|
|
@ -78,6 +78,7 @@ MEMORY
|
|||
}
|
||||
|
||||
OUTPUT_ARCH(arm)
|
||||
EXTERN(_vectors)
|
||||
ENTRY(_stext)
|
||||
SECTIONS
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue