On Thursday 28 March 2002 11:21 am, you wrote: > Here are the details on what I did in trying to simply recompile MDK > kernel: (1) made sure gcc was installed: gcc-2.96-0.76mdk > (2) made sure kernel source files were installed: > kernel-headers-2.4.18-25mdk and kernel-source-2.4.18-6mdk
(2.5) make mrproper. This sounds quite similar to a problem that I was having, this was the solution I found in the archives, and it worked for me. > (3) copied /usr/src/linux/arch/i386/defconfig to /usr/source/linux/.config > (4) make oldconfig > (5) make dep && make clean > (6) make bzImage > Runs for a while and then ends in some file with an error like: > tty_io.c: In function `release_dev': > tty_io.c:1277: Internal error: Segmentation fault. > Please submit a full bug report..... > > Norm Barry
