Hi Gabor,

Thanks for your reply.

Sorry for the trouble, can you please tell me the command to checkout a particular revision of webkit (r47266). From the links that you had mentioned, I guess the latest versions of webkit can be checked out.

"Until there is ARM JIT support for Gtk port, you can add 'arm' host
into configure.ac by hand (see around configure.ac:530)."

Also, I understand that in revision r47266 of webkit , by adding 'arm' host in configure.ac, I will be able to get ARM JIT support for QT port. Currently there is no option to enable ARM JIT support for GTK support.
Is my understanding correct?

Thanks a lot,
Jil



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

Unfortunately there is a bug after r47266 which breaks ARM JIT.

So I recommend you to download the code with svn or git. See at
http://webkit.org/building/checkout.html or
http://trac.webkit.org/wiki/UsingGitWithWebKit

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 :

I guess your target port is Gtk. We have only extended Qt port to
support ARM JIT yet. I don't think it will be a hard task to extend Gtk
with ARM JIT as well.

Until there is ARM JIT support for Gtk port, you can add 'arm' host
into configure.ac by hand (see around configure.ac:530).


--Gabor



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

Reply via email to