Module: xenomai-forge
Branch: next
Commit: ace80225b4933cb25874bccf18a97380f8735ed9
URL:    
http://git.xenomai.org/?p=xenomai-forge.git;a=commit;h=ace80225b4933cb25874bccf18a97380f8735ed9

Author: Philippe Gerum <r...@xenomai.org>
Date:   Wed Jul 30 09:28:36 2014 +0200

lib/cobalt: clarify error message

---

 lib/cobalt/arch/x86/features.c |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/lib/cobalt/arch/x86/features.c b/lib/cobalt/arch/x86/features.c
index 0b5e4be..6ab17db 100644
--- a/lib/cobalt/arch/x86/features.c
+++ b/lib/cobalt/arch/x86/features.c
@@ -37,9 +37,9 @@ void cobalt_check_features(struct xnfeatinfo *finfo)
                        return;
        }
 
-       report_error("--enable-x86-vsyscall needs NPTL and Linux 2.6.x or 
higher,");
-       report_error_cont("which does not match your configuration. Please 
upgrade, or");
-       report_error_cont("rebuild the Xenomai libraries passing 
--disable-x86-vsyscall");
+       report_error("--enable-x86-vsyscall requires NPTL, which does not 
match");
+       report_error_cont("your configuration. Please upgrade, or rebuild the");
+       report_error_cont("Xenomai libraries passing --disable-x86-vsyscall");
        exit(1);
 #endif /* __i386__ && CONFIG_XENO_X86_VSYSCALL */
 }


_______________________________________________
Xenomai-git mailing list
Xenomai-git@xenomai.org
http://www.xenomai.org/mailman/listinfo/xenomai-git

Reply via email to