I don't have an armv6 device to test on here, but I tried with a simulator build with added asserts in Assembler::movw/movt to ensure that they aren't emitted when targeting armv6 and these asserts didn't trigger, so I'm not sure where the movw instruction is being emitted.
Could you let me know the exact version / revision of V8 you are building and the stack trace generated by gdb? Cheers, Ross > On 17 July 2014 17:04, Dirk Grabbert <[email protected]> wrote: > I'm trying to build V8 for the Raspberry Pi (toolchain from the > archlinuxarm website, nodejs works fine). Buildprocess works without any > errors, but trying to execute the shell or d8 brings up an illegal > instruction. GDB shows that it's "movw". > To build I've exported CC, CXX, LINK, AR and LD and then run "make > snapshot=off i18nsupport=off armv7=false armfpu=vfp2 arm.release -j5" (or > armfpu=vfp, there is no change in the output). > -- > -- > v8-users mailing list > [email protected] > http://groups.google.com/group/v8-users > --- > You received this message because you are subscribed to the Google Groups > "v8-users" 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 -- -- v8-users mailing list [email protected] http://groups.google.com/group/v8-users --- You received this message because you are subscribed to the Google Groups "v8-users" 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.
