
23 Feb
2009
23 Feb
'09
9:19 p.m.
On Mon, Feb 23, 2009 at 10:58:48PM +0300, Sergey Lapin wrote:
Hi, all!
I am used to build at91 board using Angstrom EABI toolchain (gcc-4.2.4) without any problems. Now I try to build PXA board and have the following error on final link stage: (I build master branch)
[skip]
I've also found that thos error is due to: cpu/pxa/libpxa.a(interrupts.o): In function `get_ticks': /home/slapin/u-boot/cpu/pxa/interrupts.c:113: undefined reference to `__umoddi3' /home/slapin/u-boot/cpu/pxa/interrupts.c:113: undefined reference to `__udivdi3' /home/slapin/u-boot/cpu/pxa/interrupts.c:113: undefined reference to `__udivdi3' make: *** [u-boot] Ошибка 1
and were introduced by commit 94a3312920b6f9b5da27309549fb73650718c10a
All the best, S.