Zitat von Thomas Kindler <mail+cm...@t-kindler.de>:
cmake tries to use cygwin-style absolute "/home/tkindler.." paths,
which arm-none-eabi-gcc doesn't seem to like (being a native win32
program).

My old makefile used relative paths to invoke the compiler. How can I
do this in cmake generated makefiles?!

Prepending "c:/cygwin/" to all paths should also solve the problem.

If you have a native compiler, use the native compiled cmake. If you have a compiler/tool that depends on cygwin, use the cygwin-compiled cmake.
Living in both worlds (native vs. cygwin) is a major pain. Just don't.

HS


_______________________________________________
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

Reply via email to