<html dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style id="owaParaStyle" type="text/css">P {margin-top:0;margin-bottom:0;}</style>
</head>
<body ocsi="0" fpstyle="1">
<div style="direction: ltr;font-family: Tahoma;color: #000000;font-size: 10pt;">Hello all,<br>
<br>
I am trying to install Etherlab master in a newer Linux kernel with RT-Preemption: 3.4.0-rt7 #1 SMP PREEMPT RT.
<br>
<br>
My Etherlab version is 1.5.1<br>
<br>
When I do<br>
#make modules<br>
the final messages will be:<br>
<br>
CC [M] /usr/local/ethercat-1.5.1/master/soe_errors.o<br>
CC [M] /usr/local/ethercat-1.5.1/master/soe_request.o<br>
CC [M] /usr/local/ethercat-1.5.1/master/sync.o<br>
CC [M] /usr/local/ethercat-1.5.1/master/sync_config.o<br>
CC [M] /usr/local/ethercat-1.5.1/master/voe_handler.o<br>
CC [M] /usr/local/ethercat-1.5.1/master/ethernet.o<br>
LD [M] /usr/local/ethercat-1.5.1/master/ec_master.o<br>
Building modules, stage 2.<br>
MODPOST 3 modules<br>
WARNING: "ecrt_slave_config_state" [/usr/local/ethercat-1.5.1/examples/mini/ec_mini.ko] undefined!<br>
WARNING: "ecrt_slave_config_pdos" [/usr/local/ethercat-1.5.1/examples/mini/ec_mini.ko] undefined!<br>
CC /usr/local/ethercat-1.5.1/devices/ec_generic.mod.o<br>
LD [M] /usr/local/ethercat-1.5.1/devices/ec_generic.ko<br>
CC /usr/local/ethercat-1.5.1/examples/mini/ec_mini.mod.o<br>
LD [M] /usr/local/ethercat-1.5.1/examples/mini/ec_mini.ko<br>
CC /usr/local/ethercat-1.5.1/master/ec_master.mod.o<br>
LD [M] /usr/local/ethercat-1.5.1/master/ec_master.ko<br>
<br>
<br>
And from this point on, everything that needs "ecrt_slave_config_state" and "ecrt_slave_config_pdos" will not work anymore, e.g., the mini example.
<br>
<br>
Before the<br>
#make modules<br>
I do<br>
#./configure --enable-generic --enable-8139too=no<br>
#make<br>
<br>
Does anyone know where the problem could be?<br>
Thanks in advance<br>
</div>
</body>
</html>