On Wed, 2009-06-24 at 07:28 -0700, Zach Welch wrote:
> On Wed, 2009-06-24 at 09:56 -0400, Duane Ellis wrote:
> > David Brownell wrote:
> >  >> I get all kinds of build errors on Ubuntu 9.04/x86_32 where the
> >  >> [snip]
> >  >>     .bank[0] = { ... },
> > 
> > duane>  i thought the bank[0] = { .... } was valid C99 initialization.
> > 
> > zach>   I just realized that I left out the '.bank = ' bits.
> > zach>  Sorry for that minor mess, but it compiled. :)
> > 
> > Huh? What do you mean? Confused.
> 
> Well, I changed 
> 
>  .bank[0] = { ... },
>  .bank[1] = { ... },
> 
> to 
> 

{ { ... }, { ... } }.

but it should have been:

.bank = { { ... }, { ... } }

See?  I missed the '.bank =' part....  and I hit send accidentally
before finishing this message.   Sorry.

Cheers,

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

Reply via email to