Skip to content

TI: Fix C toolchain command-lines

Oliver Blasius requested to merge oliverb/cmake:TI-C into master

Fixed TI-C compiler file.

This is tested with

Fixed issues:

  • the linker options were in the wrong order (linking didnt work)
  • the map file was not produced
  • response file flags were missing/incorrect, which lead to compile failures with Ninja and response files
Edited by Brad King

Merge request reports