Jason,
You can build 64-bit VM on 64-bit machine, but only the server VM. The
client VM is not supported in 64-bit.
Not sure why your build is trying to build the client VM here.
David
On 6/03/2012 8:26 AM, Jason Van Cleve wrote:
Hi,
I hope it's okay to ask questions here, as I've been hav
rc-b24-14_nov_2011]$
> -Original Message-
> From: Kelly O'Hair [mailto:[email protected]]
> Sent: Wednesday, March 07, 2012 10:47 AM
> To: Jason Van Cleve
> Cc: [email protected]
> Subject: Re: Build Problem
>
> You really aren't providin
You really aren't providing enough information to go on here.
As of now, building 32bit requires a 32bit OS, and building 64bit requires a
64bit OS.
The amd64 is a 64bit library, the i386 is a 32bit library, these libraries will
not mix at runtime.
So there are lots of facts you are leaving ou
Andrew Haley wrote:
lianshun Liu wrote:
Hi,
I build OpenJDK on Windows platform, and choose /openjdk as the build dictory.
I've a problem that I need to rebuild the whole project everytime when I hack
the VM. It is really a long time that I can't use the computer to do anything
else. So, is
If all you are working on is hotspot, then you can build just
hotspot by doing a 'cd hotspot/make && make'.
From that same Makefile in hotspot/make you can also try using:
make JDK_IMAGE_DIR="../../build/*/j2sdk-image" update_jdk
To update a jdk image with your newly build hotspot libraries.
Andrew Haley wrote:
> lianshun Liu wrote:
>> Hi,
>>
>> I build OpenJDK on Windows platform, and choose /openjdk as the build
>> dictory.
>> I've a problem that I need to rebuild the whole project everytime when I
>> hack the VM. It is really a long time that I can't use the computer to do
>> any
lianshun Liu wrote:
> Hi,
>
> I build OpenJDK on Windows platform, and choose /openjdk as the build dictory.
> I've a problem that I need to rebuild the whole project everytime when I hack
> the VM. It is really a long time that I can't use the computer to do anything
> else. So, is there any wa
I found the cause (thanks to Igor Nekrestyanov). It was in my build
script. I explicitly set the MAKE environment variable. Accidentally,
the variable included the "all" target. It caused make always do the
"all" target. It crashed the build.
Thanks,
--Mikhail
Mikhail Lapshin wrote:
Hello,
[EMAIL PROTECTED]
> Cc: 'build-dev'; [EMAIL PROTECTED]
> Subject: RE: Build problem (Windows, b24)
>
> I dunno if I changed it since the blog post (I'll have to update it
> once I
> get this all working again), but right now it reads:
>
> export ALT_JDK_IMP
ecember 30, 2007 4:06 PM
> To: Ted Neward
> Cc: 'build-dev'; [EMAIL PROTECTED]
> Subject: Re: Build problem (Windows, b24)
>
>
> This could be a problem:
>
>export ALT_JDK_IMPORT_PATH=$(cygpath --unix C:/Prg/jdk1.6.0)
>
> Should just be:
>
>
forward slashed
DOS-like paths). Yes?
Ted Neward
Java, .NET, XML Services
Consulting, Teaching, Speaking, Writing
http://www.tedneward.com
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: Saturday, December 29, 2007 10:35 AM
To: Ted Neward
Cc: 'build-de
lashed
DOS-like paths). Yes?
Ted Neward
Java, .NET, XML Services
Consulting, Teaching, Speaking, Writing
http://www.tedneward.com
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> Sent: Saturday, December 29, 2007 10:35 AM
> To: Ted Neward
> Cc:
vices
Consulting, Teaching, Speaking, Writing
http://www.tedneward.com
-Original Message-
From: Ted Neward [mailto:[EMAIL PROTECTED]
Sent: Wednesday, December 26, 2007 3:56 PM
To: 'Ted Neward'; [EMAIL PROTECTED]
Cc: 'build-dev'; [EMAIL PROTECTED]
Subject: RE: Build problem (W
007 3:56 PM
> To: 'Ted Neward'; [EMAIL PROTECTED]
> Cc: 'build-dev'; [EMAIL PROTECTED]
> Subject: RE: Build problem (Windows, b24)
>
> Something strange is going on. When I build from the top-level
> directory, it
> fails to build java/hpi. When I build just on
PM
> To: [EMAIL PROTECTED]
> Cc: 'build-dev'; [EMAIL PROTECTED]
> Subject: RE: Build problem (Windows, b24)
>
> OK, trying to get back into this.
>
> (*) FWICT, ALT_OUTPUTDIR doesn't seem to "take" when set from the
> command
> shell as an environm
gestions welcome
Ted Neward
Java, .NET, XML Services
Consulting, Teaching, Speaking, Writing
http://www.tedneward.com
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, December 18, 2007 11:58 AM
> To: Ted Neward
> Cc: [EMAIL PRO
ng? It's just a common thing to have the build tool
logging this stuff these days, it seems.
Ted Neward
Java, .NET, XML Services
Consulting, Teaching, Speaking, Writing
http://www.tedneward.com
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: Tuesday, December 18, 2007 1
ng, Teaching, Speaking, Writing
http://www.tedneward.com
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: Tuesday, December 18, 2007 12:12 AM
To: Ted Neward
Cc: 'build-dev'
Subject: Re: Build problem (Windows, b24)
Hi -
OpenJDK:[EMAIL PROTECTED]:/
eward
Java, .NET, XML Services
Consulting, Teaching, Speaking, Writing
http://www.tedneward.com
> -Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, December 18, 2007 12:12 AM
> To: Ted Neward
> Cc: 'build-dev'
> Subject
Hi -
OpenJDK:[EMAIL PROTECTED]:/cygdrive/c/Prg/OpenJDK/jdk7/jdk/make/java
$ make all
Maybe you came in too low and clipped the treetops.
Try your 'make all' from [...]/cygdrive/c/Prg/OpenJDK/jdk7/jdk/make
The first thing the jdk7/jdk build does (after the sanity check) is create a number of
lting, Teaching, Speaking, Writing
http://www.tedneward.com
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:build-dev-
> [EMAIL PROTECTED] On Behalf Of Ted Neward
> Sent: Monday, December 17, 2007 11:42 PM
> To: [EMAIL PROTECTED]
> Cc: 'build-dev'
> Sub
Monday, December 17, 2007 2:17 PM
> To: Ted Neward
> Cc: 'build-dev'
> Subject: Re: Build problem (Windows, b24)
>
> linker_md.c is part of the jdk build not hotspot, in the jdk/make 'hpi'
> area.
>
> -kto
>
>
> Ted Neward wrote:
> > Ah,
, Teaching, Speaking, Writing
http://www.tedneward.com
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: Monday, December 17, 2007 8:58 AM
To: Ted Neward
Cc: 'build-dev'
Subject: Re: Build problem (Windows, b24)
When I said log file, I meant your log file, I assum
MAIL PROTECTED]
> Sent: Monday, December 17, 2007 8:58 AM
> To: Ted Neward
> Cc: 'build-dev'
> Subject: Re: Build problem (Windows, b24)
>
> When I said log file, I meant your log file, I assumed that you had
> done something like
> make |& tee build.log
ED] [mailto:build-dev-
> [EMAIL PROTECTED] On Behalf Of Ted Neward
> Sent: Monday, December 17, 2007 6:25 AM
> To: [EMAIL PROTECTED]
> Cc: 'build-dev'
> Subject: RE: Build problem (Windows, b24)
>
> Good question--where is said log file, again? :-)
>
> Te
ng, Writing
http://www.tedneward.com
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: Sunday, December 16, 2007 12:38 PM
To: Ted Neward
Cc: 'build-dev'
Subject: Re: Build problem (Windows, b24)
Some guesses... Try setting COMPANY_NAME to somet
: Ted Neward
> Cc: 'build-dev'
> Subject: Re: Build problem (Windows, b24)
>
> Some guesses... Try setting COMPANY_NAME to something other than
> empty,
> although that makes little sense because anyone building with
> OPENJDK=true
> would have an empty company
Some guesses... Try setting COMPANY_NAME to something other than empty,
although that makes little sense because anyone building with OPENJDK=true
would have an empty company name (jdk/make/common/shared/Defs.gmk).
Humm... but that warning about STR is just a warning...
That fatal error is about
28 matches
Mail list logo