nsa-325 creating module iscsi_target for 5.2.9 kernel June 24, 2020 02:38AM |
Registered: 10 years ago Posts: 11 |
apt-get install update dpkg -i /boot/linux-headers-5.2.9-kirkwood-tld-1_1.0_armel.deb cd /usr/src/linux-headers-5.2.9-kirkwood-tld-1/ apt-get install build-essential libncurses-dev chrpath gawk whiptail diffstat cpio libssl-dev make menuconfig # Here I selected Device Drivers ---> Generic Target Core Mod (TCM) and ConfigFS Infrastructure ---> Linux-iSCSI.org iSCSI Target Mode Stack make scripts # that failed on selinux, so I've disabled it and failed on byteshift includes being in different dirs, which I found patch for here wget --no-check-certificate https://raw.githubusercontent.com/armbian/build/master/patch/misc/headers-debian-byteshift.patch patch -p1 < headers-debian-byteshift.patch # however now it fails here, and I have found no way to continue root@debian:/usr/src/linux-headers-5.2.9-kirkwood-tld-1# make prepare make[1]: *** No rule to make target 'arch/arm/tools/syscall.tbl', needed by 'arch/arm/include/generated/uapi/asm/unistd-common.h'. Stop. make: *** [arch/arm/Makefile:322: archheaders] Error 2
Re: nsa-325 creating module iscsi_target for 5.2.9 kernel June 24, 2020 04:45PM |
Admin Registered: 13 years ago Posts: 18,997 |