將cpu /arm920t/config.mk 改為
PLATFORM_RELFLAGS += -fno-strict-aliasing -fno-common -ffixed-r8 /
-msoft-float
PLATFORM_CPPFLAGS +=
# =========================================================================
#
# Supply options according to compiler version
#
# =========================================================================
PLATFORM_CPPFLAGS +=$(call cc-option,)
PLATFORM_RELFLAGS +=$(call cc-option,$(call cc-option,))
在uboot的根目錄中把PLATFORM_LIBS 修該為如下值
PLATFORM_LIBS += -L $(shell dirname `$(CC) $(CFLAGS) -print-libgcc-file-name`) -lgcc -lc -L/usr/local/arm/4.3.2/arm-none-linux-gnueabi/libc/armv4t/usr/lib
然後重新 make distclean make 應就能通過了
我遇到問題就是在移植uboo1.1.6 中加入 CFG_CMD_NAND 就報那個錯誤 不過友善提供的可以通過
通過對比 修改了上面兩個地方 就不在提示那個錯誤了
安裝Redis報錯:undefined reference to `__sync_add_and_fetch_4
undefined reference to `png_create_write_struct問題解決
undefined reference to error解決方法
一步一步學Linux C:undefined reference to ‘pthread_create問題解決
Linux下undefined reference to ‘pthread_create’問題解決
解決Linux下編程時的undefined reference to問題
解決undefined reference to `__poll_chk@GLIBC_2.16',referencequeuepoll