Building with Clang
|
2018-09-07, 16:01
Post: #1
|
|||
|
|||
Building with Clang
It appears that iPXE can't be built with Clang. I tried and ran into issues, particularly:
core/settings.c:310:8: error: fields must have a constant size: 'variable length array in structure' extension will never be supported char name[ strlen ( name ) + 1 /* NUL */ ]; This is after making with NO_WERROR=1 to get around several clang warning as well. This is with clang version 4.0.1-10. |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
Building with Clang - mtg - 2018-09-07 16:01
RE: Building with Clang - NiKiZe - 2018-09-07, 21:58
RE: Building with Clang - sherpya - 2018-09-09, 01:57
|
User(s) browsing this thread: 1 Guest(s)