[webkit-help] Cross-compiling webkit for ARM platform on Linux-x86 machine
Gabor Loki
loki at inf.u-szeged.hu
Tue Aug 18 05:41:43 PDT 2009
Jilu Oommen wrote:
> Thanks for your advice. It was a path issue itself and that error is
> resolved.
>
> Now WebKit is configured with:
>
> JIT compilation : no (CPU
> 'arm' not supported)
>
> the code I am using is the latest arm port code from Webkit site.
> (http://code.staikos.net/cgi-bin/gitweb.cgi?p=webkit;a=shortlog;h=loki/arm-port)
Hi Jilu,
This branch is obsolete (see at https://bugs.webkit.org/show_bug.cgi?id=24986).
Use the default WebKit trunk instead of this branch.
I recommend you to use WebKit at the 47266 revision
(ef5f81677659589e27da0f8376d596eff751012e).
Then compile with the following defines:
ENABLE_YARR=1 ENABLE_YARR_JIT=1 ENABLE_JIT=1 WTF_USE_JSVALUE32=1
--Gabor
More information about the webkit-help
mailing list