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

2017-06-30 Thread Rajesh Kumar
from what you see on the version that works vs the one > that doesn't since it sounds like a possible regression. > > Thanks. > > -- > Chuck Atkins > Staff R&D Engineer, Scientific Computing > Kitware, Inc. > > > On Fri, Jun 30, 2017 at 1:17 PM, Rajesh

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 identificat

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 informati

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

2017-06-22 Thread Rajesh Kumar
g to build >cmocka project. cmake $cmockasource path -Wno-dev --trace. Also I tried >compiling cmocka project by forcing the C compiler with >CMAKE_C_COMPILERFORCED, but no luck. > > > -- > Chuck Atkins > Staff R&D Engineer, Scientific Computing >

[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 suggest.