Re: [yocto] Fail to build core-image-minimal when MACHINE=genericx86-64

2013-11-07 Thread Darren Hart
On Sun, 2013-11-03 at 19:43 -0500, Markus Svilans wrote: > Hi Khem, > > Per your suggestion, I installed gcc-multilib and was able to build > syslinux and core-image-minimal. Wonderful! > > Thank you for having a look at this problem and finding the fix. > > May I suggest that the Ubuntu/Debia

Re: [yocto] Fail to build core-image-minimal when MACHINE=genericx86-64

2013-11-03 Thread Markus Svilans
Hi Khem, Per your suggestion, I installed gcc-multilib and was able to build syslinux and core-image-minimal. Wonderful! Thank you for having a look at this problem and finding the fix. May I suggest that the Ubuntu/Debian section in Yocto Quick Start documentation (https://www.yoctoproject

Re: [yocto] Fail to build core-image-minimal when MACHINE=genericx86-64

2013-11-03 Thread Khem Raj
On Thu, Oct 31, 2013 at 3:48 PM, Markus Svilans wrote: > With the help of a friend, have confirmed that 'core-image-minimal' cannot > be built with Ubuntu 13.10 64-bit when MACHINE=genericx86-64. Attempted the > build on a different machine in a different city, same results (failure to > build). >

Re: [yocto] Fail to build core-image-minimal when MACHINE=genericx86-64

2013-10-31 Thread Markus Svilans
With the help of a friend, have confirmed that 'core-image-minimal' cannot be built with Ubuntu 13.10 64-bit when MACHINE=genericx86-64. Attempted the build on a different machine in a different city, same results (failure to build). Confirmed that 'core-image-minimal' can be successfully buil

Re: [yocto] Fail to build core-image-minimal when MACHINE=genericx86-64

2013-10-29 Thread Markus Svilans
Thanks, Khem. Following your suggestion, I tried removing the com32/ subdirectory from the build, by modifying the do_configure() routine in syslinux_6.01.bb recipe. It did not work, there were errors related to missing .o files in a later step. Your response prompted me to look further. It

Re: [yocto] Fail to build core-image-minimal when MACHINE=genericx86-64

2013-10-29 Thread Khem Raj
On Tue, Oct 29, 2013 at 3:55 PM, Markus Svilans wrote: > Dear list, > > A quick update: > > - The same build failure occurred when I tried "bitbake core-image-minimal" > using a fresh poky 1.5 downloaded from the Yocto web site, with MACHINE set > to genericx86-64. > - The same build failure occur

Re: [yocto] Fail to build core-image-minimal when MACHINE=genericx86-64

2013-10-29 Thread Markus Svilans
Dear list, A quick update: - The same build failure occurred when I tried "bitbake core-image-minimal" using a fresh poky 1.5 downloaded from the Yocto web site, with MACHINE set to genericx86-64. - The same build failure occurred when I manually created a recipe for syslinux 6.02 and tried t