[ELDK] ELDK 4.2 - undefined refrence to 'raise'
J.Hwan.Kim
frog1120 at gmail.com
Tue Sep 15 08:20:06 CEST 2009
Hi, everyone
I met a error when compiling some package, which displayed following
message.
It dislayed "undefined reference to 'raise'".
I'm using ELDK4.2.
.
.
.
arm-linux-gcc -O2 -fomit-frame-pointer
-I/home/frog/Work/JTAGProbe/flash/include -Wall -mabi=aapcs-linux
-mcpu=arm9tdmi -DELF -DVERSION=\"1.0\" -DCONFIG_ARCH_S3C2410
-DCONFIG_NAND_FLASH -D__ASSEMBLY__ -c -o crt0.o crt0.S
make[1]: Leaving directory `/home/frog/Work/JTAGProbe/flash/update'
arm-linux-ld -N -Ttext 0x30200000 -T elf.lds -o update.elf
update/crt0.o update/main.o lib/lib.a `arm-linux-gcc -O2
-fomit-frame-pointer -I/home/frog/Work/JTAGProbe/flash/include -Wall
-mabi=aapcs-linux -mcpu=arm9tdmi -DELF -DVERSION=\"1.0\"
-DCONFIG_ARCH_S3C2410 -DCONFIG_NAND_FLASH --print-libgcc-file-name`
/opt/eldk/usr/bin/../lib/gcc/arm-linux-gnueabi/4.2.2/libgcc.a(_dvmd_lnx.o):
In function `__div0':
/opt/eldk/build/arm-2008-11-24/work/usr/src/denx/BUILD/crosstool-0.43/build/gcc-4.2.2-glibc-20070515T2025-eldk/arm-linux-gnueabi/gcc-4.2.2/gcc/config/arm/lib1funcs.asm:1000:
undefined reference to `raise'
Why is this error message displayed?
Please tell me how can I solve this problem?
Thanks in advance.
Regards,
J.Hwan Kim
More information about the eldk
mailing list