Re: [CMake] Unable to build cmoka project using cmake

2017-06-30 Thread Rajesh Kumar
Sure Chuck, will try and let you know. Regards Rajesh On Fri, Jun 30, 2017, 11:29 PM Chuck Atkins wrote: > Hi Rajesh, so you're saying it works with 3.8.2 but not with 3.9.x? Can > you try with the recent release candidate, 3.9.0-RC5? It would be helpful > to know

Re: [CMake] Unable to build cmoka project using cmake

2017-06-30 Thread Chuck Atkins
Hi Rajesh, so you're saying it works with 3.8.2 but not with 3.9.x? Can you try with the recent release candidate, 3.9.0-RC5? It would be helpful to know the output from what you see on the version that works vs the one that doesn't since it sounds like a possible regression. Thanks.

Re: [CMake] Unable to build cmoka project using cmake

2017-06-30 Thread Rajesh Kumar
Tried with cmake 3.8.2 version. Able to compile CMOCKA. Regards Rajesh On Wed, Jun 21, 2017, 3:10 PM Rajesh Kumar wrote: > Hi Al, > > I am unable to build cmocka project using Cmake. The below are the errors > which I'm facing. > > "The C compiler identification is

Re: [CMake] Unable to build cmoka project using cmake

2017-06-27 Thread Rajesh Kumar
Any suggestions please? Regards Rajesh On Thu, Jun 22, 2017, 1:17 PM Rajesh Kumar wrote: > Hi Chuck, > > Comments are inline. > > Regards > Rajesh > > On Wed, Jun 21, 2017, 8:32 PM Chuck Atkins > wrote: > >> Hi Rajesh, >> We would need more

Re: [CMake] Unable to build cmoka project using cmake

2017-06-22 Thread Rajesh Kumar
Hi Chuck, Comments are inline. Regards Rajesh On Wed, Jun 21, 2017, 8:32 PM Chuck Atkins wrote: > Hi Rajesh, > We would need more information to be useful: > >- What version of CMake are you using? - 3.9.20170615 ( on 20170615 I >have downloaded the source

Re: [CMake] Unable to build cmoka project using cmake

2017-06-21 Thread Chuck Atkins
Hi Rajesh, We would need more information to be useful: - What version of CMake are you using? - What compiler and version are you using? - What OS and version are you using? - Do you have separate source and build directories? - How are you running cmake? -- Chuck

[CMake] Unable to build cmoka project using cmake

2017-06-21 Thread Rajesh Kumar
Hi All, I am unable to build cmocka project using Cmake. The below are the errors which I'm facing. "The C compiler identification is unknown" "System is unknown to cmake, create: to use this system, please send your config file to cm...@www.cmake.org so it can be added to cmake" Please