On Thu, May 5, 2022 at 4:56 PM Grau, Gunter via Xenomai
<xenomai@xenomai.org> wrote:
>
>
> Hi,
>
> We are trying to port our application to Xenomai 3.2.
> The source is c++ and we use in some parts C++11 elements. Therefore the 
> compile switch is set to -std=c++11.

Since Xenomai uses GNU extensions you need to use -std=gnu++11 instead
of -std=c++11.

-- 
Thanks,
//richard

Reply via email to