[Interest] qt on git dev branch does not compile for mips
Mandeep Sandhu
mandeepsandhu.chd at gmail.com
Tue Sep 24 13:46:38 CEST 2013
Do you need QtWebkit for your tests? If not, you could disable it while
configuring Qt.
I'm not sure if there are any configure options to disable JIT alone while
building Webkit.
HTH,
-mandeep
On Tue, Sep 24, 2013 at 4:27 PM, Narayanarao Rao <nari01 at gmail.com> wrote:
> I wanted to try out the new scenegraphrenderer performance on our MIPS
> embedded platform. I have a working Qt 5.0 build on our platform. When I
> tried to compile, I got couple of compile errors in qtbase, which I worked
> around. However, qtdeclarative fails with
>
> *n file included from jsruntime/qv4engine.cpp:71:*
> *compiler/qv4isel_masm_p.h:219:2: error: #error The JIT needs to be
> ported to this platform.*
> *compiler/qv4isel_masm_p.h:229:2: error: #error Stack alignment unknown
> for this platform.*
>
> Looking at the code there, this seems to be intentional. MIPS does not
> have JIT implemented yet. I tried to disable JIT by hardcoding in some pri
> files but that did not work - I was seeing some error like LLIntCode
> undeclared ( I guess it was trying to use the LLINT path but not working.
> Any ideas?
>
> Thanks,
> Narayan
>
> _______________________________________________
> Interest mailing list
> Interest at qt-project.org
> http://lists.qt-project.org/mailman/listinfo/interest
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/interest/attachments/20130924/ee28e8ef/attachment.html>
More information about the Interest
mailing list