From mboxrd@z Thu Jan 1 00:00:00 1970 From: Timur Tabi Date: Fri, 07 May 2010 10:14:47 -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: <4BE42E67.9070403@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...? include/asm-arm/types.h has this: #if defined(__GNUC__) __extension__ typedef __signed__ long long __s64; __extension__ typedef unsigned long long __u64; #endif So try replacing "unsigned long long" with "__u64" in print_size() and see if that helps. It must have something to do with __extension__. -- Timur Tabi Linux kernel developer at Freescale