From mboxrd@z Thu Jan 1 00:00:00 1970 From: M.A.E.M. Hanson Date: Thu, 13 May 2010 07:23:05 -0700 Subject: [U-Boot] u-boot guruplug fails to compile - __aeabi_unwind_cpp_pr0 In-Reply-To: <4BEBFA27.9070401@ge.com> References: <4BEB5F61.9050001@verizon.net> <4BEBFA27.9070401@ge.com> Message-ID: <4BEC0B49.202@verizon.net> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 05/13/2010 06:09 AM, Nick Thompson wrote: > On 13/05/10 03:09, M.A.E.M. Hanson wrote: >> /home/mihanson/CodeSourcery/Sourcery_G++_Lite/u-boot-marvell.git/arch/arm/lib/eabi_compat.o >> -L >> /home/mihanson/CodeSourcery/Sourcery_G++_Lite/bin/../lib/gcc/arm-none-linux-gnueabi/4.4.1 >> -lgcc -Map u-boot.map -o u-boot >> /home/mihanson/CodeSourcery/Sourcery_G++_Lite/bin/../lib/gcc/arm-none-linux-gnueabi/4.4.1/libgcc.a(bpabi.o):(.ARM.exidx+0x0): >> undefined reference to `__aeabi_unwind_cpp_pr0' >> /home/mihanson/CodeSourcery/Sourcery_G++_Lite/bin/../lib/gcc/arm-none-linux-gnueabi/4.4.1/libgcc.a(_divdi3.o):(.ARM.exidx+0x0): >> undefined reference to `__aeabi_unwind_cpp_pr0' >> /home/mihanson/CodeSourcery/Sourcery_G++_Lite/bin/../lib/gcc/arm-none-linux-gnueabi/4.4.1/libgcc.a(_udivdi3.o):(.ARM.exidx+0x0): >> undefined reference to `__aeabi_unwind_cpp_pr0' >> make: *** [u-boot] Error 1 > > Please have a quick look in the archives of this mailing list. This issue came up > in the last week. A patch has already been submitted that you might want to try. Thanks, Nick. I don't know how I missed that one. I applied the patch and worked! Mike