Hello everyone,
I have a problem with compilation of tiny core kernel,
i want to change the cpu type to 386 and enable math emulation.
I have read the "Custom Kernel" in the wiki tiny core, and installed compiletc.tcz
I have downloaded this kernel :
ftp://ftp.ibiblio.org/pub/linux/distributions/tinycorelinux/2.x/release/src/linux-2.6.29.1-patched.tar.bz2I have downloaded this config :
ftp://ftp.ibiblio.org/pub/linux/distributions/tinycorelinux/2.x/release/src/config-2.6.29.1-tinycoreExtract the kernel in a directory on a usb key (from a tiny core installation), copy the downloaded config file in the kernel extract directory (with name: config)
and i have execute thi command in the extract kernel directory:
make oldconfig (all ok)
make menuconfig (change cpu type and enable math emulation, save all ok)
make bzImage (see the error below)
CHK include/linux/version.h
CHK include/linux/utsrelease.h
SYMLINK include/asm -> include/asm-x86
ln: include/asm: Operation not permitted
make: *** [include/asm] Error 1
Why
can you help me to compile the kernel with 386 cpu and math emulation?
Thanks