I have a problem when I try to "make". I get the following message:

In file included from /usr/realtime/include/rtdm/rtdm_driver.h:41,
                 from /usr/src/rtnet-0.9.11/stack/include/rtnet_sys.h:34,
                 from /usr/src/rtnet-0.9.11/stack/include/rtnet_internal.h:32,
                 from /usr/src/rtnet-0.9.11/stack/rtmac/rtmac_vnic.c:28:
/usr/realtime/include/rtdm/xn.h:82:1: warning: "trace_mark" redefined
In file included from include/linux/module.h:18,
                 from include/linux/textsearch.h:7,
                 from include/linux/skbuff.h:27,
                 from include/linux/if_ether.h:124,
                 from include/linux/netdevice.h:29,
                 from /usr/src/rtnet-0.9.11/stack/rtmac/rtmac_vnic.c:24:
include/linux/marker.h:139:1: warning: this is the location of the previous 
definition
/usr/src/rtnet-0.9.11/stack/rtmac/rtmac_vnic.c: In function ‘rtmac_vnic_setup’:
/usr/src/rtnet-0.9.11/stack/rtmac/rtmac_vnic.c:241: error: ‘struct net_device’ 
has no member named ‘open’
/usr/src/rtnet-0.9.11/stack/rtmac/rtmac_vnic.c:242: error: ‘struct net_device’ 
has no member named ‘get_stats’
/usr/src/rtnet-0.9.11/stack/rtmac/rtmac_vnic.c:243: error: ‘struct net_device’ 
has no member named ‘change_mtu’
/usr/src/rtnet-0.9.11/stack/rtmac/rtmac_vnic.c:244: error: ‘struct net_device’ 
has no member named ‘set_mac_address’
/usr/src/rtnet-0.9.11/stack/rtmac/rtmac_vnic.c: In function ‘rtmac_vnic_add’:
/usr/src/rtnet-0.9.11/stack/rtmac/rtmac_vnic.c:286: error: ‘struct net_device’ 
has no member named ‘hard_start_xmit’
make[5]: *** [/usr/src/rtnet-0.9.11/stack/rtmac/rtmac_vnic.o] Fehler 1
make[4]: *** [_module_/usr/src/rtnet-0.9.11/stack/rtmac] Fehler 2
make[3]: *** [all-local.ko] Fehler 2
make[2]: *** [all-recursive] Fehler 1
make[1]: *** [all-recursive] Fehler 1
make: *** [all-recursive] Fehler 1

Any idea?

Thanks and regards,
     Franz




________________________________
Von: Jan Kiszka <jan.kis...@web.de>
An: Franz Engel <franz_lambert_en...@yahoo.de>
CC: rtnet-users <rtnet-users@lists.sourceforge.net>
Gesendet: Dienstag, den 6. April 2010, 8:53:26 Uhr
Betreff: Re: AW: RT-extended kernel

[ please keep the list in CC ]

Franz Engel wrote:
> Hello Jan,
> 
>  
> 
> I solved the problem. I use the kernel 2.6.31 with rtai-vulcano. I configure
> rtnet and get this message:
> 
> "checking for RT-extension... configure: error: *** RT-extended kernel not
> found in"
> 
>  
> 
> So I configure RTNET with the following command:
> 
>> ./configure --with-rtext=/usr/realtime
> 
>> --with-linux=/usr/src/linux-2.6.31-rtai-3.7.1
> 
>> --with-rtext-config=/usr/realtime/bin/rtai-config
> 
>> --with-module-dir=/lib/modules/2.6.31-rtai-3.7.1
> 

You can do the same via menuconfig, just select the right RT extension
type and then specify the required paths.

> So I get a message that RTDM can’t be found.
> 
>  
> 
> In the configuration of rtai is a realtime module (it is disabled as
> default). That must be enabled (Add-onsàReal-Time Driver Model over RTAI).
> 
>  
> 
> Regards,
> 
>    Franz
> 

Jan

__________________________________________________
Do You Yahoo!?
Sie sind Spam leid? Yahoo! Mail verfügt über einen herausragenden Schutz gegen 
Massenmails. 
http://mail.yahoo.com 
------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
RTnet-users mailing list
RTnet-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rtnet-users

Reply via email to