[CMake] Cross-compiling for Tizen emulator

Bogdan Cristea cristeab at gmail.com
Fri Dec 6 16:52:46 EST 2013


On Fri 06 Dec 2013 01:04:35 AM CET, Stephen Kelly wrote:
> Bogdan Cristea wrote:
>
>> SET(CMAKE_FIND_ROOT_PATH
>> /home/bogdan/dev/src/tizenbuildtools/emulator/GBS-ROOT/local/BUILD-
> ROOTS/scratch.i586.0)
>
> This is not passed as --sysroot. However, cmake master supports a
> CMAKE_SYSROOT variable.
>
>   http://www.cmake.org/cmake/help/git-master/variable/CMAKE_SYSROOT.html
>
> Please test a master build or a nightly build so that we know CMAKE_SYSROOT
> works for you.
>
>   SET(CMAKE_SYSROOT
>   /home/bogdan/dev/src/tizenbuildtools/emulator/GBS-ROOT/local/BUILD-
> ROOTS/scratch.i586.0)
>
>
> Thanks,
>
> Steve.
>
>
> --
>
> Powered by www.kitware.com
>
> Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ
>
> Kitware offers various services to support the CMake community. For more information on each offering, please visit:
>
> CMake Support: http://cmake.org/cmake/help/support.html
> CMake Consulting: http://cmake.org/cmake/help/consulting.html
> CMake Training Courses: http://cmake.org/cmake/help/training.html
>
> Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html
>
> Follow this link to subscribe/unsubscribe:
> http://www.cmake.org/mailman/listinfo/cmake

Indeed, the compilers are detected, thank you


More information about the CMake mailing list