From: Wolfgang Grandegger <wg@domain.hid>
To: xenomai-core <xenomai@xenomai.org>
Subject: [Xenomai-core] Xenomai 2.4.x user space build problem with uint64_t
Date: Wed, 28 May 2008 15:55:50 +0200 [thread overview]
Message-ID: <483D6466.5080207@domain.hid> (raw)
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__ */
TIA,
Wolfgang.
next reply other threads:[~2008-05-28 13:55 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-05-28 13:55 Wolfgang Grandegger [this message]
2008-06-01 17:10 ` [Xenomai-core] Xenomai 2.4.x user space build problem with uint64_t Philippe Gerum
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=483D6466.5080207@domain.hid \
--to=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.