Hi everyone, I am trying to port nodejs on an armv6 device that has no fpu. On runtime, node crashes and "illegal instruction" error is displayed. I discovered that v8 has vfp2 as basline and doesn't support pre-vfp2 platforms. The problem is that we need absolutely to use nodejs on those devices, so I wanted to know if there is a way to workaround this problem.
Thanks in advance -- -- 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/d/optout.
