Re: [CMake] set custom linker in linux

2011-06-24 Thread Yngve Inntjore Levinsen
Ah, that's a different problem. I believe you need to write a specific toolchain file in your case, since your compiler creates binaries which does not work on your own platform (?). See e.g. here: http://www.cmake.org/pipermail/cmake/2008-July/022868.html Others might want to correct me if I'm

Re: [CMake] set custom linker in linux

2011-06-24 Thread gekso
Doesn't work.. What I have is: # export CC=i686-android-linux-gcc # export CXX=i686-android-linux-gcc << skipped long paths to compiler >> The C compiler "i686-android-linux-gcc" is not able to compile a simple test program. It fails with the following output: Change Dir: .../CMakeFile

Re: [CMake] set custom linker in linux

2011-06-23 Thread Yngve Inntjore Levinsen
Torsdag 23 juni 2011 13.34.24 skrev gekso : > Hello! Please, help to to set custom linker. I use gcc1/g++1 instead > of basic gcc/g++ on system. > I've tried to export CC/CXX, but I need to change linker from "ld" to > "g++1". Is it possible? > ___ > Pow

[CMake] set custom linker in linux

2011-06-23 Thread gekso
Hello! Please, help to to set custom linker. I use gcc1/g++1 instead of basic gcc/g++ on system. I've tried to export CC/CXX, but I need to change linker from "ld" to "g++1". Is it possible? ___ Powered by www.kitware.com Visit other Kitware open-source