-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hello,
Am 07.02.2013 16:01, schrieb BOESEL Diego Fernandes:
> I am trying to install Etherlab master in a newer Linux kernel
> with RT-Preemption: 3.4.0-rt7 #1 SMP PREEMPT RT.
>
> My Etherlab version is 1.5.1
The missing header include has been adde
Hello Diego,
3.4-rt is fairly recent so no big surprise, and many people are using
xenomai or rtai that's still 2.6
here's what I have on a fresh 3.7.5
% hg diff
diff -r 9cdd7669dc0b include/ecrt.h
--- a/include/ecrt.hThu Jan 10 17:36:41 2013 +0100
+++ b/include/ecrt.hFri Feb 08 08:4
I found the solution.
In the include section of the master/slave_config.c, it was:
#include
And then I changed it to:
#include
#include
#include
#include
#include
#include
#include
#include
#include "globals.h"
#include "slave.h"
#include "slave_config.h"
#include "device.h"
#include "d