From: James R. L. <jl...@mi...> - 2000-05-23 23:53:58
|
Is anyone else having probelm compile there own kernel with pre8? tar -zxvf linux-2.3.99-pre8.tar.gz cd linux bzip2 -dc ../patch-2.3.99-pre8.bz2 | patch -p1 cd include/asm ln -s ../asm-i386 arch cd ../../ cd arch/um/include/ ln -s sysdep-i386 sysdep cd ../../../ make menuconfig make dep ; make linux The resulting "kernel" hangs in select() right after getting a sigtrap. Obviously I'm screwing something up. Host system is rh 6.1 running a 2.3.99-pre6 kernel Any help would be greatly appreciated. Jim -- James R. Leu |