On Wed, 2009-06-24 at 09:13 -0400, Duane Ellis wrote:
> David Brownell 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.
> 
> I've been using cygwin, by default uses:
> 
>         /usr/lib/gcc/i686-pc-cygwin/3.4.4/specs
> 
> Perhaps something has changed I am unaware of .

I just realized that I left out the '.bank = ' bits.

Sorry for that minor mess, but it compiled.  :)

--Z
_______________________________________________
Openocd-development mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/openocd-development

Reply via email to