- From: Ivan Martinez <supertrasgu_at_gmail.com>
- Date: Tue, 5 Dec 2006 19:57:25 +0100
Hello Ian and others,
Unfortunatelly your suggestion didn't work, I get the following errors
when I try to compile my RTAI kernel module "rtmodule.c":
In file included from /usr/include/sys/ioctl.h:22,
from /usr/local/include/comedilib.h:29,
from /home/ivan/rtai-examples/pi/rtmodule.c:5:
/usr/include/features.h:265:5: warning: "_FORTIFY_SOURCE" is not defined
In file included from /usr/include/features.h:308,
from /usr/include/sys/ioctl.h:22,
from /usr/local/include/comedilib.h:29,
from /home/ivan/rtai-examples/pi/rtmodule.c:5:
/usr/include/sys/cdefs.h:204:1: warning: "__attribute_pure__" redefined
The fifth line of "rtmodule.c" is where I include comedilib, as you
can see below:
#include <linux/module.h>
#include <linux/kernel.h>
MODULE_LICENSE("GPL");
#include "rw_types.h"
#include <comedilib.h>
#include <rtai_fifos.h>
#include <rtai_sched.h>
#include <rtai_shm.h>
Any ideas?.
Thank you,
Ivan Martinez
On 11/30/06, Ivan Martinez <supertrasgu_at_gmail.com> wrote:
> I have done that and could finish the installation. I haven't tested
> Comedi yet, but if you don't hear from me again, everything went fine.
> Thanks again,
> Ivan Martinez
>
> > --
> > -=( Ian Abbott _at_ MEV Ltd. E-mail: <abbotti_at_mev.co.uk> )=-
> > -=( Tel: +44 (0)161 477 1898 FAX: +44 (0)161 718 3587 )=-
> >
> > _______________________________________________
> > comedi mailing list
> > comedi_at_comedi.org
> > https://cvs.comedi.org/cgi-bin/mailman/listinfo/comedi
> >
>
Received on 2006-12-05Z18:57:25