All of lore.kernel.org
 help / color / mirror / Atom feed
* Error compiling after cg-update
@ 2006-06-23 21:21 Luís Cargnini
  2006-06-23 22:07 ` Kevin Hilman
  0 siblings, 1 reply; 5+ messages in thread
From: Luís Cargnini @ 2006-06-23 21:21 UTC (permalink / raw)
  To: OMAP

Hi, I've upgrade my kernel source tree.  after that i try to recompilate and
this occur:

arch/arm/plat-omap/clock.c:31: error: static declaration of 'clocks' follows
non-static declaration
include/asm/arch/clock.h:51: error: previous declaration of 'clocks' was
here
arch/arm/plat-omap/clock.c:33: error: static declaration of 'clockfw_lock'
follows non-static declaration
include/asm/arch/clock.h:52: error: previous declaration of 'clockfw_lock'
was here


-- 
Thanks && Regards
Msc. Bsc. Luís Vitório Cargnini
IEEE Member
Mastering Degree student @ PUC-RS Electrical Engineer Faculty

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

* Re: Error compiling after cg-update
  2006-06-23 21:21 Error compiling after cg-update Luís Cargnini
@ 2006-06-23 22:07 ` Kevin Hilman
  2006-06-24 20:54   ` Luís Vitório Cargnini
  2006-06-25 16:02   ` Dirk Behme
  0 siblings, 2 replies; 5+ messages in thread
From: Kevin Hilman @ 2006-06-23 22:07 UTC (permalink / raw)
  To: lvcargnini; +Cc: OMAP

You must be using gcc4.  Apply my gcc4 patch from yesterday to fix this
problem.  I'll be pushing it soon.

Kevin

On Fri, 2006-06-23 at 18:21 -0300, Luís Cargnini wrote:
> Hi, I've upgrade my kernel source tree.  after that i try to recompilate and
> this occur:
> 
> arch/arm/plat-omap/clock.c:31: error: static declaration of 'clocks' follows
> non-static declaration
> include/asm/arch/clock.h:51: error: previous declaration of 'clocks' was
> here
> arch/arm/plat-omap/clock.c:33: error: static declaration of 'clockfw_lock'
> follows non-static declaration
> include/asm/arch/clock.h:52: error: previous declaration of 'clockfw_lock'
> was here
> 
> 

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

* Re: Error compiling after cg-update
  2006-06-23 22:07 ` Kevin Hilman
@ 2006-06-24 20:54   ` Luís Vitório Cargnini
  2006-06-25 16:02   ` Dirk Behme
  1 sibling, 0 replies; 5+ messages in thread
From: Luís Vitório Cargnini @ 2006-06-24 20:54 UTC (permalink / raw)
  To: OMAP

i'm using the denx toolchain.


On 6/23/06, Kevin Hilman <khilman@deeprooted.net> wrote:
>
> You must be using gcc4.  Apply my gcc4 patch from yesterday to fix this
> problem.  I'll be pushing it soon.
>
> Kevin
>
> On Fri, 2006-06-23 at 18:21 -0300, Luís Cargnini wrote:
> > Hi, I've upgrade my kernel source tree.  after that i try to recompilate
> and
> > this occur:
> >
> > arch/arm/plat-omap/clock.c:31: error: static declaration of 'clocks'
> follows
> > non-static declaration
> > include/asm/arch/clock.h:51: error: previous declaration of 'clocks' was
> > here
> > arch/arm/plat-omap/clock.c:33: error: static declaration of
> 'clockfw_lock'
> > follows non-static declaration
> > include/asm/arch/clock.h:52: error: previous declaration of
> 'clockfw_lock'
> > was here
> >
> >
>
>


-- 
Thanks && Regards
Msc. Bsc. Luís Vitório Cargnini
IEEE Member
Mastering Degree student @ PUC-RS Electrical Engineer Faculty

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

* Re: Error compiling after cg-update
  2006-06-23 22:07 ` Kevin Hilman
  2006-06-24 20:54   ` Luís Vitório Cargnini
@ 2006-06-25 16:02   ` Dirk Behme
  2006-06-26  3:58     ` Luís Vitório Cargnini
  1 sibling, 1 reply; 5+ messages in thread
From: Dirk Behme @ 2006-06-25 16:02 UTC (permalink / raw)
  To: Kevin Hilman, lvcargnini; +Cc: OMAP

Kevin Hilman wrote:
> You must be using gcc4.  Apply my gcc4 patch from yesterday to fix this
> problem.  I'll be pushing it soon.

Just fyi: My gcc 4.1.0 (you know, that one with the ALSA 
optimization issue ;) ) compiles this okay using recent git. 
And the gcc4 clock.h patch is already applied.

Dirk

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

* Re: Error compiling after cg-update
  2006-06-25 16:02   ` Dirk Behme
@ 2006-06-26  3:58     ` Luís Vitório Cargnini
  0 siblings, 0 replies; 5+ messages in thread
From: Luís Vitório Cargnini @ 2006-06-26  3:58 UTC (permalink / raw)
  To: OMAP

how i said i'm using the denx toolchain how could i apply this patch on denx
toolchain ?

On 6/25/06, Dirk Behme <dirk.behme@googlemail.com> wrote:
>
> Kevin Hilman wrote:
> > You must be using gcc4.  Apply my gcc4 patch from yesterday to fix this
> > problem.  I'll be pushing it soon.
>
> Just fyi: My gcc 4.1.0 (you know, that one with the ALSA
> optimization issue ;) ) compiles this okay using recent git.
> And the gcc4 clock.h patch is already applied.
>
> Dirk
>



-- 
Thanks && Regards
Msc. Bsc. Luís Vitório Cargnini
IEEE Member
Mastering Degree student @ PUC-RS Electrical Engineer Faculty

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

end of thread, other threads:[~2006-06-26  3:58 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-06-23 21:21 Error compiling after cg-update Luís Cargnini
2006-06-23 22:07 ` Kevin Hilman
2006-06-24 20:54   ` Luís Vitório Cargnini
2006-06-25 16:02   ` Dirk Behme
2006-06-26  3:58     ` Luís Vitório Cargnini

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.