Re: [CMake] cross-compiling / host compiling

2010-06-07 Thread Alexander Neundorf
On Monday 07 June 2010, Aeschbacher, Fabrice wrote: > Thank you for responding > > Actually, I noticed that putting following line in the CMakeLists.txt of > the tool that should not be cross-compiled also works: > > SET(CMAKE_C_COMPILER "gcc") > > The only drawback I found until now is that the na

Re: [CMake] cross-compiling / host compiling

2010-06-07 Thread Aeschbacher, Fabrice
tup (which is for us a minor issue) Best regards, Fabrice Aeschbacher > -Ursprüngliche Nachricht- > Von: Michael Wild [mailto:them...@gmail.com] > Gesendet: Donnerstag, 3. Juni 2010 14:15 > An: Alexander Neundorf > Cc: cmake@cmake.org; Aeschbacher, Fabrice > Betreff:

Re: [CMake] cross-compiling / host compiling

2010-06-03 Thread Michael Wild
On 3. Jun, 2010, at 14:09 , Alexander Neundorf wrote: > On Wednesday 02 June 2010, Aeschbacher, Fabrice wrote: >> [Sorry if this message is posted twice, but first was before I subscribed >> to the list, so I'm not sure it was not rejected] >> >> >> Hi, >> >> [using cmake 2.8.1] >> >> I have

Re: [CMake] cross-compiling / host compiling

2010-06-03 Thread Alexander Neundorf
On Wednesday 02 June 2010, Aeschbacher, Fabrice wrote: > [Sorry if this message is posted twice, but first was before I subscribed > to the list, so I'm not sure it was not rejected] > > > Hi, > > [using cmake 2.8.1] > > I have a project where almost every sub-dirs should be cross-compiled > (arm-l

[CMake] cross-compiling / host compiling

2010-06-02 Thread Aeschbacher, Fabrice
[Sorry if this message is posted twice, but first was before I subscribed to the list, so I'm not sure it was not rejected] Hi, [using cmake 2.8.1] I have a project where almost every sub-dirs should be cross-compiled (arm-linux-gnuueabi-gcc), but one directory containing a tool which must be