From mboxrd@z Thu Jan 1 00:00:00 1970 From: Remco Poelstra Date: Tue, 11 May 2010 14:40:30 +0200 Subject: [U-Boot] LPC2468 again In-Reply-To: <20100511142520.509a9479@wker> References: <4BE94872.2010105@duran-audio.com> <20100511142520.509a9479@wker> Message-ID: <4BE9503E.4020106@duran-audio.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 11-05-10 14:25, Anatolij Gustschin wrote: > On Tue, 11 May 2010 14:07:14 +0200 > Remco Poelstra 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