Re: Kernel still not compiling


Subject: Re: Kernel still not compiling
From: John Norair (splinemodel@mac.com)
Date: Thu Aug 30 2001 - 17:17:44 MDT


On Thursday, August 30, 2001, at 04:53 PM, Isak Lyberth wrote:

> /usr/src/linux-2.4.10-pre2/include/linux/vt_kern.h:35: parse error
> before `.'
> make[3]: *** [keyboard.o] Error 1
> make[3]: Leaving directory `/usr/src/linux-2.4.10-pre2/drivers/char'
> make[2]: *** [first_rule] Error 2
> make[2]: Leaving directory `/usr/src/linux-2.4.10-pre2/drivers/char'
> make[1]: *** [_subdir_char] Error 2
> make[1]: Leaving directory `/usr/src/linux-2.4.10-pre2/drivers'
> make: *** [_dir_drivers] Error 2
>
> Whats the problem?

Judging by the error messages, I'd check to make sure your character
handling is kosher. That is, the way your terminal does characters.

However:

I bet if you go to the file
/usr/src/linux-2.4.10-pre2/include/linux/vt_kern.h (line 35) there is an
easy to fix bug. Looks like someone left out a semicolon or a quotation
mark by the error. So, just make that modification into the source and
recompile. Should be cake, though it may be a bit daunting if you
haven't ever programmed before.

Cheers,
John Norair



This archive was generated by hypermail 2a24 : Thu Aug 30 2001 - 16:27:13 MDT