From mohammads_32 at yahoo.com Thu Feb 2 14:44:38 2017 From: mohammads_32 at yahoo.com (Mohammad Moradi) Date: Thu, 2 Feb 2017 13:44:38 +0000 (UTC) Subject: [Qtwebengine] QWebengine on ARMv8 In-Reply-To: <606496766.635275.1485880910496@mail.yahoo.com> References: <1809604089.395703.1485855902879.ref@mail.yahoo.com> <1809604089.395703.1485855902879@mail.yahoo.com> <201701311528.11360.allan.jensen@qt.io> <201701311543.20607.allan.jensen@qt.io> <711992483.610133.1485880846921@mail.yahoo.com> <606496766.635275.1485880910496@mail.yahoo.com> Message-ID: <1722338133.199901.1486043078126@mail.yahoo.com> Hello I tried to solve * this error*. But I still couldn't get ride of that.Is this bug related to qtwebengine 5.7.0 in case of cross compiling? or missed some dependency on RPi3?*the error is @line 105 Thank you On Tuesday, January 31, 2017 8:12 PM, Mohammad Moradi wrote: Hi AllanI guess the errors related to arch has been solved by adding arm_fpu=\"\" to the GYP_CONFIG. However I still don't know what is it doing. For now, I have to fix this problem :(http://pastebin.com/6YF0Y0uf On Tuesday, January 31, 2017 6:13 PM, Allan Sandfeld Jensen wrote: On Tuesday 31 January 2017, Allan Sandfeld Jensen wrote: > On Tuesday 31 January 2017, Mohammad Moradi via QtWebEngine wrote: > > Hello everybody > > > >  I'm about to build qtwebengine 5.7.0 from sources for RPi3.But it seems > > > > the chromium doesn't support armv8!.Is there anyway to have qwebengine on > > Pi3?I just want to run some java scripts(pdf viewer plugin). *I tried > > cross compiling* > > Thank you > > You could probably change gyp_run.pro and set arm_version=7 or fix Chromium > in src/3rdparty/chromium/build/common.gypi (look for the line matching > arm_version to either 6 or 7 but not 8. > Though it probably wouldn't be necessary to change this if you had set an mfpu compiler flag to go with the march flag. Like -march=armv8-a -mfpu=neon-fp- armv8 for some reason architecture flags on ARM doesn't imply otherwise mandatory "fpu" features. -- The Qt Company Rudower Chausse 13, 12489 D-Berlin _______________________________________________ QtWebEngine mailing list QtWebEngine at qt-project.org http://lists.qt-project.org/mailman/listinfo/qtwebengine -------------- next part -------------- An HTML attachment was scrubbed... URL: From allan.jensen at qt.io Thu Feb 2 14:56:16 2017 From: allan.jensen at qt.io (Allan Sandfeld Jensen) Date: Thu, 2 Feb 2017 14:56:16 +0100 Subject: [Qtwebengine] QWebengine on ARMv8 In-Reply-To: <1722338133.199901.1486043078126@mail.yahoo.com> References: <1809604089.395703.1485855902879.ref@mail.yahoo.com> <606496766.635275.1485880910496@mail.yahoo.com> <1722338133.199901.1486043078126@mail.yahoo.com> Message-ID: <201702021456.16932.allan.jensen@qt.io> On Thursday 02 February 2017, Mohammad Moradi wrote: > Hello > I tried to solve * this error*. But I still couldn't get ride of that.Is > this bug related to qtwebengine 5.7.0 in case of cross compiling? or > missed some dependency on RPi3?*the error is @line 105 Thank you > It looks like your build is severely messed up, all kinds of symbols from both qtbase and qtwebengine are missing. Could it somehow be picking up wrong versions of the libraries? Could you also post the flags for the Qt global configure (and the output of running it)? `Allan -- The Qt Company Rudower Chausse 13, 12489 D-Berlin From mohammads_32 at yahoo.com Thu Feb 2 15:20:42 2017 From: mohammads_32 at yahoo.com (Mohammad Moradi) Date: Thu, 2 Feb 2017 14:20:42 +0000 (UTC) Subject: [Qtwebengine] QWebengine on ARMv8 In-Reply-To: <201702021456.16932.allan.jensen@qt.io> References: <1809604089.395703.1485855902879.ref@mail.yahoo.com> <606496766.635275.1485880910496@mail.yahoo.com> <1722338133.199901.1486043078126@mail.yahoo.com> <201702021456.16932.allan.jensen@qt.io> Message-ID: <120265929.214333.1486045242129@mail.yahoo.com> Unfortunately, I reinstalled OS last month and the qt configurations(to cross compile for RPi3) is not available in my ".bash_history" . But is it clear what's the problem? the qtbase is working without any problem(i can use most of widgets). The available libraries are here. On Thursday, February 2, 2017 5:26 PM, Allan Sandfeld Jensen wrote: On Thursday 02 February 2017, Mohammad Moradi wrote: > Hello > I tried to solve * this error*. But I still couldn't get ride of that.Is > this bug related to qtwebengine 5.7.0 in case of cross compiling? or > missed some dependency on RPi3?*the error is @line 105 Thank you > It looks like your build is severely messed up, all kinds of symbols from both qtbase and qtwebengine are missing. Could it somehow be picking up wrong versions of the libraries? Could you also post the flags for the Qt global configure (and the output of running it)? `Allan -- The Qt Company Rudower Chausse 13, 12489 D-Berlin -------------- next part -------------- An HTML attachment was scrubbed... URL: From mohammads_32 at yahoo.com Thu Feb 2 15:40:12 2017 From: mohammads_32 at yahoo.com (Mohammad Moradi) Date: Thu, 2 Feb 2017 14:40:12 +0000 (UTC) Subject: [Qtwebengine] QWebengine on ARMv8 In-Reply-To: <201702021456.16932.allan.jensen@qt.io> References: <1809604089.395703.1485855902879.ref@mail.yahoo.com> <606496766.635275.1485880910496@mail.yahoo.com> <1722338133.199901.1486043078126@mail.yahoo.com> <201702021456.16932.allan.jensen@qt.io> Message-ID: <1011777084.258329.1486046412328@mail.yahoo.com> But as long as I remember, I used the configurations from here, but adding sysroot , selecting preferred device and removing -optimized-qmake and -reduce-exports On Thursday, February 2, 2017 5:26 PM, Allan Sandfeld Jensen wrote: On Thursday 02 February 2017, Mohammad Moradi wrote: > Hello > I tried to solve * this error*. But I still couldn't get ride of that.Is > this bug related to qtwebengine 5.7.0 in case of cross compiling? or > missed some dependency on RPi3?*the error is @line 105 Thank you > It looks like your build is severely messed up, all kinds of symbols from both qtbase and qtwebengine are missing. Could it somehow be picking up wrong versions of the libraries? Could you also post the flags for the Qt global configure (and the output of running it)? `Allan -- The Qt Company Rudower Chausse 13, 12489 D-Berlin -------------- next part -------------- An HTML attachment was scrubbed... URL: From mohammads_32 at yahoo.com Fri Feb 3 15:00:34 2017 From: mohammads_32 at yahoo.com (Mohammad Moradi) Date: Fri, 3 Feb 2017 14:00:34 +0000 (UTC) Subject: [Qtwebengine] QWebengine on ARMv8 In-Reply-To: <1011777084.258329.1486046412328@mail.yahoo.com> References: <1809604089.395703.1485855902879.ref@mail.yahoo.com> <606496766.635275.1485880910496@mail.yahoo.com> <1722338133.199901.1486043078126@mail.yahoo.com> <201702021456.16932.allan.jensen@qt.io> <1011777084.258329.1486046412328@mail.yahoo.com> Message-ID: <563435280.274895.1486130434835@mail.yahoo.com> I realized the problem is related to gcc5-armhf.I have to fix the gcc to build qt. On Thursday, February 2, 2017 6:11 PM, Mohammad Moradi via QtWebEngine wrote: But as long as I remember, I used the configurations from here, but adding sysroot , selecting preferred device and removing -optimized-qmake and -reduce-exports On Thursday, February 2, 2017 5:26 PM, Allan Sandfeld Jensen wrote: On Thursday 02 February 2017, Mohammad Moradi wrote: > Hello > I tried to solve * this error*. But I still couldn't get ride of that.Is > this bug related to qtwebengine 5.7.0 in case of cross compiling? or > missed some dependency on RPi3?*the error is @line 105 Thank you > It looks like your build is severely messed up, all kinds of symbols from both qtbase and qtwebengine are missing. Could it somehow be picking up wrong versions of the libraries? Could you also post the flags for the Qt global configure (and the output of running it)? `Allan -- The Qt Company Rudower Chausse 13, 12489 D-Berlin _______________________________________________ QtWebEngine mailing list QtWebEngine at qt-project.org http://lists.qt-project.org/mailman/listinfo/qtwebengine -------------- next part -------------- An HTML attachment was scrubbed... URL: From mohammads_32 at yahoo.com Fri Feb 10 16:42:27 2017 From: mohammads_32 at yahoo.com (Mohammad Moradi) Date: Fri, 10 Feb 2017 15:42:27 +0000 (UTC) Subject: [Qtwebengine] QWebengine on ARMv8 In-Reply-To: <563435280.274895.1486130434835@mail.yahoo.com> References: <1809604089.395703.1485855902879.ref@mail.yahoo.com> <606496766.635275.1485880910496@mail.yahoo.com> <1722338133.199901.1486043078126@mail.yahoo.com> <201702021456.16932.allan.jensen@qt.io> <1011777084.258329.1486046412328@mail.yahoo.com> <563435280.274895.1486130434835@mail.yahoo.com> Message-ID: <2009311973.1981236.1486741347206@mail.yahoo.com> I could finally compile qtwebengine 5.7.0 for RPi3. the fixes are simple. Just few editions in *"qt-everywhere-opensource-src-5.7.0/qtwebengine/src/core/gyp_run.pro": 1-(line71)GYP_CONFIG += arm_version=7 [like Allan said]2-(line79)|contains(MFPU, "crypto-neon-fp-armv8") *original file from source cheeeeeeeers On Friday, February 3, 2017 5:30 PM, Mohammad Moradi wrote: I realized the problem is related to gcc5-armhf.I have to fix the gcc to build qt. On Thursday, February 2, 2017 6:11 PM, Mohammad Moradi via QtWebEngine wrote: But as long as I remember, I used the configurations from here, but adding sysroot , selecting preferred device and removing -optimized-qmake and -reduce-exports On Thursday, February 2, 2017 5:26 PM, Allan Sandfeld Jensen wrote: On Thursday 02 February 2017, Mohammad Moradi wrote: > Hello > I tried to solve * this error*. But I still couldn't get ride of that.Is > this bug related to qtwebengine 5.7.0 in case of cross compiling? or > missed some dependency on RPi3?*the error is @line 105 Thank you > It looks like your build is severely messed up, all kinds of symbols from both qtbase and qtwebengine are missing. Could it somehow be picking up wrong versions of the libraries? Could you also post the flags for the Qt global configure (and the output of running it)? `Allan -- The Qt Company Rudower Chausse 13, 12489 D-Berlin _______________________________________________ QtWebEngine mailing list QtWebEngine at qt-project.org http://lists.qt-project.org/mailman/listinfo/qtwebengine -------------- next part -------------- An HTML attachment was scrubbed... URL: