[CMake] CMake and OpenWrt

Cedric GESTES goctaf at gmail.com
Mon Dec 7 10:40:48 EST 2009


Yep I did. in fact with openembedded, not openwrt.

You need a toolchain.cmake file to be passed to cmake. This file will
configure cmake to use your cross-tool-chain. (compiler and staged library).

see: http://www.cmake.org/Wiki/CMake_Cross_Compiling


On Mon, Dec 7, 2009 at 4:05 PM, Tim Just <tim.just at rwth-aachen.de> wrote:

> Hi,
>
> we want to use CMake as replacement of GNU Autotools within a research
> project. The CMake build system for Unix platforms is almost working.
>
> The next step would be to build our project within OpenWrt[1]. Because
> autotools is widely used in combination with OpenWrt, there was little
> effort to build our software using this combination.
>
> Now I'm not sure if it is possible to use CMake as build system within
> OpenWrt. The point is, that during the build process the whole toolchain has
> to be compiled for the target platform...
>
> My searches on google only produced [2].
>
> Has anybody already used CMake in combination with OpenWrt or has some
> ideas how to start?
>
> Best regards,
>
> Tim
>
>
>
> [1] http://www.openwrt.org/
> [2] https://dev.openwrt.org/ticket/3010
> _______________________________________________
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at
> http://www.kitware.com/opensource/opensource.html
>
> Please keep messages on-topic and check the CMake FAQ at:
> http://www.cmake.org/Wiki/CMake_FAQ
>
> Follow this link to subscribe/unsubscribe:
> http://www.cmake.org/mailman/listinfo/cmake
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.cmake.org/pipermail/cmake/attachments/20091207/12ed8986/attachment.htm>


More information about the CMake mailing list