Need help to setup 64bit build setup Openjdk6
Kelly O'Hair
kelly.ohair at oracle.com
Thu Dec 22 11:20:28 PST 2011
With Visual Studio, you need to setup some environment variables.
Try running this before you start the make:
eval `sh ./make/scripts/vsvars.sh -v7 -64`
This script should find the Visual Studio vsvars64.bat file, run it and set the appropriate
environment variables for you.
Just run: sh ./make/scripts/vsvars.sh -v7 -64
to see what it spits out, the eval command just gets those setting into your current shell environment.
-kto
On Dec 22, 2011, at 12:56 AM, ರಂಜಿತ್ ಕುಮರ್ wrote:
> Hi,
>
> I am able to build 32 bit openjdk successfully, but i am facing issues when i try to build openjdk for 64 bit
>
> I am using Windows2003 64 bit enterprise edition OS and I installed required software
>
> ANT
> Microsoft Windows Server 2003 SP1 Platform SDK (in the build document mention Microsoft Platform Software Development Kit (SDK), April 2005 Edition i am unable to find exact one )
> Directx 9.0 sdk
> Sun JDK6
>
> and configured ALT_* path and required PATH
>
> when i sanity in cygwin, i am getting flowing error and stopped
>
> $ make sanity ARCH_DATA_MODEL=64
> jdk/make/common/shared/Compiler-msvc.gmk:133: *** COMPILER_VERSION cannot be empty here. Stop.
>
>
> Please help me to resolve this issue.
>
> Thanks & Regards
> Ranjith
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.openjdk.java.net/pipermail/jdk6-dev/attachments/20111222/8b6852f5/attachment.html
More information about the jdk6-dev
mailing list