[EMAIL PROTECTED] wrote:
>
> I tried to install and compile RTAI 1.3 on my SuSE 6.4 system. During
> compilation I get the following error message when compiling lxrt :
>
> make -C lxrt all
> make[2]: Entering directory `/home/mschwarz/rtai-1.3/lxrt'
> gcc -I/usr/src/linux/include -I../include -Wall -Wstrict-prototypes -O2
> -fomit-frame-pointer -fno-strength-reduce -D__KERNEL__ -DMODULE
> -DCONFIG_DYN_MM -c -DCPU=586 -c -o lxrt lxrt.c
> lxrt.c: In function `lxrt_handler':
> lxrt.c:625: structure has no member named `this_rt_task'
Hi Marco,
- Did you run the copyto to patch the linux kernel with the rtai changes
??
- If so, look at /usr/src/linux/include/linux/sched.h, at line 332 you
should see that this_rt_task[2] has been added to the struct
task_struct. If not, then your kernel source tree is somewhere
unexpected, probably /usr/src/linux is not a link to
/usr/src/linux-2.2.14
Regards, Stuart
-- [rtl] ---
To unsubscribe:
echo "unsubscribe rtl" | mail [EMAIL PROTECTED] OR
echo "unsubscribe rtl <Your_email>" | mail [EMAIL PROTECTED]
---
For more information on Real-Time Linux see:
http://www.rtlinux.org/rtlinux/