Hi, I am trying to build openJDK6 on windows, i followed all the build instruction given in the html file, and when I run the build I am getting following error and build treminated.
the build command i given is "make ARCH_DATA_MODEL=32 ALLOW_DOWNLOADS=true" and the some of the lines before terminating the build is as following Done Processing SUBDIRS: tools javax org sun com mkdir -p C:/openjdk6/build/WINDOW~1/corba/dist/lib c:/InstalledSoftwares/JDK6u21/bin/jar -cf C:/openjdk6/build/WINDOW~1/corba/dist/ lib/classes.jar -C C:/openjdk6/build/WINDOW~1/corba/classes . abs_src_zip=`cd C:/openjdk6/build/WINDOW~1/corba/dist/lib ; pwd`/src.zip ; \ ( cd ../src/share/classes ; find . \( -name SCCS -o -name \*-template \) -prune -o -type f -print | zip -q $abs_src_zip -@ ) ; \ ( cd C:/openjdk6/build/WINDOW~1/corba/gensrc ; find . -type f -print | zip -q $a bs_src_zip -@ ) ; File not found - *-template zip error: Nothing to do! (/cygdrive/c/openjdk6/build/WINDOW~1/corba/dist/lib/sr c.zip) FIND: Parameter format not correct zip error: Nothing to do! (/cygdrive/c/openjdk6/build/WINDOW~1/corba/dist/lib/sr c.zip) make[2]: *** [C:/openjdk6/build/WINDOW~1/corba/dist/lib/src.zip] Error 12 make[2]: Leaving directory `/cygdrive/c/openjdk6/corba/make' make[1]: *** [corba-build] Error 2 make[1]: Leaving directory `/cygdrive/c/openjdk6' make: *** [build_product_image] Error 2 Can anyone help me to resolve this issues. Regads Ranjith