Hi,
My goal is eventually play with the kernel/config file, but I'm starting small.
I read the wiki page wiki.tinycorelinux.net/wiki:custom_kernel
Since I wanted the simplest and fastest way to learn how to compile a kernel,
I've downloaded tinycorelinux.net/4.x/x86/release/src/kernel/config-3.0.21-tinycore
(renamed it to .config)
and /tinycorelinux.net/4.x/x86/release/src/kernel/linux-3.0.21-patched.txz
(both from tinycorelinux.net/4.x/x86/release/src/kernel/)
Next, I tried to use the "make" command but tc wouldn't recognize it.
Searched a bit and found "compiletc.tcz", and loaded it.
Now my error is it says "no rule to make target XXXXX" (no matter what the XXXXX is substituted with).
I guess I'm missing something extremely elementary here, but I've no idea what.
Oh, and I unpacked the kernel and copied the .config file to both top directory (called it linux-3.0.21) and linux-3.0.21/kernel.
Thanks for any tip,
Eitan