From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <44C3CF5C.3010806@domain.hid> Date: Sun, 23 Jul 2006 21:34:52 +0200 From: Hannes Mayer MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Xenomai-help] rt_intr_create returns ENOSYS ? List-Id: Help regarding installation and common use of Xenomai List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: xenomai@xenomai.org Hi all! Subject basically says it. I'm trying to do this: err = rt_intr_create(&intr_desc, "parint", PARPORTINT, I_PROPAGATE); in main() before spawning an RT tasks, but it fails with ENOSYS. Xeno2.2, 2.4.32 Any enlightenment very much appreciated! Thanks a lot, Hannes.