[U-Boot] Building for da830 fails

Wolfgang Denk wd at denx.de
Mon May 10 23:03:53 CEST 2010


Dear Timur Tabi,

In message <4BE42D45.9020100 at freescale.com> you wrote:
> 
> I don't know what __aeabi_unwind_cpp_pr0 is, but it doesn't look like it's
> related to integers.

__aeabi_unwind_cpp_pr0 is part of the stack unwinding support for ARM;
we can probably just copy the Linux kernel's code which looks pretty
much straightforward:

	/* Dummy functions to avoid linker complaints */
	void __aeabi_unwind_cpp_pr0(void)
	{
	};
	EXPORT_SYMBOL(__aeabi_unwind_cpp_pr0);


Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
"I refuse to have a battle of wits with an unarmed person."


More information about the U-Boot mailing list