[CMake] Toolchain file: Texas Instrument C6000 Code Generation Tools

Alexander Neundorf a.neundorf-work at gmx.net
Sun Mar 17 14:25:10 EDT 2013


On Friday 15 March 2013, Florian Reinhard wrote:
> I'm testing the next branch at the moment.
> Changes i noticed:
> setting the following options is no longer required (yay!):
> SET (CMAKE_C_COMPILER_WORKS   1)
> SET (CMAKE_CXX_COMPILER_WORKS 1)
> #skip ABI checks
> SET (CMAKE_DETERMINE_C_ABI_COMPILED   1)
> SET (CMAKE_DETERMINE_CXX_ABI_COMPILED 1)
> SET (CMAKE_DETERMINE_ASM_ABI_COMPILED 1)
> 
> compiling with 6.2.22 works fine so far

you also should not have to set CMAKE_AR and CMAKE_STRIP manually, they should 
be found now automatically.

Alex


More information about the CMake mailing list