how to make examples on beginner's guide to run on rtai-3.2 with 2.4.27kerne
weiyun lv
lvweiyun at hotmail.com
Wed Sep 28 12:59:01 CEST 2005
I have made the first example(fifo) run. Now the second using shared memory,
when I try to compile scope.c
$ gcc -o scope scope.c
it says that : rtai_shm.h: No such file or directory
inside scope.c the including lines like this:
#include <stdio.h>
#include <unistd.h>
#include <sys/types.h>
#include <sys/mman.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <signal.h>
#include <rtai_shm.h>
#include "parameters.h"
can anybody tell me where the compilor try to get these head files.
>From: "weiyun lv" <lvweiyun at hotmail.com>
>To: rtai at rtai.org
>Subject: how to make examples on beginner's guide to run on rtai-3.2 with
>2.4.27kernel Date: Wed, 28 Sep 2005 18:07:57 +0800
>
>it seems that they are very good examples, but how to make them run on
>rtai-3.2 with 2.4.27 kernel.
>
>thanks in advance!
>
>
>
>_______________________________________________
>RTAI mailing list
>RTAI at rtai.org
>https://mail.rtai.org/cgi-bin/mailman/listinfo/rtai
More information about the Rtai
mailing list