8 Oct 2011 10:40
help: i got a core dumped while building u-boot-2011.06 use eldk5.0 for armv4t.
hi, all
i got a core dumped while building u-boot-2011.06 for s3c2440a chip
which is arch v4t use eldk5.0 with USE_PRIVATE_LIBGCC=yes.
building is ok without USE_PRIVATE_LIBGCC=yes but only got a v5t
elf u-boot file.
my building is on centos 6.0, all env variable setting is done as following:
export PREFIX=/opt/eldk-5.0/armv5te/sysroots/i686-oesdk-linux/usr/bin
export TARGET=arm-linux-gnueabi
export PATH=$PREFIX/armv5te-linux-gnueabi:$PATH
export CROSS_COMPILE=${TARGET}-
building command is following by denx faq GCC generates illegal opcodes
for ARMv4T systems
make distclean
USE_PRIVATE_LIBGCC=yes make AS2440_config
USE_PRIVATE_LIBGCC=yes make
here is my building error message:
(Continue reading)
RSS Feed