Learn Tiny Core. View Tiny Core Screen Shots and Videos.
config RT2800PCI_RT53XX bool "rt2800pci - Include support for rt53xx devices (EXPERIMENTAL)"
tc@box:~/kernel/linux-4.19.10$ make menuconfigscripts/kconfig/mconf Kconfig*** End of the configuration.*** Execute 'make' to start the build or try 'make help'.tc@box:~/kernel/linux-4.19.10$ make modules HOSTCC scripts/kconfig/conf.o HOSTLD scripts/kconfig/confscripts/kconfig/conf --syncconfig Kconfig SYSTBL arch/x86/include/generated/asm/syscalls_32.h SYSHDR arch/x86/include/generated/uapi/asm/unistd_32.h SYSHDR arch/x86/include/generated/uapi/asm/unistd_64.h SYSHDR arch/x86/include/generated/uapi/asm/unistd_x32.h HOSTCC arch/x86/tools/relocs_32.o HOSTCC arch/x86/tools/relocs_64.o HOSTCC arch/x86/tools/relocs_common.o HOSTLD arch/x86/tools/relocs UPD include/config/kernel.release WRAP arch/x86/include/generated/uapi/asm/bpf_perf_event.h WRAP arch/x86/include/generated/uapi/asm/poll.h WRAP arch/x86/include/generated/asm/dma-contiguous.h WRAP arch/x86/include/generated/asm/early_ioremap.h WRAP arch/x86/include/generated/asm/export.h WRAP arch/x86/include/generated/asm/mcs_spinlock.h WRAP arch/x86/include/generated/asm/mm-arch-hooks.h UPD include/generated/uapi/linux/version.h UPD include/generated/utsrelease.h CC kernel/bounds.s UPD include/generated/bounds.h/bin/sh: bc: not foundmake[1]: *** [Kbuild:42: include/generated/timeconst.h] Error 127make: *** [Makefile:1102: prepare0] Error 2tc@box:~/kernel/linux-4.19.10$
I got through the menuconfig, saved as .config then: ...
cp ../config-4.19.10-tinycore ./.config
make menuconfig
Do note: You will need at least 12GB of free space on your local drive to get through the kernel compilation process. So make sure you have enough space.
CC sound/usb/usx2y/snd-usb-usx2y.mod.o LD [M] sound/usb/usx2y/snd-usb-usx2y.ko CC sound/x86/snd-hdmi-lpe-audio.mod.o LD [M] sound/x86/snd-hdmi-lpe-audio.ko CC virt/lib/irqbypass.mod.o LD [M] virt/lib/irqbypass.kotc@box:~/kernel/linux-4.19.10$ tc@box:~/kernel/linux-4.19.10/include/generated$ lssh: tc@box:~/kernel/linux-4.19.10/include/generated$: not foundtc@box:~/kernel/linux-4.19.10$ autoconf.h timeconst.h.tmp utsrelease.hsh: autoconf.h: not foundtc@box:~/kernel/linux-4.19.10$ bounds.h uapi/sh: bounds.h: not foundtc@box:~/kernel/linux-4.19.10$ tc@box:~/kernel/linux-4.19.10/include/generated$ lssh: tc@box:~/kernel/linux-4.19.10/include/generated$: not foundtc@box:~/kernel/linux-4.19.10$ autoconf.h timeconst.h.tmp utsrelease.hsh: autoconf.h: not foundtc@box:~/kernel/linux-4.19.10$ bounds.h uapi/sh: bounds.h: not found