Getting compilation errors, like:
core/rtw_security.c:2240:13: error: conflicting types for ‘sha256_init’; have ‘void(struct rtw_sha256_state *)’
2240 | static void sha256_init(struct rtw_sha256_state *md)
| ^~~~~~~~~~~
In file included from /usr/lib/modules/7.0.3-arch1-2/build/include/linux/bpf.h:10,
Should probably be fixed upstream?
Pinned Comments
dini commented on 2018-12-26 00:38 (UTC)
If a build error occurs: Downgrading both elfutils and libelf to 0.174-1 (+ adding them to IgnorePkg) and then upgrading linux, linux-headers, etc. worked for me. After rebooting, the driver compiled just fine.