Nicola Pezzotti wrote: > Hi. > > I also have some problem with Xenomai. > > I solve the kernel's compilation problem and I compile Xenomai > > (Kernel 2.6.16 Xenomai 2.2.0) > > Now I trying to launch the testsuite's latency program but I have this > problem: > > > Xenomai: incompatible feature set > (required="sep tsc", present="sep", missing="tsc"). > > > Someone can give my an hint?
Your kernel is lacking TSC support. Either enable it there (check if you picked the right CPU type) or switch it off for user-space (configure --disable-x86-tsc). [We should make that message above a bit more expressive: Missing... where? Also, could someone write an entry for TROUBLESHOOTING?] Jan
signature.asc
Description: OpenPGP digital signature
_______________________________________________ Xenomai-help mailing list [email protected] https://mail.gna.org/listinfo/xenomai-help
