Comment #13 on issue 3112 by [email protected]: v8 goes into SIGILL on
latest Raspbian wheezy
http://code.google.com/p/v8/issues/detail?id=3112
What is likely happening is that your compiler defaults to armv7 so v8
believe it can emit armv7 instructions.
on bleeding_edge there is an extra option you can pass to the build command
to force the arm version: arm_version=6 in your case. Unfortunately this
option is not in 3.22. To check it is the cause of your bug add
-march=armv6 to your compiler base command.
as a side, you don't need hardfp=on in your command line.
--
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.