Re: [yocto] YP documentation survey

2014-10-08 Thread Rifenbark, Scott M
Have you ensured that the host system has all the packages needed to build the docs? The section http://www.yoctoproject.org/docs/1.6.1/ref-manual/ref-manual.html#required-packages-for-the-host-development-system lists out the requirements needed depending on what you are building and the dist

Re: [yocto] Cannot run simple binary executable file

2014-10-08 Thread Maciej Borzecki
On Thursday 09 of October 2014 05:34:29 Wy kevinthesun wrote: > Hi Denys, I have tried 1.5.1 and 1.3. All of them use ld-linux.so.3. > Actually in the /lib directory of these toolchains I only find > ld-linux.so.3. Try running 'readelf -a |grep FP' this should give a hint on the setting of -mflo

Re: [yocto] YP documentation survey

2014-10-08 Thread Denys Dmytriyenko
For me, it fails with: fop: command not found Trying to install fop shows me about 100 (!) Java dependencies... Is this expected? -- Denys On Fri, Oct 03, 2014 at 11:08:34AM -0400, Trevor Woerner wrote: > > On 09/30/14 14:22, Chris Hallinan wrote: > > My only comment: make it easier to buil

Re: [yocto] Cannot run simple binary executable file

2014-10-08 Thread Wy kevinthesun
Hi Denys, I have tried 1.5.1 and 1.3. All of them use ld-linux.so.3. Actually in the /lib directory of these toolchains I only find ld-linux.so.3. Thank you. 2014-10-09 4:43 GMT+08:00 Denys Dmytriyenko : > On Tue, Oct 07, 2014 at 07:05:42PM -0700, Wy kevinthesun wrote: > > However, a new problem

Re: [yocto] Cannot run simple binary executable file

2014-10-08 Thread Denys Dmytriyenko
On Tue, Oct 07, 2014 at 07:05:42PM -0700, Wy kevinthesun wrote: > However, a new problem occurs. Now when I tries run HelloWorld binary, > after "Hello World" is printed, the terminal also prints "Segmentation > fault". It seems that some memory problems occurs. I guess it comes from > that the 1.5

Re: [yocto] Cannot run simple binary executable file

2014-10-08 Thread Wy kevinthesun
However, a new problem occurs. Now when I tries run HelloWorld binary, after "Hello World" is printed, the terminal also prints "Segmentation fault". It seems that some memory problems occurs. I guess it comes from that the 1.5.1 yocto system on boards hopes ld-linux-armhf.so.3 as dynamic linker, i

Re: [yocto] Cannot run simple binary executable file

2014-10-08 Thread Wy kevinthesun
Problem solved! It turns out it is the mismatch of ld-linux.so. I referred to this post http://stackoverflow.com/questions/24543474/cross-compiled-gnu-arm-beagleboneblack-from-windows-runtime-error-on-elf, and found my problem was exactly the same: the binary needs /lib/ld-linux.so.3 to run, but th

Re: [yocto] Integration of custom recipe with SDK

2014-10-08 Thread Navani Srivastava
>>when populate_sdk gives you an SDK I dont understand why this is a requirement Now i remember.. This link was the reason that I was not using populate_sdk to build SDK for me.. "https://lists.yoctoproject.org/pipermail/yocto/2013-August/015771.html"; I still tried to build through populate_sdk

Re: [yocto] CAN Support

2014-10-08 Thread Alex J Lennon
Hi Daniel, On 07/10/2014 15:05, Daniel C. A (NESTIT) wrote: > > Hi, > > Presently im working on i.mx6 EVK for Automotive > application. I have used 'fsl-image-gui' which was Bitbaked using > Yocto-dora release. Since I'm worked on CAN interfaces, I got the > following queries. > >