I am getting the error: array subscript has type `char' while compiling openocd-0.4.0-rc1. The platform is cygwin gcc v 4.3.4. Doe's anyone use this version of gcc?
The problem is with functions like tolower() toupper() ischar(), etc... I had to typecast an argument to (unsigned char) to get rid of this error. After changing the third file I gave up and solved problem by adding -Wno-char-subscripts into config.in and config as I don't know how to generate config from config.in. Thanks, Bronislav Gabrhelik _______________________________________________ Openocd-development mailing list [email protected] https://lists.berlios.de/mailman/listinfo/openocd-development
