On Thursday 13 November 2003 19:29, John Wendel wrote: > On Thu, 13 Nov 2003 12:15:56 -0600 (CST) -- "Justin L Croonenberghs" <danruiid@xxxxxxxxxxxxxx> wrote: > > David C. Hart said: > > >> make mrproper > > >> make oldconfig > > >> make dep > > >> make clean > > >> make bzImage > > >> make modules > > >> make modules_install > > >> make install > > > > > > Maybe it's me but I'm a tad confused. If you make mrproper after > > > editing the configuration you are wiping out the configuration - > > > right? > > > > Look again; I'm using the default configuration that comes with the > > kernel. 'oldconfig' just goes through and answers all the config > > questions using the default responses. > > > > But, I'll try and build it again...see if I can find my error. > > Did you do the CC=gcc32 thing ? > > > Regards, The Makefile contains: CROSS_COMPILE= CC = $(CROSS_COMPILE)gcc32 so I don't think he should have had that problem. Regards, Mike Klinke