All of lore.kernel.org
 help / color / mirror / Atom feed
* [Xenomai-core] RTDM driver add-on infrastructure
@ 2006-06-22  6:37 Wolfgang Grandegger
  2006-06-22  8:31 ` Jan Kiszka
  0 siblings, 1 reply; 3+ messages in thread
From: Wolfgang Grandegger @ 2006-06-22  6:37 UTC (permalink / raw)
  To: xenomai-core

Hello,

I'm currently implementing a RTDM real-time CAN driver, which raises the 
the problem of adding the driver to the Xenomai source tree. My first 
idea was to provide RTCAN as a patch for Xenomai:

   $ cd xenomai
   $ patch -p1 < xenomai-rtcan-add-on.patch
   $ scripts/prepare_kernel ...
   ...
   $ <configure and make kernel>
   $ <configure, make and install Xenomai user space stuff>

This does not work because of autoconf files needed to copy header files 
to the installation path. Is this really necessary?
Another issue is where to put utility and test programs. Making them 
without autoconf and friends works by using xeno-config. But they should 
be installed with make install as well. Likely there are other issues.

Any ideas or comments on how to provide a generic RTDM driver add-on 
infrastructure?

Wolfgang.



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

end of thread, other threads:[~2006-06-23  9:01 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-06-22  6:37 [Xenomai-core] RTDM driver add-on infrastructure Wolfgang Grandegger
2006-06-22  8:31 ` Jan Kiszka
2006-06-23  9:01   ` Wolfgang Grandegger

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.