Thanks Dean,
I downloaded the latest version from the repository package.
Fixed most of the issues, although I have a problem with 'sli.c'.
Am told :
sli.c:194:5: error: this decimal constant is unsigned only in ISO C90 [-Werror]
Tried fixing this by adding long and unsigned prefixes to the declaration of the 'number' variable of type int32_t.
What do I have to change in the 'sli.c' file ?
Thanks
Christophe