Hi,
On Mon, 20 Nov 2000, James Mastros wrote:
> On Mon, Nov 20, 2000 at 06:15:33PM +0100, Ferdinand Tempel wrote:
> > 2) Compile THE SAME 2.4.0test11-pre7 as uniprocessor, with THE ONLY change
> > in the config being the SMP flag, and the kernel fails to compile.
> > Kludged around that (putting a '1' in place of some variable in a header
> > file), the kernel boots fine, but refuses to load the module with said
> > result.
> Ah, how did you change the flag? If you simply edited the file, did you do
> a "make oldconfig" so the build system picks it up? If not, the makefiles
> will pick it up, but #ifdefs won't.
>
I tend to use menuconfig.
Hey, I'm a sucker for pretty colours :P
> I had the same problem switching between configs by mv'ing the .config files.
>
> > (btw, with 'recompile', I recompile _everything_. Kernel AND modules)
> Did you make clean? If so, my argument dosn't hold water.
make dep && make clean && make bzImage && make modules && make
modules_install
That's my standard line on kernel compiles...
Regards,
Ferdinand O. Tempel