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/TMS320DM8148: Help upgrading gcc to be compatible with c++11

Part Number: TMS320DM8148
Other Parts Discussed in Thread: CCSTUDIO

Tool/software: TI C/C++ Compiler

As mentioned in the title, we need to upgrade our toolchain to be compatible with c++11. Currently, the toolchain we are using is at version 4.5.3, which is not compatible with all the c++11 features required.

Is cross compiler a standalone binary, or is it created in the yocto build environment? If it is a standalone, can you tell me where to download an updated version that supports c++11? Additionally, how would I integrate it into the yocto build environment?

If it is compiled in the Yocto environment, what steps would we need to take in order to upgrade our toolchain to 4.5.8 or later to support c++11?

Thanks,

Will