Hello All,

Tuesday, April 28, 2009, 7:29:46 PM, Dick wrote:

DH> Latest.
DH> Paaleese commit any time.

So I decided to try the legendary CMake compatibility and compile
OpenOCD with native Win32 MSVC. The makefile generation went mostly
without a hitch, but the actual compilation ran into a lot of issues,
mainly because of C99 and GNU-specific features.

Main issues:

1) variable declarations not at the start of block
2) designated initializers (.field = value)
3) no unistd.h

I've been going through the files trying to fix it up and now have
most of it compiling, but I wonder if this will be useful for anyone
else? Or C99 will be required for OpenOCD?

-- 
WBR,
 Igor                            mailto:skochin...@mail.ru

_______________________________________________
Openocd-development mailing list
Openocd-development@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/openocd-development

Reply via email to