RE: [CMake] crosscompiling problems on XP

2007-03-05 Thread Trevor Kellaway
Kishore, > Your other post gives me hope but I don't understand the difference > between what im doing and what the UseEcos.cmake does. Only > the way the > compiler is set is not part of CMAkeLists.txt but is passed as a > parameter to cmake. Besides, I am also using a gcc compiler. It is not j

RE: [CMake] crosscompiling problems on XP

2007-03-04 Thread Kishore, Jonnalagadda (IE10)
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Trevor Kellaway Sent: Sunday, March 04, 2007 10:39 PM To: kitts; cmake@cmake.org Subject: RE: [CMake] crosscompiling problems on XP >Kishore, >> On Thursday 01 Mar 2007 IST, Kishore, Jonnalaga

RE: [CMake] crosscompiling problems on XP

2007-03-04 Thread Trevor Kellaway
Kishore, > On Thursday 01 Mar 2007 IST, Kishore, Jonnalagadda (IE10) wrote: > > I have recently tried porting a project to CMake but I am > facing a few issues when cross-compiling > ... > Is there something i am doing wrong? Everything works fine > when i use the native compiler 'gcc' instead o

Re: [CMake] crosscompiling problems on XP

2007-03-01 Thread kitts
On Thursday 01 Mar 2007 IST, Kishore, Jonnalagadda (IE10) wrote: > I have recently tried porting a project to CMake but I am facing a few > issues when cross-compiling > > The project can be compiled with a varying set of compilers (already > works with our custom makefiles) and currently the only

[CMake] crosscompiling problems on XP

2007-02-28 Thread Kishore, Jonnalagadda (IE10)
I have recently tried porting a project to CMake but I am facing a few issues when cross-compiling The project can be compiled with a varying set of compilers (already works with our custom makefiles) and currently the only option seems to be passing this information along with the cmake comman