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

Florian Reinhard florian.reinhard at googlemail.com
Mon Mar 18 08:57:12 EDT 2013


2013/3/17 Alexander Neundorf <a.neundorf-work at gmx.net>:
> 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.

i figured, that this only works if CMAKE_SYSTEM_NAME is set, which i
didn't do before
this did the trick:
set (CMAKE_SYSTEM_NAME "Generic")


More information about the CMake mailing list