mirror of
https://github.com/apache/nuttx.git
synced 2026-08-09 22:45:08 +00:00
arm/armv7-r: redefine the linker symbols as armlink style
Fix build break: Error: L6218E: Undefined symbol _sbss (referred from arm_head.o). Error: L6218E: Undefined symbol _ebss (referred from arm_head.o). Error: L6218E: Undefined symbol _eronly (referred from arm_head.o). Error: L6218E: Undefined symbol _sdata (referred from arm_head.o). Error: L6218E: Undefined symbol _edata (referred from arm_head.o). Signed-off-by: chao an <anchao@xiaomi.com>
This commit is contained in:
parent
a2cd1b0db3
commit
aa51629bd2
1 changed files with 1 additions and 0 deletions
|
|
@ -27,6 +27,7 @@
|
|||
#include "arm.h"
|
||||
#include "cp15.h"
|
||||
#include "sctlr.h"
|
||||
#include "arm_internal.h"
|
||||
|
||||
.file "arm_head.S"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue