2008-03-03 15:40:30

by Adrian Bunk

[permalink] [raw]
Subject: sh sh7710voipgw_defconfig compile error

It seems commit 9a7ef6d59f9d4780ff5bc9c4d05266b52dcb9211 broke the
support for this board:

<-- snip -->

...
CC arch/sh/boards/renesas/sh7710voipgw/setup.o
arch/sh/boards/renesas/sh7710voipgw/setup.c:15: error: array type has incomplete element type
arch/sh/boards/renesas/sh7710voipgw/setup.c:16: error: 'TIMER2_IRQ' undeclared here (not in a function)
arch/sh/boards/renesas/sh7710voipgw/setup.c:16: error: 'TIMER2_IPR_ADDR' undeclared here (not in a function)
arch/sh/boards/renesas/sh7710voipgw/setup.c:16: error: 'TIMER2_IPR_POS' undeclared here (not in a function)
arch/sh/boards/renesas/sh7710voipgw/setup.c:16: error: 'TIMER2_PRIORITY' undeclared here (not in a function)
arch/sh/boards/renesas/sh7710voipgw/setup.c:17: error: 'WDT_IRQ' undeclared here (not in a function)
arch/sh/boards/renesas/sh7710voipgw/setup.c:17: error: 'WDT_IPR_ADDR' undeclared here (not in a function)
arch/sh/boards/renesas/sh7710voipgw/setup.c:17: error: 'WDT_IPR_POS' undeclared here (not in a function)
arch/sh/boards/renesas/sh7710voipgw/setup.c:17: error: 'WDT_PRIORITY' undeclared here (not in a function)
...

<-- snip -->

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


2008-03-06 09:25:22

by Paul Mundt

[permalink] [raw]
Subject: Re: sh sh7710voipgw_defconfig compile error

On Mon, Mar 03, 2008 at 05:38:43PM +0200, Adrian Bunk wrote:
> It seems commit 9a7ef6d59f9d4780ff5bc9c4d05266b52dcb9211 broke the
> support for this board:
>
> <-- snip -->
>
> ...
> CC arch/sh/boards/renesas/sh7710voipgw/setup.o
> arch/sh/boards/renesas/sh7710voipgw/setup.c:15: error: array type has incomplete element type
> arch/sh/boards/renesas/sh7710voipgw/setup.c:16: error: 'TIMER2_IRQ' undeclared here (not in a function)
> arch/sh/boards/renesas/sh7710voipgw/setup.c:16: error: 'TIMER2_IPR_ADDR' undeclared here (not in a function)
> arch/sh/boards/renesas/sh7710voipgw/setup.c:16: error: 'TIMER2_IPR_POS' undeclared here (not in a function)
> arch/sh/boards/renesas/sh7710voipgw/setup.c:16: error: 'TIMER2_PRIORITY' undeclared here (not in a function)
> arch/sh/boards/renesas/sh7710voipgw/setup.c:17: error: 'WDT_IRQ' undeclared here (not in a function)
> arch/sh/boards/renesas/sh7710voipgw/setup.c:17: error: 'WDT_IPR_ADDR' undeclared here (not in a function)
> arch/sh/boards/renesas/sh7710voipgw/setup.c:17: error: 'WDT_IPR_POS' undeclared here (not in a function)
> arch/sh/boards/renesas/sh7710voipgw/setup.c:17: error: 'WDT_PRIORITY' undeclared here (not in a function)
> ...
>
> <-- snip -->
>
Fixed now, this will go out with the -rc5 updates. Thanks.