All of lore.kernel.org
 help / color / mirror / Atom feed
* 2.6.23-rc9 compile error drivers/video/fbmon.c
@ 2007-10-08 22:00 Helge Hafting
  2007-10-08 22:07 ` Randy Dunlap
  2007-10-08 22:12 ` Adrian Bunk
  0 siblings, 2 replies; 4+ messages in thread
From: Helge Hafting @ 2007-10-08 22:00 UTC (permalink / raw)
  To: Linux Kernel ML

  CC      drivers/video/fbmon.o
drivers/video/fbmon.c: In function ‘fb_parse_edid’:
drivers/video/fbmon.c:867: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attrib
_’ before ‘*’ token
drivers/video/fbmon.c:867: error: ‘block’ undeclared (first use in this func
)

This line reads:
    unsigned char$*block;

Source error, or is my tree simply corrupt?

Helge Hafting

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: 2.6.23-rc9 compile error drivers/video/fbmon.c
  2007-10-08 22:00 2.6.23-rc9 compile error drivers/video/fbmon.c Helge Hafting
@ 2007-10-08 22:07 ` Randy Dunlap
  2007-10-08 22:12 ` Adrian Bunk
  1 sibling, 0 replies; 4+ messages in thread
From: Randy Dunlap @ 2007-10-08 22:07 UTC (permalink / raw)
  To: Helge Hafting; +Cc: Linux Kernel ML

On Tue, 09 Oct 2007 00:00:38 +0200 Helge Hafting wrote:

>   CC      drivers/video/fbmon.o
> drivers/video/fbmon.c: In function ‘fb_parse_edid’:
> drivers/video/fbmon.c:867: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attrib
> _’ before ‘*’ token
> drivers/video/fbmon.c:867: error: ‘block’ undeclared (first use in this func
> )
> 
> This line reads:
>     unsigned char$*block;
> 
> Source error, or is my tree simply corrupt?

Hi,
It's a space in my kernel source file.

---
~Randy

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: 2.6.23-rc9 compile error drivers/video/fbmon.c
  2007-10-08 22:00 2.6.23-rc9 compile error drivers/video/fbmon.c Helge Hafting
  2007-10-08 22:07 ` Randy Dunlap
@ 2007-10-08 22:12 ` Adrian Bunk
  2007-10-08 22:16   ` Helge Hafting
  1 sibling, 1 reply; 4+ messages in thread
From: Adrian Bunk @ 2007-10-08 22:12 UTC (permalink / raw)
  To: Helge Hafting; +Cc: Linux Kernel ML

On Tue, Oct 09, 2007 at 12:00:38AM +0200, Helge Hafting wrote:
>  CC      drivers/video/fbmon.o
> drivers/video/fbmon.c: In function ‘fb_parse_edid’:
> drivers/video/fbmon.c:867: error: expected ‘=’, ‘,’, ‘;’, 
> ‘asm’ or ‘__attrib
> _’ before ‘*’ token
> drivers/video/fbmon.c:867: error: ‘block’ undeclared (first use in this 
> func
> )
>
> This line reads:
>    unsigned char$*block;
>
> Source error, or is my tree simply corrupt?

The $ is a space character in my copy of the tree, so it seems to be a 
corrupted tree with a bit error on your side ($ and the space character 
differ by only one bit).

> Helge Hafting

cu
Adrian

-- 

       "Is there not promise of rain?" Ling Tan asked suddenly out
        of the darkness. There had been need of rain for many days.
       "Only a promise," Lao Er said.
                                       Pearl S. Buck - Dragon Seed


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: 2.6.23-rc9 compile error drivers/video/fbmon.c
  2007-10-08 22:12 ` Adrian Bunk
@ 2007-10-08 22:16   ` Helge Hafting
  0 siblings, 0 replies; 4+ messages in thread
From: Helge Hafting @ 2007-10-08 22:16 UTC (permalink / raw)
  To: Adrian Bunk; +Cc: Linux Kernel ML

Adrian Bunk wrote:
> On Tue, Oct 09, 2007 at 12:00:38AM +0200, Helge Hafting wrote:
>   
>>  CC      drivers/video/fbmon.o
>> drivers/video/fbmon.c: In function ‘fb_parse_edid’:
>> drivers/video/fbmon.c:867: error: expected ‘=’, ‘,’, ‘;’, 
>> ‘asm’ or ‘__attrib
>> _’ before ‘*’ token
>> drivers/video/fbmon.c:867: error: ‘block’ undeclared (first use in this 
>> func
>> )
>>
>> This line reads:
>>    unsigned char$*block;
>>
>> Source error, or is my tree simply corrupt?
>>     
>
> The $ is a space character in my copy of the tree, so it seems to be a 
> corrupted tree with a bit error on your side ($ and the space character 
> differ by only one bit).
>   
I downloaded a new tree.
That file has quite a few single-bit errors in my old tree.
Mostly of the +16 variety.
Seems I have to look for bad memory :-( :-( :-(

Helge Hafting

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2007-10-08 22:17 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-10-08 22:00 2.6.23-rc9 compile error drivers/video/fbmon.c Helge Hafting
2007-10-08 22:07 ` Randy Dunlap
2007-10-08 22:12 ` Adrian Bunk
2007-10-08 22:16   ` Helge Hafting

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.