Erro em make install arch/x86/Makefile:245: *** Você está construindo o kernel com um compilador não retpoline, atualize seu compilador.. Pare

Erro em make install arch/x86/Makefile:245: *** Você está construindo o kernel com um compilador não retpoline, atualize seu compilador.. Pare

Tenho tentado seguir os passos indicados neste site http://ubuntuhandbook.org/index.php/2018/08/no-wifi-adapter-found-hp-laptops-ubuntu-18-04/ para instalar um driver de dispositivo de adaptador WiFi em meu laptop HP. No entanto, quando eu uso o sudo make install comando, recebo o erro

make -C /lib/modules/4.15.0-50-generic/build M=/home/keith/rtlwifi_new modules
make[1]: Entering directory '/usr/src/linux-headers-4.15.0-50-generic'
arch/x86/Makefile:156: CONFIG_X86_X32 enabled but no binutils support
arch/x86/Makefile:245: *** You are building kernel with non-retpoline compiler, please update your compiler..  Stop.
make[1]: Leaving directory '/usr/src/linux-headers-4.15.0-50-generic'
Makefile:87: recipe for target 'all' failed
make: *** [all] Error 2

Imagem de erro

Eu também tentei usar comandos

sudo make clean
sudo make 

Resultado:


make -C /lib/modules/4.15.0-50-generic/build M=/home/keith/rtlwifi_new modules
make[1]: Entering directory '/usr/src/linux-headers-4.15.0-50-generic'
arch/x86/Makefile:156: CONFIG_X86_X32 enabled but no binutils support
arch/x86/Makefile:245: *** You are building kernel with non-retpoline compiler, please update your compiler..  Stop.
make[1]: Leaving directory '/usr/src/linux-headers-4.15.0-50-generic'
Makefile:87: recipe for target 'all' failed
make: *** [all] Error 2

O que devo fazer para corrigir esse erro com o make?

informação relacionada