On 19/03/2014, at 17:39, Michael Schwartz wrote:
> I have never tried to build SilkJS for an ARM target CPU. The makefile is selecting ia32 target for lack of identifying x64 target.
>
> You can try to hack the makefiles to target ARM and see if it builds.
>
> This is the file to modify:
>
https://github.com/mschwartz/SilkJS/blob/master/src/Makefile
>
> I think you only have to add a couple of lines. Lines 28-34 select the v8 library to be used. You would start by adding a line for your ARM target. I don't have an ARM system to test this out on, sorry.
>
> You may also have to set ARCH on line 1 to the appropriate ARM value.
>
> Regards
It seems a "-Wno-unused-local-typedefs" compiler flag serves to work-around the issue, but honestly, I have no idea where to put it :-)