RE: Kernel still not compiling


Subject: RE: Kernel still not compiling
From: Isak Lyberth (ily@serv01.vejlehs.dk)
Date: Thu Aug 30 2001 - 23:51:06 MDT


I looked in the file and found nothing wrong (in my lacking inexperience of
course)
except that in kdb_repeat and the kbd_rate functions or structures doesn't
seem to be declared anywhere.

Regards Isak

-----Original Message-----
From: John Norair
To: yellowdog-general@lists.yellowdoglinux.com
Sent: 8/31/01 1:17 AM
Subject: Re: Kernel still not compiling

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 - 23:01:12 MDT