From mboxrd@z Thu Jan 1 00:00:00 1970 From: Timur Tabi Date: Fri, 07 May 2010 10:09:57 -0500 Subject: [U-Boot] Building for da830 fails In-Reply-To: <4BE42B8B.7090704@ge.com> References: <004001caeddc$719c30d0$54d49270$@raj@ti.com> <4BE42048.7000701@ge.com> <4BE42B8B.7090704@ge.com> Message-ID: <4BE42D45.9020100@freescale.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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