On Thu, 18 Nov 2010 13:49:46 +0100, Bas Mevissen <[email protected]> wrote: > On Thu, 18 Nov 2010 13:37:25 +0100, Jan Willies <[email protected]> > wrote: >> Hi Bas, >> >> 2010/11/17 Bas Mevissen >> The attached patch against trunk adds CMake host tool support. >> >> Thanks for your patch, I hope we can finally update Weechat (which >> kinda depends on cmake) to something recent. >> >> I applied your patch but building fails however: >> > > It looks you are trying to cross compile something that needs to be > compiled for the host. Is there something defined in your environment > for cross compiling?
The mail escaped before being finished... The text Line: gcc -Os -pipe -march=armv5te -mtune=marvell-f -funit-at-a-time cmake_bootstrap_22734_test.c -o cmake_bootstrap_22734_test in the output you posted lets me suspect that you exported a CFLAGS define like export CFLAGS=-march=armv5te -mtune=marvell-f -funit-at-a-time somewhere. I checked the output of build_dir/host/cmake-2.8.3/Bootstrap.cmk/cmake_bootstrap.log on my system: Test succeded Try: gcc Line: gcc cmake_bootstrap_10230_test.c -o cmake_bootstrap_10230_test ---------- file ----------------------- Regards, -- Bas _______________________________________________ openwrt-devel mailing list [email protected] https://lists.openwrt.org/mailman/listinfo/openwrt-devel
