Hi,
Tim Just wrote:
Thanks for your fast reply!
Cedric GESTES wrote:
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).
Ok, so you first run
toolchain.cmake file and then use
the produced Makefile during the openembedded respectively openwrt build
process?
Do you have an usage example?
BR,
Tim
see: http://www.cmake.org/Wiki/CMake_Cross_Compiling
On Mon, Dec 7, 2009 at 4:05 PM, Tim Just <mailto:tim.j...@rwth-aachen.de>&
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
effor
Michael Wild wrote:
On 29. Oct, 2009, at 11:11 , Tim Just wrote:
Hi,
I'm using CMake 2.8 rc3 on Ubuntu to build a modular and extensible
project. Therefore I have a directory called 'modules' beneath the
project root. In this folder may be an undefined number of subfold
Hi,
I'm using CMake 2.8 rc3 on Ubuntu to build a modular and extensible
project. Therefore I have a directory called 'modules' beneath the
project root. In this folder may be an undefined number of subfolders
containing module sources and CMakeLists.txt files. In the
CMakeLists.txt in project