root@WJHWPC:/home# arm-rockchip830-linux-uclibcgnueabihf-gcc test.c In file included from test.c:2: test.c:17:15: error: expected declaration specifiers or '...' before '__builtin_offsetof' static_assert(offsetof(struct Foo, a) == 0, "First element of struct does not have offset 0"); ^~~~~~~~ test ...