Re: [yocto] eclipse-poky: Can't build from Eclipse, but command line build works

2015-03-13 Thread Minchev, Todor
*snip* This is a different error. There seems to be a mismatch between your toolchain and rootfs. Could you please share the full name of my_built_image.tar.gz from runqemu-extract-sdk my_built_image.tar.gz sysroot_destination_directory I have been able to get things to

Re: [yocto] eclipse-poky: Can't build from Eclipse, but command line build works

2015-03-13 Thread Bryan Evenson
Todor, -Original Message- From: Minchev, Todor [mailto:todor.minc...@intel.com] Sent: Friday, March 13, 2015 4:59 AM To: Bryan Evenson Cc: yocto@yoctoproject.org Subject: Re: [yocto] eclipse-poky: Can't build from Eclipse, but command line build works *snip

Re: [yocto] eclipse-poky: Can't build from Eclipse, but command line build works

2015-03-12 Thread Bryan Evenson
Todor, It appears that your toolchain is configured properly, however the GNU linker (ld) cannot find the libraries it needs to link the binary. I suspect that the culprit is --sysroot=$SDKTARGETSYSROOT There should be an environment setup file

Re: [yocto] eclipse-poky: Can't build from Eclipse, but command line build works

2015-03-12 Thread Minchev, Todor
On Thu, 2015-03-12 at 13:43 +, Bryan Evenson wrote: Todor, It appears that your toolchain is configured properly, however the GNU linker (ld) cannot find the libraries it needs to link the binary. I suspect that the culprit is --sysroot=$SDKTARGETSYSROOT There should be an

Re: [yocto] eclipse-poky: Can't build from Eclipse, but command line build works

2015-03-12 Thread Bryan Evenson
Todor, -Original Message- From: Minchev, Todor [mailto:todor.minc...@intel.com] Sent: Thursday, March 12, 2015 1:50 PM To: Bryan Evenson Cc: yocto@yoctoproject.org Subject: Re: [yocto] eclipse-poky: Can't build from Eclipse, but command line build works On Thu, 2015-03-12 at 13

Re: [yocto] eclipse-poky: Can't build from Eclipse, but command line build works

2015-03-12 Thread Bryan Evenson
-Original Message- From: Minchev, Todor [mailto:todor.minc...@intel.com] Sent: Thursday, March 12, 2015 1:50 PM To: Bryan Evenson Cc: yocto@yoctoproject.org Subject: Re: [yocto] eclipse-poky: Can't build from Eclipse, but command line build works On Thu, 2015-03-12 at 13:43

Re: [yocto] eclipse-poky: Can't build from Eclipse, but command line build works

2015-03-12 Thread Minchev, Todor
Hello Bryan, On Wed, 2015-03-11 at 13:45 +, Bryan Evenson wrote: I am trying to get the Yocto Eclipse plug-in setup so that I can build my application from Eclipse. I am *almost* there, but the final build is not working. I'm assuming there are some path/rights issues somewhere in the

[yocto] eclipse-poky: Can't build from Eclipse, but command line build works

2015-03-11 Thread Bryan Evenson
I am trying to get the Yocto Eclipse plug-in setup so that I can build my application from Eclipse. I am *almost* there, but the final build is not working. I'm assuming there are some path/rights issues somewhere in the chain because I can build from the command line. I'm looking for some