Hi Juanito
Compiling in a "Linux partition" is a good choice
http://tinycorelinux.net/12.x/x86_64/release/src/kernel/linux-5.10.3-patched.txzhttp://tinycorelinux.net/12.x/x86_64/release/src/kernel/config-5.10.3-tinycore64tce-load -iw compiletc.tcz
tce-load -iw perl5.tcz
tce-load -iw ncursesw-dev.tcz
tce-load -iw bc.tcz
tce-load -iw glibc_apps.tcz
tce-load -iw elfutils-dev.tcz
tar -xvf linux-5.10.3-patched.txz
cd linux-5.10.3
make mrproper
cp ../config-5.10.3-tinycore64 ./.config
make oldconfig
make menuconfig
Choose what I need:TARGET CORE
Device Driver-- <M> Generic Target Core Mod (TCM) and ConfigFS Infrastructure
<M> TCM/IBLOCK Subsystem Plugin for Linux/BLOCK
<M> TCM/FILEIO Subsystem Plugin for Linux/VFS
<M> TCM/pSCSI Subsystem Plugin for Linux/SCSI
<M> TCM/USER Subsystem Plugin for Linux
<M> TCM Virtual SAS target and Linux/SCSI LDD fabric loopback module
<M> TCM FC fabric Plugin
<M> Linux-iSCSI.org iSCSI Target Mode Stack
<M> Chelsio iSCSI target offload driver
<M> FireWire SBP-2 fabric module
[esc][esc]--[Save]
make
......
time: [2:56] CPU:i5-4210Y SSD:intel S3700 200G RAM: 8G
Generate the following file:
Module.symvers 1,197 KB
modules.builtin 15 KB
modules.builtin.modinfo 113 KB
modules.order 90 KB
System.map 4,239 KB
vmlinux 35,200 KB
vmlinux.o 32,173 KB
vmlinux.symvers 605 KB
----------------------------------------------
What should I do next? thank you!