Jilu Oommen wrote:
No , this does not work, still g++ is getting invoked instead of

arm-softfloat-linux-gnu-g++

My observation is that each time when build-webkit is invoked, the makefiles are getting generated,
and CXX flag is getting the value g++.

If you invoke qmake the makefiles will be regenerated.

This guide shows the general way how to use a cross-compiler in Qt:
http://doc.trolltech.com/4.5/qt-embedded-crosscompiling.html


--Gabor


tonikitoo (Antonio Gomes) wrote:
CC=arm-softfloat-linux-gnu-g++ build-webkit --qt

maybe CXX instead of CC

does it work ?

On Thu, Aug 20, 2009 at 10:25 AM, Ariya Hidayat<[email protected]> wrote:
Currently my problem is that for crosscompiling Webkit-Qt port for ARM,
instead of g++
I want to compile the files using 'arm-softfloat-linux-gnu-g++'
Have you ever tried to compile simple Qt-based program for ARM using
your 'arm-softfloat-linux-gnu-g++' compiler? If not, then try to do
that first.

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

Reply via email to