All of lore.kernel.org
 help / color / mirror / Atom feed
* [Xenomai-help] problem with testsuite/latency
@ 2006-08-21 19:44 Nicola Pezzotti
  2006-08-21 19:58 ` Jan Kiszka
  2006-08-21 20:10 ` Philippe Gerum
  0 siblings, 2 replies; 3+ messages in thread
From: Nicola Pezzotti @ 2006-08-21 19:44 UTC (permalink / raw)
  To: xenomai

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?

thanks


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

* Re: [Xenomai-help] problem with testsuite/latency
  2006-08-21 19:44 [Xenomai-help] problem with testsuite/latency Nicola Pezzotti
@ 2006-08-21 19:58 ` Jan Kiszka
  2006-08-21 20:10 ` Philippe Gerum
  1 sibling, 0 replies; 3+ messages in thread
From: Jan Kiszka @ 2006-08-21 19:58 UTC (permalink / raw)
  To: Nicola Pezzotti; +Cc: xenomai

[-- Attachment #1: Type: text/plain, Size: 730 bytes --]

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


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 250 bytes --]

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

* Re: [Xenomai-help] problem with testsuite/latency
  2006-08-21 19:44 [Xenomai-help] problem with testsuite/latency Nicola Pezzotti
  2006-08-21 19:58 ` Jan Kiszka
@ 2006-08-21 20:10 ` Philippe Gerum
  1 sibling, 0 replies; 3+ messages in thread
From: Philippe Gerum @ 2006-08-21 20:10 UTC (permalink / raw)
  To: Nicola Pezzotti; +Cc: xenomai

On Mon, 2006-08-21 at 21:44 +0200, 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 config says that your x86 CPU does not provide any
time-stamp counter, but the user-space programs ask for it. If the
kernel config is right (i.e. the CPU selection is correct), then you
need to switch off the TSC requirement [which defaults to on] when
configuring the user-space Xenomai support: e.g.

.../configure --disable-x86-tsc

$ make clean install 

README.INSTALL has more on feature selection, and explains why we must
enforce it.

> thanks
> 
> _______________________________________________
> Xenomai-help mailing list
> Xenomai-help@domain.hid
> https://mail.gna.org/listinfo/xenomai-help
-- 
Philippe.




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

end of thread, other threads:[~2006-08-21 20:10 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-08-21 19:44 [Xenomai-help] problem with testsuite/latency Nicola Pezzotti
2006-08-21 19:58 ` Jan Kiszka
2006-08-21 20: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.