Re: [yocto] Eclipse IDE Plugin: Configuring cross gcc

2013-01-19 Thread Flavio Castro Alves Filho
Thank you for the observation. Probably that's the answer from the problem that I'm facing with Eclipse: https://lists.yoctoproject.org/pipermail/yocto/2013-January/013846.html 2013/1/19 Elvis Dowson : > Hi, > > On Jan 20, 2013, at 12:15 AM, Flavio Castro Alves Filho > wrote: > >> I believe t

Re: [yocto] Eclipse IDE Plugin: Configuring cross gcc

2013-01-19 Thread Elvis Dowson
Hi, On Jan 20, 2013, at 12:15 AM, Flavio Castro Alves Filho wrote: > I believe that Yocto ADT plugin only supports Autotools based projects. I tried an Autotools project with a standalone toolchain sdk installed on a separate machine. It was able to reconfigure and build the example. However

Re: [yocto] Eclipse IDE Plugin: Configuring cross gcc

2013-01-19 Thread Flavio Castro Alves Filho
Hello Elvis, I believe that Yocto ADT plugin only supports Autotools based projects. Common CDT based cross gcc projects do not detect the Yocto environment. I suggest you to load the environmet variable before launching Eclipse and add, by hand, the cross compiler prefix when you create the fir

[yocto] Eclipse IDE Plugin: Configuring cross gcc

2013-01-19 Thread Elvis Dowson
Hi, I've build meta-toolchain-sdk and installed the toolchain on a separate machine. I then installed Eclipse, Linux tools, and the Yocto Eclipse IDE Plugin. I configured the Yocto Project ADT to use Standalone Pre-built toolchain, and pointed to the correct toolchain root and sysroot loc