From: Khem Raj <raj.khem@gmail.com>
To: openembedded-devel@lists.openembedded.org
Subject: Re: opkg-sdk_svn build failure
Date: Sat, 26 Dec 2009 18:24:11 -0800 [thread overview]
Message-ID: <20091227022411.GA10352@gmail.com> (raw)
In-Reply-To: <6ec4247d0911241319j364e424asfe231aeb6c5738a0@mail.gmail.com>
On (25/11/09 07:49), Graham Gower wrote:
> sizeof returns long unsigned int on x86_64. This is fixed in r365.
sizeof return size_t which is a type in itself so if you want
portability between 32-bit and 64-bit systems you should probably
use 'z' length modifier in printf formats. '%zd' would work correctly
irrespective of word lenght of the processor. You need C99 compliant
compiler though.
Thanks
-Khem
>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
next prev parent reply other threads:[~2009-12-27 2:26 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-11-24 18:38 opkg-sdk_svn build failure Dmitry Vinokurov
2009-11-24 20:00 ` Dmitry Vinokurov
2009-11-24 21:19 ` Graham Gower
2009-12-27 2:24 ` Khem Raj [this message]
2009-12-27 8:21 ` Graham Gower
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=20091227022411.GA10352@gmail.com \
--to=raj.khem@gmail.com \
--cc=openembedded-devel@lists.openembedded.org \
/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.