Dear Timur Tabi, In message <4be42d45.9020...@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: w...@denx.de "I refuse to have a battle of wits with an unarmed person." _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot