Re: [Interest] QtWebengine is not built with v8 snapshot error

2020-05-05 Thread Ramakanth Kesireddy
Thanks a lot.. It installed QtWebEngine(including QtWebEngineCore and QTWebEngineWidgets) on the target. Had to install additional packages lib32ncurses5 lib32z1 linux-libc-dev:i386 on Ubuntu host. Looks like issue with configure line where -no-gcc-sysroot had been mentioned before. So final confi

Re: [Interest] QtWebengine is not built with v8 snapshot error

2020-05-04 Thread Ramakanth Kesireddy
sudo apt-get install gcc-multilib sudo apt-get install g++-multilib lib32stdc++6-5-dbg libx32stdc++6-5-dbg In the page https://github.com/meta-qt5/meta-qt5, it mentions to install lib32-gcc-libs lib32-glibc for building v8 snapshot? Do we need to install them if yocto meta-qt5 recipes pick sources

Re: [Interest] QtWebengine is not built with v8 snapshot error

2020-05-04 Thread Thiago Macieira
On Monday, 4 May 2020 00:22:40 PDT Ramakanth Kesireddy wrote: > /usr/libx32/crti.o > /usr/lib32/crti.o > /usr/lib/x86_64-linux-gnu/crti.o How did you instal the first two? Their paths look very different from the last one. -- Thiago Macieira - thiago.macieira (AT) intel.com Software Architect

Re: [Interest] QtWebengine is not built with v8 snapshot error

2020-05-04 Thread Ramakanth Kesireddy
It yielded host 32 binaries like below:- target@ubuntu:~/qt-everywhere-src-5.12.8$ find /usr/ -name crti* /usr/libx32/crti.o /usr/lib32/crti.o /usr/lib/x86_64-linux-gnu/crti.o On Mon, May 4, 2020 at 11:57 AM Thiago Macieira wrote: > On Sunday, 3 May 2020 21:06:30 PDT Ramakanth Kesireddy wrote:

Re: [Interest] QtWebengine is not built with v8 snapshot error

2020-05-03 Thread Thiago Macieira
On Sunday, 3 May 2020 21:06:30 PDT Ramakanth Kesireddy wrote: > The cross compiled crt1.o is found > in > /home/target/ti-processor-sdk-linux-rt-am335x-evm-05.03.00.07/linux-devkit/ > sysroots/armv7ahf-neon-linux-gnueabi/usr/lib/crt1.o. How about the one to produce host 32-bit binaries? -- Thiag

Re: [Interest] QtWebengine is not built with v8 snapshot error

2020-05-03 Thread Ramakanth Kesireddy
Installed multi-lib package as well but not sure why it is unable to find the crt1.o On Mon, 4 May, 2020, 09:36 Ramakanth Kesireddy, wrote: > The cross compiled crt1.o is found > in > /home/target/ti-processor-sdk-linux-rt-am335x-evm-05.03.00.07/linux-devkit/sysroots/armv7ahf-neon-linux-gnueabi

Re: [Interest] QtWebengine is not built with v8 snapshot error

2020-05-03 Thread Ramakanth Kesireddy
The cross compiled crt1.o is found in /home/target/ti-processor-sdk-linux-rt-am335x-evm-05.03.00.07/linux-devkit/sysroots/armv7ahf-neon-linux-gnueabi/usr/lib/crt1.o. But still it throws it cannot find the same though sysroot is added in the configure line -sysroot /home/target/ti-processor-sdk-li

Re: [Interest] QtWebengine is not built with v8 snapshot error

2020-05-03 Thread Thiago Macieira
On Sunday, 3 May 2020 19:20:04 PDT Ramakanth Kesireddy wrote: > I did install all the libraries that compile to 32 bit. However, > QtWebengine module throws below error on cross-compilation: > ./../../arm-linux-gnueabihf/bin/ld: cannot find crti.o: No such file or > directory > collect2: error: ld

Re: [Interest] QtWebengine is not built with v8 snapshot error

2020-05-03 Thread Ramakanth Kesireddy
I did install all the libraries that compile to 32 bit. However, QtWebengine module throws below error on cross-compilation: /home/target/ti-processor-sdk-linux-rt-am335x-evm-05.03.00.07/linux-devkit/sysroots/x86_64-arago-linux/usr/bin/../lib/gcc/arm-linux-gnueabihf/7.2.1/../../../../arm-linux-gnu

Re: [Interest] QtWebengine is not built with v8 snapshot error

2020-05-03 Thread Allan Sandfeld Jensen
I am not sure, I think gcc-7-base:i386 or something like that, check the config.log and how the test failed. You basically just need a compiler that compile to 32bit, and the most basic libraries (libc, libstdc++) for 32bit as well. 'Allan On Sonntag, 3. Mai 2020 11:41:20 CEST you wrote: > Tha

Re: [Interest] QtWebengine is not built with v8 snapshot error

2020-05-03 Thread Ramakanth Kesireddy
Thanks for your mail. Could you please let me know the packages to be installed on Ubuntu 16.04(64 bit) to match the target for building the snapshot? Best Regards, Ramakanth On Sun, May 3, 2020 at 12:15 PM Allan Sandfeld Jensen wrote: > On Sonntag, 3. Mai 2020 06:20:22 CEST Ramakanth Kesireddy

Re: [Interest] QtWebengine is not built with v8 snapshot error

2020-05-02 Thread Allan Sandfeld Jensen
On Sonntag, 3. Mai 2020 06:20:22 CEST Ramakanth Kesireddy wrote: > ,Hi, > > As am trying to cross-compile Qt 5.12.8 sources on Ubuntu 16.04(64 bit), it > throws below error: > > V8 snapshot cannot be built. Most likely, the 32-bit host compiler does not > work. Please make sure you have 32-bit de

[Interest] QtWebengine is not built with v8 snapshot error

2020-05-02 Thread Ramakanth Kesireddy
,Hi, As am trying to cross-compile Qt 5.12.8 sources on Ubuntu 16.04(64 bit), it throws below error: V8 snapshot cannot be built. Most likely, the 32-bit host compiler does not work. Please make sure you have 32-bit devel environment installed, or configure webengine with '-no-webengine-v8-snaps