USB installation of CentOS 8.2.2004 minimum version to a PC, the PC has no other networking equipment, only a small USB Wifi card, model is TP - LINK TL - WN725N, TP - LINK on the website to download the Linux driver installation is compiled (https://static.tp-link.com/2018/201802/20180227/TL-WN725N_V3_Linux.zip), encountered the following error:
The arch/x86/Makefile: 184: * * * Compiler lacks, asm - goto support.. Stop. Make: * * */Makefile: 1367: modules Error 2
Original installation the smallest version of CentOS 8.2.2004 minimal is no GCC/make/kernel dev, so I have to separate with RPM packages individually installed, installed packages as shown in the following
The RPM - qa | grep kernel
The kernel - tools - libs - 4.18.0-193. El8. X86_64
The kernel modules - 4.18.0-193. El8. X86_64
The kernel - tools - 4.18.0-193. El8. X86_64
The kernel - 4.18.0-193. El8. X86_64
The kernel - core - 4.18.0-193. El8. X86_64
The kernel - devel - 4.18.0-193. El8. X86_64
The RPM - qa | grep GCC
GCC - 8.3.1-5. El8.0.2. X86_64
GCC - toolset - 9 - the runtime - 9.0-4. El8. X86_64
Libgcc 8.3.1-5. El8.0.2. X86_64
GCC - c + + - 8.3.1-5. El8.0.2. X86_64
The RPM - qa | grep make
Cmake 3.11.4-7. El8. X86_64
Automake - 1.16.1-6. El8. Noarch
The make - 2-10. El8. X86_64
The as - version
The GNU assembler version 2.30-73. El8 Copyright (C) 2018 Free Software Foundation, Inc. This program is Free Software; You may redistribute it under the terms of the GNU General Public License version 3 or later. This program has absolutely no giant. This assembler was configured for the target of a ` x86_64 -- redhat Linux. '
Uname -r
4.18.0-193. El8. X86_64
The cat/proc/version
Linux vrsion 4.18.0-193. El8. X86_64 ([email protected]) (GCC version 8.3.1 20191121 (Red Hat 8.3.1-5) (GCC)) # 1 SMP Fri 10:59:10 UTC May 8 2020
These packages installed after the compilation, the above error,
Head, don't know where is wrong, please advice,
Thanks