From: Philippe Gerum <rpm@xenomai.org>
To: Wolfgang Grandegger <wg@domain.hid>
Cc: xenomai-core <xenomai@xenomai.org>
Subject: Re: [Xenomai-core] Xenomai 2.4.x user space build problem with uint64_t
Date: Sun, 01 Jun 2008 19:10:19 +0200 [thread overview]
Message-ID: <4842D7FB.9020400@domain.hid> (raw)
In-Reply-To: <483D6466.5080207@domain.hid>
Wolfgang Grandegger wrote:
> Hello,
>
> the following patch fixes a problem building the Xenomai user
> space applications for the MPC5200 using the ELDK 4.2. It can't
> find the type uint64_t:
>
> Index: include/asm-powerpc/fptest.h
> ===================================================================
> --- include/asm-powerpc/fptest.h (revision 3891)
> +++ include/asm-powerpc/fptest.h (working copy)
> @@ -5,6 +5,7 @@
> #include <linux/module.h>
> #else /* !__KERNEL__ */
> #include <stdio.h>
> +#include <stdint.h>
> #define printk printf
> #endif /* !__KERNEL__ */
>
Merged, thanks.
> TIA,
>
> Wolfgang.
>
> _______________________________________________
> Xenomai-core mailing list
> Xenomai-core@domain.hid
> https://mail.gna.org/listinfo/xenomai-core
>
--
Philippe.
prev parent reply other threads:[~2008-06-01 17:10 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-05-28 13:55 [Xenomai-core] Xenomai 2.4.x user space build problem with uint64_t Wolfgang Grandegger
2008-06-01 17:10 ` Philippe Gerum [this message]
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=4842D7FB.9020400@domain.hid \
--to=rpm@xenomai.org \
--cc=wg@domain.hid \
--cc=xenomai@xenomai.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.