编译工具:gcc version 4.3.2 u-boot版本:uboot 1.1.6
开发板:JZ2440
主要问题描述:打完补丁、配置完成后,以4.3.2版本的编译器编译u-boot,出现问题如图所示:undefined reference to `raise'
参考以下方法后问题解决
http://blog.youkuaiyun.com/wwd574000815/article/details/6208379
具体如下:
将cpu /arm920t/config.mk 改为
PLATFORM_RELFLAGS += -fno-strict-aliasing -fno-common -ffixed-r8 \
-msoft-float
PLATFORM_CPPFLAGS +=
# =========================================================================
#
# Supp