On Wed, 2009-06-24 at 00:21 -0700, David Brownell wrote:
> On Tuesday 23 June 2009, Duane Ellis wrote:
> > >> Author: duane
> > >> Date: 2009-06-24 04:01:14 +0200 (Wed, 24 Jun 2009)
> > >> New Revision: 2383
>
> I get all kinds of build errors on Ubuntu 9.04/x86_32 where the
> chip details banks get initialized. The errors made no sense to
> me, and they went away when I changed the
>
> .bank[0] = { ... },
> .bank[1] = { ... },
>
> to be
>
> .bank = {{ ... }, { ... }},
>
> Also, that sam3 flash file has lots of whitespace issues; Zach,
> maybe you could run your scripts on it? My quickie fixes gave
>
> src/flash/at91sam3.c | 1139 ++++++++++++++++++++++++-------------------------
> 1 file changed, 564 insertions(+), 575 deletions(-)
>
> totalling about 70 KB of fixups on that file.
Fixed. There were a few "could be used uninitialized" warnings too.
These seem like they should have been covered by --enable-werror.
Duane, are you building with that option before committing changes?
Cheers,
Zach
_______________________________________________
Openocd-development mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/openocd-development