Comment #2 on issue 2864 by [email protected]: V8 fail to build for ARM platfrom (cross-compile)
http://code.google.com/p/v8/issues/detail?id=2864

I set those variables in my start script.
The problem seems to be that in the generated file:
mksnapshot.arm.host.arm.mk it tries to get files from arm.release/obj.target/v8_snapshot/gen/ but the makefile has only generated files in directory arm.release/obj.host/v8_snapshot/gen/. So it swaps from host to target, before it executes the LINK command. That seems to be causing this problem. The question is why it even generates host and not target direct, since I'm doing a cross-compile (I assume that host only should be used when I'm compiling for my "own" system?)

--
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