Hi
Does anybodyknow whether it would be possible to use cross compiler "Cosmic 
Compiler" together with CMake under Windows?

Cosmic consists of compiler(cxs12x.exe), xgate compiler(cxxgate.exe), 
linker(clnk.exe). XGATE is another processor within one integrated circuit. So 
the build process consists of
1. compiler execution
2. xgate compiler execution
3. linker execution - that links 1. and 2. part into one binary

1. When defining cmake toolchain it asks for CXX and C compilers - but we have 
only one  C compiler(cxs12x.exe), how to force CMake to not to use C++ compiler
2. Where to set XGate compiler
3. Linker executable is not the same as compiler executable - is it possible to 
set linker variable in CMake separately from compiler variable

>From my point of view it's rather impossible staright-forward usage of Cosmic 
>together with CMake - maybe it could be done if some wrapper on all of them 
>was written.
Anyway I'd appreciate any comments concerning this issue.

Thanks
MS
_______________________________________________
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