after that trying to run "make install" cmd. its showing below error.
root@saurabh-s145:/usr/src/linux-5.5.8# make install sh ./arch/x86/boot/install.sh 5.5.8 arch/x86/boot/bzImage \ System.map "/boot" run-parts: executing /etc/kernel/postinst.d/apt-auto-removal 5.5.8 /boot/vmlinuz-5.5.8 run-parts: executing /etc/kernel/postinst.d/dkms 5.5.8 /boot/vmlinuz-5.5.8 * dkms: running auto installation service for kernel 5.5.8 Kernel preparation unnecessary for this kernel. Skipping...
Building module: cleaning build area... 'make' -j4 KVER=5.5.8...(bad exit status: 2) ERROR (dkms apport): binary package for rtl8821ce: v5.5.2_34066.20190614 not found Error! Bad return status for module build on kernel: 5.5.8 (x86_64) Consult /var/lib/dkms/rtl8821ce/v5.5.2_34066.20190614/build/make.log for more information. [ OK ] run-parts: executing /etc/kernel/postinst.d/initramfs-tools 5.5.8 /boot/vmlinuz-5.5.8 update-initramfs: Generating /boot/initrd.img-5.5.8 run-parts: executing /etc/kernel/postinst.d/unattended-upgrades 5.5.8 /boot/vmlinuz-5.5.8 run-parts: executing /etc/kernel/postinst.d/update-notifier 5.5.8 /boot/vmlinuz-5.5.8 run-parts: executing /etc/kernel/postinst.d/zz-update-grub 5.5.8 /boot/vmlinuz-5.5.8 Sourcing file `/etc/default/grub' Generating grub configuration file ... Found linux image: /boot/vmlinuz-5.5.8 Found initrd image: /boot/initrd.img-5.5.8 Found linux image: /boot/vmlinuz-5.4.0-48-generic Found initrd image: /boot/initrd.img-5.4.0-48-generic Found linux image: /boot/vmlinuz-5.4.0-47-generic Found initrd image: /boot/initrd.img-5.4.0-47-generic Found Windows Boot Manager on /dev/nvme0n1p1@/EFI/Microsoft/Boot/bootmgfw.efi Adding boot menu entry for EFI firmware configuration done root@saurabh-s145:/usr/src/linux-5.5.8#
the log file is at this path "/var/lib/dkms/rtl8821ce/v5.5.2_34066.20190614/build/make.log".
DKMS make.log for rtl8821ce-v5.5.2_34066.20190614 for kernel 5.5.8 (x86_64) Mon Nov 23 11:53:51 IST 2020 /bin/sh: 1: -dumpversion: not found (standard_in) 1: syntax error make[2]: *** No targets. Stop.
while building the kernel i tried to run "make " command below error has been occurred.
[root@localhost linux-5.5.8]# make
scripts/kconfig/conf --syncconfig Kconfig
CALL scripts/checksyscalls.sh
CALL scripts/atomic/check-atomics.sh
DESCEND objtool
CHK include/generated/compile.h
CHK kernel/kheaders_data.tar.xz
TEST posttest
arch/x86/tools/insn_decoder_test: success: Decoded and checked 5970571 instructions
TEST posttest
arch/x86/tools/insn_sanity: Success: decoded and checked 1000000 random instructions with 0 errors (seed:0xf6a93)
LD arch/x86/boot/compressed/vmlinux
ld: arch/x86/boot/compressed/pgtable_64.o:(.bss+0x0): multiple definition of `__force_order'; arch/x86/boot/compressed/kaslr_64.o:(.bss+0x0): first defined here