Re: [yocto] [meta-freescale] hiawatha-8.6 using Yocto

2012-12-28 Thread Otavio Salvador
On Fri, Dec 28, 2012 at 4:30 AM, GOPIKRISHNAN S wrote: > I am getting some errors while building hiawatha(using recipe from > openembedded). In investigation I found all return \type and parameter type > seems to be same & in all /usr/include/*.h files in declared as extern was > added before to m

Re: [yocto] [meta-freescale] hiawatha-8.6 using Yocto

2012-12-28 Thread Jack Mitchell
Hi, On 12/28/12 06:30, GOPIKRISHNAN S wrote: I am getting some errors while building hiawatha(using recipe from openembedded). In investigation I found all return \type and parameter type seems to be same & in all /usr/include/*.h files in declared as extern was added before to make it visible

Re: [yocto] [meta-freescale] hiawatha-8.6 using Yocto

2012-12-27 Thread GOPIKRISHNAN S
I am getting some errors while building hiawatha(using recipe from openembedded). In investigation I found all return \type and parameter type seems to be same & in all /usr/include/*.h files in declared as extern was added before to make it visible in global. I wonder no problem was not raised whi

Re: [yocto] [meta-freescale] hiawatha-8.6 using Yocto

2012-12-21 Thread Eric Bénard
Hi, Le Fri, 21 Dec 2012 21:41:38 +0530, GOPIKRISHNAN S a écrit : > I was trying to install hiawatha on my freescale p2041rdb. But it is using > cmake to configure and install. > How to write recipe for this with cmake. I have writted recipe for packages > with autotools, and make file. > Any Idea