From ab4d18a137c82aea546f4a1ec8044284f8a233cb Mon Sep 17 00:00:00 2001 From: Grissiom Date: Mon, 14 Apr 2014 18:01:50 +0800 Subject: [PATCH] [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 a03816ef9aa583bb. --- bsp/taihu/taihu.lds | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bsp/taihu/taihu.lds b/bsp/taihu/taihu.lds index 7b4eae28bd..75e2cf762f 100644 --- a/bsp/taihu/taihu.lds +++ b/bsp/taihu/taihu.lds @@ -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)