On 07/05/10 12:57, Sudhakar Rajashekhara wrote: > Hi, > > I am using U-Boot from http://git.denx.de/?p=u-boot.git;a=summary and trying > to build for da830. But my build fails with following > error: > > [...] > /../lib/gcc/arm-none-linux-gnueabi/4.4.1 -lgcc -Map u-boot.map -o u-boot > ../lib/gcc/arm-none-linux-gnueabi/4.4.1/libgcc.a(bpabi.o):(.ARM.exidx+0x0): > undefined reference to `__aeabi_unwind_cpp_pr0' > ../lib/gcc/arm-none-linux-gnueabi/4.4.1/libgcc.a(_divdi3.o):(.ARM.exidx+0x0): > undefined reference to `__aeabi_unwind_cpp_pr0' > ../lib/gcc/arm-none-linux-gnueabi/4.4.1/libgcc.a(_udivdi3.o):(.ARM.exidx+0x0): > undefined reference to `__aeabi_unwind_cpp_pr0' > > I am using gcc version 4.4.1 (Sourcery G++ Lite 2010q1-202). I also tried > with gcc version 4.3.3 (Sourcery G++ Lite 2009q1-203), but > there also I am seeing the same error. I am using "da830evm_config" as the > configuration for building. > > Has anyone seen this kind of error while building U-Boot for ARM based > architecture?
I just pulled the latest main line source and ran: % CROSS_COMPILE=arm-none-linux-gnueabi- ./MAKEALL da830evm Configuring for da830evm board... /opt/CodeSourcery/Sourcery_G++_Lite/bin/../lib/gcc/arm-none-linux-gnueabi/4.3.3/libgcc.a(bpabi.o):(.ARM.exidx+0x0): undefined reference to `__aeabi_unwind_cpp_pr0' /opt/CodeSourcery/Sourcery_G++_Lite/bin/../lib/gcc/arm-none-linux-gnueabi/4.3.3/libgcc.a(_divdi3.o):(.ARM.exidx+0x0): undefined reference to `__aeabi_unwind_cpp_pr0' /opt/CodeSourcery/Sourcery_G++_Lite/bin/../lib/gcc/arm-none-linux-gnueabi/4.3.3/libgcc.a(_udivdi3.o):(.ARM.exidx+0x0): undefined reference to `__aeabi_unwind_cpp_pr0' make: *** [u-boot] Error 1 /opt/CodeSourcery/Sourcery_G++_Lite/bin/arm-none-linux-gnueabi-size: './u-boot': No such file This did not happen when I last updated on March 22nd and I have not updated my tools at all. Nick. _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

