Re: [CMake] codesourcery integration

2010-11-17 Thread Eric Noulard
2010/11/17 Andrea Galeazzi : > I'm facing the problem of using the cross compile toolchain of CodeSourcery. > My host system in Windows and my target is ARM-Linux. > I red this tutorial http://www.cmake.org/Wiki/CMake_Cross_Compiling and I > tried to do something similar: > # this one is important

Re: [CMake] codesourcery integration

2010-11-17 Thread Rolf Eike Beer
Am Mittwoch, 17. November 2010 schrieb Andrea Galeazzi: > I'm facing the problem of using the cross compile toolchain of > CodeSourcery. My host system in Windows and my target is ARM-Linux. > I red this tutorial http://www.cmake.org/Wiki/CMake_Cross_Compiling and > I tried to do something similar:

[CMake] codesourcery integration

2010-11-17 Thread Andrea Galeazzi
I'm facing the problem of using the cross compile toolchain of CodeSourcery. My host system in Windows and my target is ARM-Linux. I red this tutorial http://www.cmake.org/Wiki/CMake_Cross_Compiling and I tried to do something similar: # this one is important SET(CMAKE_SYSTEM_NAME Linux) #this o