mirror of
https://github.com/apache/nuttx.git
synced 2025-12-20 04:09:12 +08:00
configs/stm32f4discovery/scripts/ld.script: Missing EXTERN(_vectors)
This commit is contained in:
@@ -54,6 +54,7 @@ MEMORY
|
||||
|
||||
OUTPUT_ARCH(arm)
|
||||
ENTRY(_stext)
|
||||
EXTERN(_vectors)
|
||||
SECTIONS
|
||||
{
|
||||
.text : {
|
||||
|
||||
Reference in New Issue
Block a user