I want to compile Realtek rtl8723be drivers for Solus. I have found this git repo which contains the driver: https://github.com/lwfinger/rtlwifi_new
I am trying to follow these steps:
make
sudo make install
sudo modprobe -rv rtl8723be
I get this output after running 'make':
$ make
make -C /lib/modules/4.16.7-66.current/build M=/home/priten/rtlwifi_new modules
make[1]: Entering directory '/usr/src/linux-headers-4.16.7-66.current'
Makefile:974: *** "Cannot generate ORC metadata for CONFIG_UNWINDER_ORC=y, please install libelf-dev, libelf-devel or elfutils-libelf-devel". Stop.
make[1]: Leaving directory '/usr/src/linux-headers-4.16.7-66.current'
make: *** [Makefile:58: all] Error 2