All of lore.kernel.org
 help / color / mirror / Atom feed
* [Xenomai-core] Xenomai 2.4.x user space build problem with uint64_t
@ 2008-05-28 13:55 Wolfgang Grandegger
  2008-06-01 17:10 ` Philippe Gerum
  0 siblings, 1 reply; 2+ messages in thread
From: Wolfgang Grandegger @ 2008-05-28 13:55 UTC (permalink / raw)
  To: xenomai-core

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.


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-06-01 17:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 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.