On Wed, 19 Jul 2000, joseph canou wrote:

> i am a beginner with rtlinux
> i use the version 2.2 with the kernel 2.2.14
> my compiler is kdevelop1.2
> my first question:
> 
> when i try the frank example, the compiler tells me that all the
> rt_task_* functions have an implicit declaration
> i don't found rt_task_* functions in any header file

/usr/include/rtlinux/rtl_compat.h or some other place where you have
installed rtlinux include files. rtl_compat.h is included from rtl_sched.h

Anyway, if you would just try to do "make" instead of kdevelop,
all would be OK - I guess kdevelop tries to compile simple.c which uses V1
interface - and it is commented out of the Makefile

> my second question:
> 
> when i try to make the command "make test" in the frank directory
> i have an error message saying  that  "/ bin/sh: ./rmrtl" is not allowed

Looks like a bug in RTL - 

[motyl@crds frank]$ ls -l ../../rmrtl 
-rw-r--r--    1 root     root           81 Mar 29 10:50 ../../rmrtl

-should have -rwx-r-xr-x permissions
chmod a+x rmrtl

Best regards,
--
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