On 10/19/2018 09:16 AM, Philippe Gerum wrote:
> On 10/18/2018 04:37 PM, Sebastian Smolorz wrote:
> > Nevertheless, I guess there is an issue with the definition of const
> > (line 50) in include/boilerplate/compiler.h. It does work with gcc
> > 5.4 but not with gcc 4.3.5.
> 
> Could you elaborate on this? Which error pops us, in which context?

Compilation of libboilerplate and libiniparser (master and next) fails 
with a cross gcc 4.3.5 for x86_32 (i586) targets. If I change the line 
mentioned above into

#define __const const

the error does not pop up any more. Works also when I completely remove 
the #define __const.

-- 
Sebastian




_______________________________________________
Xenomai mailing list
Xenomai@xenomai.org
https://xenomai.org/mailman/listinfo/xenomai

Reply via email to