Re: [yocto] Trouble with yocto sdk in collaboration with eclipse and cmake

2016-08-02 Thread Hartwig, Guido
I saw that this issue is already solved in the masterbranch of the yocto eclipse plugin (http://git.yoctoproject.org/cgit/cgit.cgi/eclipse-poky/commit/?id=06fa262d309628e31648994c55324bc70f5d7dc8). Thank you for your support. -Ursprüngliche Nachricht- Von: Khem Raj

Re: [yocto] Trouble with yocto sdk in collaboration with eclipse and cmake

2016-08-01 Thread Andersen, Christian
Hi, >> On Jul 29, 2016, at 1:27 AM, Hartwig, Guido wrote: >> >> Hi, >> I have some trouble with the yocto sdk in collaboration with eclipse and >> yocto CMake project. I have install all necessary eclipse plugins and linked >> my sdk with the yocto-plugin as described in

Re: [yocto] Trouble with yocto sdk in collaboration with eclipse and cmake

2016-08-01 Thread Khem Raj
On Mon, Aug 1, 2016 at 12:04 AM, Hartwig, Guido wrote: > I have manually added the flags from CC (-march=armv7-a -marm -mfpu=neon > -mfloat-abi=hard -mcpu=cortex-a8) to the OECMAKE_C_FLAGS and then it works. I > try to find a way, where CMAKE works out of the Box with

Re: [yocto] Trouble with yocto sdk in collaboration with eclipse and cmake

2016-08-01 Thread Hartwig, Guido
I have manually added the flags from CC (-march=armv7-a -marm -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a8) to the OECMAKE_C_FLAGS and then it works. I try to find a way, where CMAKE works out of the Box with yocto-plugin. I think the plugin is the problem for this issue. -Ursprüngliche

Re: [yocto] Trouble with yocto sdk in collaboration with eclipse and cmake

2016-07-29 Thread Khem Raj
> On Jul 29, 2016, at 1:27 AM, Hartwig, Guido wrote: > > Hi, > I have some trouble with the yocto sdk in collaboration with eclipse and > yocto CMake project. I have install all necessary eclipse plugins and linked > my sdk with the yocto-plugin as described in the

[yocto] Trouble with yocto sdk in collaboration with eclipse and cmake

2016-07-29 Thread Hartwig, Guido
Hi, I have some trouble with the yocto sdk in collaboration with eclipse and yocto CMake project. I have install all necessary eclipse plugins and linked my sdk with the yocto-plugin as described in the manual. When I try to build the "Hello World" yocto cmake project it fails with following