All of lore.kernel.org
 help / color / mirror / Atom feed
From: Timur Tabi <timur@freescale.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] Building for da830 fails
Date: Fri, 07 May 2010 10:14:47 -0500	[thread overview]
Message-ID: <4BE42E67.9070403@freescale.com> (raw)
In-Reply-To: <4BE42B8B.7090704@ge.com>

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

  parent reply	other threads:[~2010-05-07 15:14 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-05-07 11:57 [U-Boot] Building for da830 fails Sudhakar Rajashekhara
2010-05-07 14:14 ` Nick Thompson
2010-05-07 15:02   ` Nick Thompson
2010-05-07 15:09     ` Timur Tabi
2010-05-10 21:03       ` Wolfgang Denk
2010-05-07 15:14     ` Timur Tabi [this message]
2010-05-07 15:10   ` Wolfgang Denk
2010-05-07 15:21     ` Scott McNutt
2010-05-07 15:30       ` Timur Tabi
2010-05-10 10:39         ` Nick Thompson
2010-05-10 21:17         ` Wolfgang Denk
2010-05-11  8:59           ` Nick Thompson
2010-05-11 10:39             ` Wolfgang Denk
2010-05-11 11:30               ` Nick Thompson
2010-05-11 12:39           ` Scott McNutt

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4BE42E67.9070403@freescale.com \
    --to=timur@freescale.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.