Re: kernel 2.4-22 won't compile...

From: Bob Chiodini
Date: Wed Nov 26 2003 - 14:04:07 EST


On Wed, 2003-11-26 at 13:35, rgx wrote:
> Bob Chiodini schrieb am Mittwoch, 26. November 2003 19:13:
> > On Wed, 2003-11-26 at 11:49, rgx wrote:
> > > > Did you 'make oldconfig'?
> > >
> > > Yes, sure :) The NLS_DEFAULT... is not defined for some reason...
> > > I could replace it with the needed content in the source code if I
> > > knew its format...
> >
> > Sorry, had to ask.
> >
> > My 2.4.20 .config defines:
> >
> > CONFIG_NLS_DEFAULT="iso8859-1"
>
> yes, this is in my .config file, too, but for gcc it has to be converted
> to a
> #define CONFIG_NLS_DEFAULT <something> line - and I think that it
> shouldn't be just a string there...

See include/linux/autoconf.h: around line 2167, my 2.4.20 source:

#define CONFIG_NLS_DEFAULT "iso8859-1"

Which corresponds to its usage in /data/src/linux-2.4.22/fs/fat/inode.c,
char *.

Is this a ix86 kernel?

Bob..

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/