Hi Everybody;
I think there is a problem with examples for 2.0.36 if someone patches 
RTLinux kernel with original kernel.

According to my experience, After i patched rtlinux with linux kernel in my 
lib/modules directory I have 2 directories
1 is 2.0.36
and the other one is 2.0.36.RT1.2

and When i type make under v1.2 directory. It looks like everything is fine 
and asks for make install and when i make install, it does installation for 
modules under /lib/modules/2.0.36 then when you ran examples i am getting 
errors because modules are not installed into right directory which is 
2.0.36.RT1.2.

I think this should be make clear to people who is installing rt-linux. 
maybe for people who is patching should have different makefile.

I am now in the beginning stage. I might be missing some points in my 
comments, sorry for that if any.


Melih


***And for Gavrial***

Hi Gavrial;

It looks like you ran your make under wrong directory. First you should run 
makefile where your rtl and linux directory is. Then you should run example 
makefiles.

Also if you look error message
make all
cc -I/usr/src//rtl/include/  -o sched_toggle.o sched_toggle.c
In file included from sched_toggle.c:14:

there is // that needs to be fixed...

All for now..

Good luck


///////
Hi, to all expert of the RT-Linux.

I already install RT Kerlen in SuSE 5.3 , but the examples
is not compailed.
I recive the following message.


any  expert that can help  my.

******************


make all
Makefile:3: rtlpath.make: No such file or directory
make: *** No rule to make target `rtlpath.make'.  Stop.


make all
cc -I/usr/src//rtl/include/  -o sched_toggle.o sched_toggle.c
In file included from sched_toggle.c:14:
/usr/include/asm/rt_time.h:63: warning: `struct timespec' declared inside
parameter list
/usr/include/asm/rt_time.h:63: warning: its scope is only this definition
or declaration,
/usr/include/asm/rt_time.h:63: warning: which is probably not what you
want.
/usr/include/asm/rt_time.h: In function `rt_ts_to_rtime':
/usr/include/asm/rt_time.h:65: dereferencing pointer to incomplete type
/usr/include/asm/rt_time.h:65: dereferencing pointer to incomplete type
make: *** [sched_toggle.o] Error 1

______________________________________________________
Get Your Private, Free Email at http://www.hotmail.com
--- [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/

Reply via email to