On Sat, Mar 27, 1999 at 08:08:44PM -0800, Mark Wagnon wrote: > Hi all- > > I was trying to compile the 2.0.36 kernel on my slink system to include > support for sound. > > I went through the make xconfig deal and typed make dep and make clean > without incident. However when I tried to make zImage I got the > following output: > > [error-text snipped]
Try running "dpkg -l|grep gcc", and make sure that you have gcc installed instead of/in addition to egcc. If memory serves, there are problems related to compiling the 2.0.x kernels with egcc, and so they have #error directives set up in order to disallow it. After installing gcc (assuming that it's not installed at all), you may need to do something like "export CC=/usr/bin/gcc" prior to building the kernel.