Hi Gabor,

I am not able to get the revision 47266 from webkit trunk (http://nightly.webkit.org/builds/trunk/src/1). So I have taken revision 47409.

My aim is to crosscompile Webkit on X86 machine with target ARM.
I have compiled with

ENABLE_YARR=1 ENABLE_YARR_JIT=1 ENABLE_JIT=1 WTF_USE_JSVALUE32=1

But still I am getting the following log :

WebKit was configured with the following options:

Build configuration:
Enable debugging (slow)                                  : no
Enable GCC build optimization                            : yes
Code coverage support                                    : no
Unicode backend                                          : icu
Font backend                                             : freetype
Optimized memory allocator                               : yes
Features:
3D Transforms                                            : no
*JIT compilation                                          : no (CPU 'arm' not 
supported)*
Dashboard support                                        : yes
Filters support                                          : no
Geolocation support                                      : no
JavaScript debugger/profiler support                     : yes
HTML5 offline web applications support                   : yes
HTML5 channel messaging support                          : yes
HTML5 client-side session and persistent storage support : yes
HTML5 client-side database storage support               : yes
HTML5 ruby support                                       : yes
HTML5 server-sent events support                         : yes
HTML5 video element support                              : yes
Icon database support                                    : yes
SharedWorkers support                                    : no
SVG support                                              : yes
SVG animation support                                    : yes
SVG fonts support                                        : yes
SVG foreign object support                               : yes
SVG as image support                                     : yes
SVG use element support                                  : yes
WML support                                              : no
Web Sockets support                                      : no
Web Workers support                                      : yes
XPATH support                                            : yes
XSLT support                                             : yes
GTK+ configuration:
GDK target                                               : x11
Hildon UI extensions                                     : no


Please advise as to how to enable JIT for ARM

Thanks in advance,
Jil



Gabor Loki wrote:
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


_______________________________________________
webkit-help mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-help

Reply via email to