Open mejgun opened 1 year ago
distro: gentoo stable
if kernel compiled manually with gcc (default compiler), everything works perfectly fine
if binary kernel used or compiled manually with clang, then
make
gcc: error: unrecognized command line option ‘-Qunused-arguments’
make CC=clang
ERROR: "is_broadcast_mac_addr" [] undefined!
i found workaround by replacing extern inline to static inline in include/ieee80211.h
extern inline
static inline
include/ieee80211.h
from here
distro: gentoo stable
if kernel compiled manually with gcc (default compiler), everything works perfectly fine
if binary kernel used or compiled manually with clang, then
make
fails with errorgcc: error: unrecognized command line option ‘-Qunused-arguments’
, etcmake CC=clang
fails withERROR: "is_broadcast_mac_addr" [] undefined!