it seems on my development environment that _CMAKE_TOOLCHAIN_PREFIX is left empty. If I force this variable to the expected value (arm-eabi-), the proper tools are detected and invoked as expected. However, _CMAKE_TOOLCHAIN_PREFIX is an CMake internal variable. Is there a better way to define it? Cheers, Manu