chatchai nanudorn wrote:

Hi I 'm trying to build RTAI on FC3 for EMC2
(linuxcnc.org).
EMC2 ues laodable adeos, and follow by rtai module. I
have build rtai and ran testsuit but I never got
loadable adeos modules (I got adeos.o, which can't be loaded
with insmod). How to compliled for loadable adeos.ko?
Thank for all help.
Regard
Chatchai
adeos is a patch to the kernel, and is built as a normal part of its build process.

[EMAIL PROTECTED] linux-2.6.12-ska12c3]$ grep ADEOS .config
CONFIG_ADEOS=y
CONFIG_ADEOS_CORE=y
CONFIG_ADEOS_THREADS=y
# CONFIG_ADEOS_NOTHREADS is not set
CONFIG_ADEOS_PROFILING=y
# CONFIG_ADEOS_PREEMPT_RT is not set

If I change the 1st line to 'm', Id get the adeos.ko module that you seek.

Reply via email to