On Wednesday 24 June 2009, Duane Ellis wrote:
> > 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 = {{ ... }, { ... }},
> >
>
> i thought the bank[0] = { .... } was valid C99 initialization.
Me too. Which is most of why those errors made no sense to me.
_______________________________________________
Openocd-development mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/openocd-development