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 .

-Duane.

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

Reply via email to