Hello, I want to create a tutorial how to build openocd for windows with cygwin. Therefore I have installed a new fresh cygwin version. But with the new version I could not build the latest trunk version 717. Even some older versions can not build.
I use the default settings from cygwin and installed the following additional packages: - autoconf 2.61 - automake 1.10.1 - elfio 1.0.2 - gcc 3.4.4 - make 3.81 The bootstrap process is working but if I configure for ft2232 I got the following warning in the configure process: checking elf.h usability... no checking elf.h presence... yes configure: WARNING: elf.h: present but cannot be compiled configure: WARNING: elf.h: check for missing prerequisite headers? configure: WARNING: elf.h: see the Autoconf documentation configure: WARNING: elf.h: section "Present But Cannot Be Compiled" configure: WARNING: elf.h: proceeding with the preprocessor's result configure: WARNING: elf.h: in the future, the compiler will take precedence checking for elf.h... yes checking for strings.h... (cached) yes At the end of the configure I want to give it a try and start make, but got the following error: make all-recursive make[1]: Entering directory `/home/mfischer/openocd/trunk' Making all in src make[2]: Entering directory `/home/mfischer/openocd/trunk/src' Makefile:286: *** multiple target patterns. Stop. make[2]: Leaving directory `/home/mfischer/openocd/trunk/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/mfischer/openocd/trunk' make: *** [all] Error 2 I think we have a problem with the cygwin itself. My last working build was with an old cygwin install which had make no problems. Please can someone test it with a fresh cygwin install too? Best regards, Michael _______________________________________________ Openocd-development mailing list [email protected] https://lists.berlios.de/mailman/listinfo/openocd-development
