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
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:
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