In message <b1ce80e60810200151w53f2dd3am2c17676a046aebd4@mail.gmail.com>,
0561018@fudan.edu.cn writes:
>
> I download the src (apache-harmony-src-r629320) to the host, and
> use hotspot jdk1.6 when built the harmony, I just copied the
> common_resource/depends, and working_classlib/depends files from a
> well-built 32-bit host harmony, maybe this is the problem, how do you
> thhink?
Copying depends trees shouldn't be an issue since platform dependent
files are downloaded to platform-specific subdirectories.
Please make sure you are using a 64-bit JRE or try building with the
additional ant options:
-Dhy.arch=x86_64 -Dos.arch=x86_64
Regards,
Mark.
|