make install arch/x86/Makefile:245 でエラーが発生しました: *** 非 retpoline コンパイラでカーネルをビルドしています。コンパイラを更新してください。停止

make install arch/x86/Makefile:245 でエラーが発生しました: *** 非 retpoline コンパイラでカーネルをビルドしています。コンパイラを更新してください。停止

私はこのサイトで示されている手順に従おうとしています http://ubuntuhandbook.org/index.php/2018/08/no-wifi-adapter-found-hp-laptops-ubuntu-18-04/ HPラップトップにWiFiアダプタデバイスドライバをインストールしたいのですが、 sudo make install コマンドを使用するとエラーが発生します

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

エラーの画像

コマンドも使ってみました

sudo make clean
sudo make 

結果:


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

make でこのエラーを修正するにはどうすればいいですか?

関連情報