Hello, 2008/7/16 Phil Pellouchoud <[EMAIL PROTECTED]>: > Hi. > [...] > -- toolchain.cmake -- > SET( CMAKE_SYSTEM_NAME foobar ) > SET( CMAKE_SYST EM_VERSION 1 ) > SET( CMAKE_SYSTEM_PROCESSOR arm-foo ) > SET( CMAKE_SYSTEM_C_COMPILER /absolute/path/to/compiler ) > SET( CMAKE_SYSTEM_CXX_COMPILER /absolute/path/to/compiler ) > SET( CMAKE_FIND_ROOT_PATH /absolute/path/to/compiler/tools ) >
That should be SET( CMAKE_C_COMPILER /absolute/path/to/compiler ) SET( CMAKE_CXX_COMPILER /absolute/path/to/compiler ) kind regards Andreas Pokorny _______________________________________________ CMake mailing list [email protected] http://www.cmake.org/mailman/listinfo/cmake
