Dear Thomas, Thank you for your reply,
I disable the 8139toodriver and enable generic driver then I run make command and after "make" I run "make modules" but it is giving me this error. nabeel@ubuntu:~/ethercat-default$ make modules make -C "/usr/src/linux-headers-3.8.0-31-generic" M="/home/nabeel/ethercat-default" modules make[1]: Entering directory `/usr/src/linux-headers-3.8.0-31-generic' CC [M] /home/nabeel/ethercat-default/master/cdev.o /home/nabeel/ethercat-default/master/cdev.c: In function ‘ec_cdev_ioctl_slave_sdo_upload’: /home/nabeel/ethercat-default/master/cdev.c:864:13: warning: passing argument 7 of ‘ecrt_master_sdo_upload’ from incompatible pointer type [enabled by default] /home/nabeel/ethercat-default/master/../include/ecrt.h:758:5: note: expected ‘size_t *’ but argument is of type ‘uint32_t *’ /home/nabeel/ethercat-default/master/cdev.c: In function ‘eccdev_mmap’: /home/nabeel/ethercat-default/master/cdev.c:3964:22: error: ‘VM_RESERVED’ undeclared (first use in this function) /home/nabeel/ethercat-default/master/cdev.c:3964:22: note: each undeclared identifier is reported only once for each function it appears in make[3]: *** [/home/nabeel/ethercat-default/master/cdev.o] Error 1 make[2]: *** [/home/nabeel/ethercat-default/master] Error 2 make[1]: *** [_module_/home/nabeel/ethercat-default] Error 2 make[1]: Leaving directory `/usr/src/linux-headers-3.8.0-31-generic' make: *** [modules] Error 2 Please help me how can I fix this issue, actually I am new to Ubuntu and EtherCAT that's why I am facing some problems. Thank you. From: [email protected] To: [email protected] CC: [email protected] Subject: Re: [etherlab-users] configure: error: kernel 3.8 not available for 8139too driver! Date: Tue, 5 Nov 2013 05:07:36 +0000 On 3.8, you'll need the generic driver. There's a flag to disable the 8139too driver. It's enabled by default. You'll also need to enable the generic driver. See the PDF manual for all build flags. If you want to use a hardware driver (recommended), you'll need to drop down to an earlier kernel. (Sent from my mobile device.) On Nov 4, 2013, at 10:51 PM, "Muhammad Nabeel" <[email protected]> wrote: Dear All, Hope you are doing well. I am trying to install IgH EtherCAT master in Ubuntu 12.04, but when I run ./configuration it is giving "error configure: error: kernel 3.8 not available for 8139too driver!". Do you have any idea how can I fix this problem? Thank you guys in advance. _______________________________________________ etherlab-users mailing list [email protected] http://lists.etherlab.org/mailman/listinfo/etherlab-users
_______________________________________________ etherlab-users mailing list [email protected] http://lists.etherlab.org/mailman/listinfo/etherlab-users
