[U-Boot] Building for da830 fails

Timur Tabi timur at freescale.com
Fri May 7 17:09:57 CEST 2010


Nick Thompson wrote:

> Is this the first use of long long on ARM...?

Ugh, I hope not.  vsprintf.c uses ULL.

It appears that the compiler itself supports ULL, but it's trying to link in
support that your toolchain doesn't have.

I don't know what __aeabi_unwind_cpp_pr0 is, but it doesn't look like it's
related to integers.

Also, this patch fixes a real bug in print_size(), so we can't just back it out.

-- 
Timur Tabi
Linux kernel developer at Freescale


More information about the U-Boot mailing list