The particular problem I had is flexible array members in Slab::Block
and Slab::Entry. Changing

char data[];

to

char data[0];

in Slab::Entry and similarly in Slab::Block let me parse slab.cc and
my problem solved.

I wonder if you would accept these changes as a minor fix if I follow
the "Contributing to Genode" guideline?


Best regards,
Keiko

On 3 November 2016 at 16:55, Keiko Nakata <keko.nak...@gmail.com> wrote:
> Hallo!
>
> Is the Genode framework source code compatible with Clang?
>
>
> Best regards,
> Keiko

------------------------------------------------------------------------------
Developer Access Program for Intel Xeon Phi Processors
Access to Intel Xeon Phi processor-based developer platforms.
With one year of Intel Parallel Studio XE.
Training and support from Colfax.
Order your platform today. http://sdm.link/xeonphi
_______________________________________________
genode-main mailing list
genode-main@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/genode-main

Reply via email to