Closed arteze closed 2 years ago
The actual problem here is that __inline__
was not recognized as a keyword. I have added it, together with some other extension keywords.
Another problem I encountered trying to include this header myself was __builtin_constant_p
, which I also implemented. These linux headers assume lots of non-standard stuff, so I expect there to be more issues. For example, the inline instruction "bswapl" as shown is not implemented yet.
Thanks for reporting!
I'm trying to compile something what do you need
__builtin_bswap32
:For this, I include
linux/swab.h
:Error:
/usr/include/asm/swab.h:7
I imagine that this appears because don't support
static __inline__