Hi All,
I am building out of tree kernel module.
I am trying to include user-space lib into the kernel module
I reference include file of this lib to use the API. I got the following warning during make
"__STDC_VERSION__" is not defined, evaluates to 0
But continues and resulted module works,
I see from https://gcc.gnu.org/onlinedocs/cpp/Standard-Predefined-Macros.html
that _STDC_VERSION__ is a built-in gcc macro, so I think that evenh
kernel compilation should be able to see it.
Please comment
Lev.
I am building out of tree kernel module.
I am trying to include user-space lib into the kernel module
I reference include file of this lib to use the API. I got the following warning during make
"__STDC_VERSION__" is not defined, evaluates to 0
But continues and resulted module works,
I see from https://gcc.gnu.org/onlinedocs/cpp/Standard-Predefined-Macros.html
that _STDC_VERSION__ is a built-in gcc macro, so I think that evenh
kernel compilation should be able to see it.
Please comment
Lev.
_______________________________________________ Linux-il mailing list Linux-il@cs.huji.ac.il http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il