lwfinger / rtl8723du

88 stars 44 forks source link

build against clang compiled kernel #34

Open mejgun opened 1 year ago

mejgun commented 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

screenshot-2022-12-12--14-02-24-window

screenshot-2022-12-12--14-00-45-window

mejgun commented 1 year ago

i found workaround by replacing extern inline to static inline in include/ieee80211.h

from here