On Wednesday 09 April 2008, Hendrik Sattler wrote: > Hi, > > I would like to make CMake work with an embedded cross-compiler, namely > nc30.
What compiler is that ? Google on nc30 gives this: http://www.v-four.freeserve.co.uk/vfr400.htm > Is there any description which variables with what meaning have to be > adjusted? Yes (at least in the book, I guess also in the wiki). You can also have a look at the existing compiler support files, like e.g. Modules/Platforms/Generic-SDCC-C.cmake. This should give you an idea. > Problems with that compiler is that the created files do not have standard > names and there is no option to change that. Do you mean the object files ? What names do they get ? Alex _______________________________________________ CMake mailing list [email protected] http://www.cmake.org/mailman/listinfo/cmake
