2001-11-25 18:10:43

by Josep Lladonosa i Capell

[permalink] [raw]
Subject: kernel 2.4.16-pre1 not compiling without SMP

Hello,

just the subject :-)

--
Salutacions...Josep
http://www.geocities.com/SiliconValley/Horizon/1065/
--




2001-11-25 18:16:53

by David Relson

[permalink] [raw]
Subject: Re: kernel 2.4.16-pre1 not compiling without SMP

Josep,

My experience is different ...

I have a UP PentiumIII-500 machine on which I have built 2.4.16-pre1 using
a custom .config without SMP. The kernel built fine and is running fine.

David

At 01:10 PM 11/25/01, Josep Lladonosa i Capell wrote:
>Hello,
>
>just the subject :-)
>
>--
>Salutacions...Josep
>http://www.geocities.com/SiliconValley/Horizon/1065/
>--
>
>
>
>-
>To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
>the body of a message to [email protected]
>More majordomo info at http://vger.kernel.org/majordomo-info.html
>Please read the FAQ at http://www.tux.org/lkml/

2001-11-25 18:22:23

by Francois Romieu

[permalink] [raw]
Subject: Re: kernel 2.4.16-pre1 not compiling without SMP

Josep Lladonosa i Capell <[email protected]> :
[...]
> just the subject :-)

Compiled fine here. Check your tree/config and provide more info (.config,
compiler, message) if the problem persists. The file REPORTING-BUGS gives
some hints.

--
Ueimor

2001-11-25 19:10:45

by J Sloan

[permalink] [raw]
Subject: Re: kernel 2.4.16-pre1 not compiling without SMP

Josep Lladonosa i Capell wrote:

> Hello,
>
> just the subject :-)
>

Certainly it compiled for me without smp!

Perhaps you should send in some more
information so that it might be possible
to see what issues you may have -

linux distro & version?
compiler version?

cu

jjs

2001-11-25 20:38:05

by David Ford

[permalink] [raw]
Subject: Re: kernel 2.4.16-pre1 not compiling without SMP

After you have enabled SMP in a past configuration, to compile without
SMP, you must do a 'make distclean'. It's a bug in the current config
stuff that hasn't ever been addressed.

David

Francois Romieu wrote:

>Josep Lladonosa i Capell <[email protected]> :
>[...]
>
>>just the subject :-)
>>
>
>Compiled fine here. Check your tree/config and provide more info (.config,
>compiler, message) if the problem persists. The file REPORTING-BUGS gives
>some hints.
>


2001-11-26 01:48:33

by Keith Owens

[permalink] [raw]
Subject: Re: kernel 2.4.16-pre1 not compiling without SMP

On Sun, 25 Nov 2001 15:37:21 -0500,
David Ford <[email protected]> wrote:
>After you have enabled SMP in a past configuration, to compile without
>SMP, you must do a 'make distclean'. It's a bug in the current config
>stuff that hasn't ever been addressed.

Mainly because it is unfixable with the current kernel build system, it
needs a complete redesign. Why do you think I wrote kbuild 2.5?