[CMake] TI-C CMAKE_C_LINK_EXECUTABLE order

2015-05-28 Thread Tristram, Falk
Hi all, before creating a bug report about this problem, I first want to get feedback here. I have created a CMake build system for a whole bunch of embedded targets all working fine. Now I ran into a strange problem related to the tms470_5.0.1. Some of the symbols are just dropped by linker

Re: [CMake] Toolchains and CMAKE_FORCE_C_COMPILER in 3.5

2016-02-14 Thread Tristram, Falk
Hi, this is a nasty problem, preventing suitable compiler detection. I can confirm it with older versions of CMake, e.g. 3.2.x. Did not recognize it has been fixed in the meanwhile. If anyone has a suitable solution or patched CMake version, I could help testing it. Regards, Falk From: CMake

Re: [CMake] Response files not working with TI compilers

2017-02-20 Thread Tristram, Falk
Hi, I can confirm issues with the TI-C.cmake, not specifically with your problem, but for some of the TI tools the command line input is not commutative. Before changing this in CMake I would like to highlight two important points: 1. I am not sure if anyone of the CMake core developers