arm - Whether does cmake work on cross-compiler Linaro chain? -
i have c project, supports many platforms. generator has borland makefiles, nmake makefiles, msvc 6, 7, 8, 9, 11, eclipse cdt4 ‐ unix makefiles etc. have generated msvc 9 solution cmake on windows 7. ok. now, generate arm cortex a8 project on ti sitara sdk, of above c project. ti sitara sdk installed on ubuntu 14.04 os host computer. there cross-compiling tool chain: linaro on ubuntu pc. from original c project document, looks below selection appropriate sitara sdk because uses eclipse (but has 8.1.1 on window, higher cdt4) eclipse cdt4 ‐ unix makefiles = generates eclipse cdt 4.0 project files. i have set compiler path: export cmake_c_compiler=/home/u64rj/ti-processor-sdk-linux-am335x-evm-01.00.00.03/linux-devkit/sysroots/i686-arago-linux/usr/bin/arm-linux-gnueabihf-gcc export cmake_eclipse_version=4.2 when run cmake, there still such errors: u64rj@u64rj-ms-7696:~/u64rj-fixed/sdk-2-src$ cmake -g "eclipse cdt4 - unix makefile...