Comment #1 on issue 1268 by [email protected]: Building for ARM Platform fails
http://code.google.com/p/v8/issues/detail?id=1268

Did you have a look at: http://code.google.com/p/v8/wiki/CrossCompilingForARM

It very much looks like your compiler defaults to something like ARMv4T which is not supported by V8. ARMv4 is supported though, so something like "export CCFLAGS=-marm -mno-thumb-interworking -march=armv4" should make it work. If you know you are going to run on more modern hardware I highly recommend you try the option given in the wiki link above (armv7-a, vfp)

--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to