Skip to content
  • Wojciech Migda's avatar
    Recognize the Texas Instruments DSP compiler (#11645) · f1392dc9
    Wojciech Migda authored and Brad King's avatar Brad King committed
    The TI DSP compiler predefines "__TI_COMPILER_VERSION__".  Use this to
    identify the C and C++ compilers.  For assembler language the C compiler
    executable is used:
    
      $ cl6x -h
      TMS320C6x C/C++ Compiler v6.1.11
      Tools Copyright (c) 1996-2009 Texas Instruments Incorporated
    
    Use this command-line option and output to recognize the assembler.
    f1392dc9