
On 11-05-10 14:25, Anatolij Gustschin wrote:
On Tue, 11 May 2010 14:07:14 +0200 Remco Poelstraremco.poelstra@duran-audio.com wrote:
...
Currently I've ported the code to the latest git version. It compiles more or less, except for the following error: /usr/local/ELDK/usr/bin/../lib/gcc/arm-linux-gnueabi/4.2.2/soft-float/libgcc.a(_divdi3.o):(.ARM.exidx+0x0): undefined reference to `__aeabi_unwind_cpp_pr0' /usr/local/ELDK/usr/bin/../lib/gcc/arm-linux-gnueabi/4.2.2/soft-float/libgcc.a(_udivdi3.o):(.ARM.exidx+0x0): undefined reference to `__aeabi_unwind_cpp_pr0'
How can I fix that? It seems it's the last small problem before I can send a patch set for the startup code.
Try to apply this patch
http://lists.denx.de/pipermail/u-boot/2010-May/071363.html
Best regards, Anatolij
Thanks, this works. Why isn't this included in u-boot by default?
Kind regards,
Remco Poelstra