mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-03-27 09:32:28 +08:00
[bsp/taihu] fix the link error
The taihu.lds hardcoded the path of start_gcc.o. Change it as the layout
of build/ has change by commit a03816ef9a.
This commit is contained in:
@@ -36,7 +36,7 @@ SECTIONS
|
||||
|
||||
.text :
|
||||
{
|
||||
KEEP(build/libcpu/ppc/ppc405/start_gcc.o (.text))
|
||||
KEEP(build/kernel/libcpu/ppc/ppc405/start_gcc.o (.text))
|
||||
|
||||
*(.text)
|
||||
*(.fixup)
|
||||
|
||||
Reference in New Issue
Block a user