Updates:
        Status: Invalid

Comment #2 on issue 3105 by [email protected]: Not possible to build x64 target on a Windows 32-bit host
http://code.google.com/p/v8/issues/detail?id=3105

As you've figure out already, to build with a snapshot, you would need to be able to run target code, this is by design. Unless you intend to write an x64 simulator which runs on ia32 ;-) your only option is to build+run without snapshots. You do this with "snapshot=off" on the "make" commandline, e.g.:

   make -j32 x64.release snapshot=off

This will affect startup/Isolate creation time, it depends on your use case if this is acceptable or not.

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to