This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Compiler/CC3220: Not found C++ support in CCS

Part Number: CC3220
Other Parts Discussed in Thread: TI-CGT

Tool/software: TI C/C++ Compiler

Hi, 

In Current CCS compiler, no C++ library support is found. Would you let us know how to add it?

Regards,

Yonghua

  • More information as below:
    yuxiand@ubuntu:~/ti/ti_repo/2_cc32xx/toolchain/tools/compiler/ti-cgt-arm_16.9.6.LTS/lib$ ls -al
    total 113612
    drwxrwxrwx 3 yuxiand yuxiand 4096 Jan 30 23:51 .
    drwxrwxrwx 6 yuxiand yuxiand 4096 Jan 25 17:29 ..
    -rwxrwxrwx 1 yuxiand yuxiand 69554 Jan 25 17:29 libc.a
    -rwxrwxrwx 1 yuxiand yuxiand 2843 Jan 25 17:29 lnk.cmd
    -rwxrwxrwx 1 yuxiand yuxiand 1575776 Jan 25 17:29 mklib
    -rwxrwxrwx 1 yuxiand yuxiand 125667 Jan 25 17:29 mklib.c
    -rwxrwxrwx 1 yuxiand yuxiand 10589848 Jan 25 17:29 rtsv5_A_le_eabi.lib
    -rwxrwxrwx 1 yuxiand yuxiand 10483294 Jan 25 17:29 rtsv7A8_T_le_n_v3_eabi.lib
    -rwxrwxrwx 1 yuxiand yuxiand 10361000 Jan 25 17:29 rtsv7M3_T_le_eabi.lib
    -rwxrwxrwx 1 yuxiand yuxiand 10344628 Jan 25 17:29 rtsv7M3_T_le_xo_eabi.lib
    -rwxrwxrwx 1 yuxiand yuxiand 10365896 Jan 25 17:29 rtsv7M4_T_le_eabi.lib
    -rwxrwxrwx 1 yuxiand yuxiand 10455146 Jan 25 17:29 rtsv7M4_T_le_v4SPD16_eabi.lib
    -rwxrwxrwx 1 yuxiand yuxiand 10443922 Jan 25 17:29 rtsv7M4_T_le_v4SPD16_xo_eabi.lib
    -rwxrwxrwx 1 yuxiand yuxiand 10349424 Jan 25 17:29 rtsv7M4_T_le_xo_eabi.lib
    -rwxrwxrwx 1 yuxiand yuxiand 10385002 Jan 25 17:29 rtsv7R4_T_be
  • thanks Yonghua for post this issue.let me address this issue in detail :
    the toolchain : ccsv7/tools/compiler/ti-cgt-arm_16.9.6.LTS not support the libstdc++ and *g++
    it seems the ti-cgt_16.9.6.LTS not enable the c++ related compile option when build the arm-16.9.6.lts source code to generate the cross-compile toolchain ccsv7/tools/compiler/ti-cgt-arm_16.9.6.LTS.
    who can share a one copy that support the c++?
    thanks,
    dai yuxian
  • Yonghua Pan said:
    In Current CCS compiler, no C++ library support is found. Would you let us know how to add it?

    There is no need to add anything.  The RTS libraries that come with the TI ARM compiler are not organized like that.  Support for C++ is built-in.  

    Thanks and regards,

    -George