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.

_______________________________________________
Xenomai-core mailing list
Xenomai-core@gna.org
https://mail.gna.org/listinfo/xenomai-core

Reply via email to