On 16/05/2009, Øyvind Harboe <[email protected]> wrote: > I take it GCC is used to build on Windows so we don't have > to worry, overly much, about Visual C++ oddities w/C.
Mingw uses GCC to compile, but it uses the VC++ C runtime library. So I think you do need to be a bit careful sometimes, eg with the C99 printf format codes. _______________________________________________ Openocd-development mailing list [email protected] https://lists.berlios.de/mailman/listinfo/openocd-development
