On Tue, 9 Nov 1999, nixien wrote:

> I hope someone could give me a hand on my situations.
> 
> I had installation gracefully rtlinux2.0 on redhat 6.1 of kernel 2.2.12.
> Having confirmed with command: ksyms -a | grep " "rtl_. I proceeded to
> testing the sample programs in /examples/hello. Unfortunately, I failed. I
> went one step backward to directory /usr/src/linux/rtlinux-2.0/rtl. There I
> typed : #make, here are the result I got:
> 
> cpp: /usr/src/linux-2.2.12/rtlinux-2.0/linux/include/linux/modversions.h: No

You have two copies of the kernel now, one in /usr/src/linux-2.2.12/, the
other in /usr/src/linux-2.2.12/rtlinux-2.0/linux/. It seems that RTL is using
the second one.  But have you configured that in
/usr/src/linux-2.2.12/rtlinux-2.0/linux/  (e.g. make xconfig) and then you
need to do "make dep"  - this will generate modversions.h. I  short,
configure and compile the RT Linux kernel first, and then compile modules,
examples etc. in the rtlinux directory.


--
Tomek

--- [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