[CMake] Adding configuration for a new compiler

Alexander Neundorf a.neundorf-work at gmx.net
Wed Apr 9 17:59:48 EDT 2008


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


More information about the CMake mailing list