All of lore.kernel.org
 help / color / mirror / Atom feed
* [Xenomai-help] rt_intr_create fails, err = 38 (ENOSYS)
@ 2008-02-27 19:54 Hans Søndergaard (HSO)
  2008-02-28 19:03 ` Jan Kiszka
  0 siblings, 1 reply; 2+ messages in thread
From: Hans Søndergaard (HSO) @ 2008-02-27 19:54 UTC (permalink / raw)
  To: xenomai@xenomai.org

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

My rt_tasks (periodic) and rt_events work now.
Next I have started using interrupts: rt_intr_create.

It fails with return value = 38 (ENOSYS).

I follow the template from Xenomai's homepage: user_irq.c

In .config I have set: CONFIG_XENO_NATIVE_INTR=y.

Have you any suggestions to solve the problem?
I have noticed that Sarra Risto had the same problem (December 18, 2007).

Hans



[-- Attachment #2: Type: text/html, Size: 3639 bytes --]

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

* Re: [Xenomai-help] rt_intr_create fails, err = 38 (ENOSYS)
  2008-02-27 19:54 [Xenomai-help] rt_intr_create fails, err = 38 (ENOSYS) Hans Søndergaard (HSO)
@ 2008-02-28 19:03 ` Jan Kiszka
  0 siblings, 0 replies; 2+ messages in thread
From: Jan Kiszka @ 2008-02-28 19:03 UTC (permalink / raw)
  To: "Hans Søndergaard (HSO)"; +Cc: xenomai@xenomai.org

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

Hans Søndergaard (HSO) wrote:
> My rt_tasks (periodic) and rt_events work now.
> Next I have started using interrupts: rt_intr_create.
> 
> It fails with return value = 38 (ENOSYS).
> 
> I follow the template from Xenomai's homepage: user_irq.c
> 
> In .config I have set: CONFIG_XENO_NATIVE_INTR=y.

Are you sure you are actually running the related kernel? At least, it
is one of my favorite mistakes to mess up the built and the actually
installed/execute kernel and modules. To check if the kernel (or the
modules, accordingly) contains those services run

objdump -t vmlinux | grep rt_intr

Jan


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

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

end of thread, other threads:[~2008-02-28 19:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-02-27 19:54 [Xenomai-help] rt_intr_create fails, err = 38 (ENOSYS) Hans Søndergaard (HSO)
2008-02-28 19:03 ` Jan Kiszka

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.