Re: [yocto] compiling core-image-sato failure on 32 bits system

2018-04-17 Thread Burton, Ross
On 17 April 2018 at 15:03, Khem Raj wrote: > On Tue, Apr 17, 2018 at 3:13 AM, Burton, Ross wrote: >> If you've an i5 why are you running a 32-bit OS? Just so you're >> aware, it's practically impossible to build webkit on a 32-bit host >> because there

Re: [yocto] compiling core-image-sato failure on 32 bits system

2018-04-17 Thread Khem Raj
On Tue, Apr 17, 2018 at 3:13 AM, Burton, Ross wrote: > If you've an i5 why are you running a 32-bit OS? Just so you're > aware, it's practically impossible to build webkit on a 32-bit host > because there just isn't enough memory available. > you need 8G of RAM minimum or

Re: [yocto] compiling core-image-sato failure on 32 bits system

2018-04-17 Thread Burton, Ross
If you've an i5 why are you running a 32-bit OS? Just so you're aware, it's practically impossible to build webkit on a 32-bit host because there just isn't enough memory available. Ross On 17 April 2018 at 10:50, Stéphane Ancelot wrote: > > > Le 17/04/2018 à 09:08,

Re: [yocto] compiling core-image-sato failure on 32 bits system

2018-04-17 Thread Iván Castell
If dmesg message shows no crashes your problem seems not related with the CPU of your host (build) machine. You should investigate further about that "Segmentation Fault" ERROR message. What gcc version is installed in your host machine? Also, check

Re: [yocto] compiling core-image-sato failure on 32 bits system

2018-04-17 Thread Stéphane Ancelot
Le 17/04/2018 à 09:08, Iván Castell a écrit : Review "dmesg" output to see if there is some kernel crash in your host machine. Which CPU are you using to compile yocto (your host machine)?We also have been dealing with this kind of issues compiling with anAMD Ryzen 7 1700 Eight-Core

[yocto] compiling core-image-sato failure on 32 bits system

2018-04-17 Thread Stéphane Ancelot
** *Hi,* * ** On my ubuntu bionic system 32 bits, compilation core-image-sato fails as follow; ** unfortunately nothing seems interesting in log*.*do_install. ** what can I do ? * Regards, Steph * ** Build Configuration: BB_VERSION = "1.36.0" BUILD_SYS = "i686-linux"