ARM DS IDE - How to add C++ Compiler
Hi,
My name is Nora and I'm working with ARM DS IDE (Version: 2022.2)
My project is a C project and I need to add support to C++The tool chain is GCC 6.2.0[arm-altera-eabi]
How to modify the definition to support c and C++?
Thanks
Hi NoraMy name is Stephen and I work at Arm.There's no easy way to change an existing C-only project to support both C and C++. The easiest approach is to create a new C/C++ project afresh, and copy your existing C files into it, then add new C++ files.I'm not familiar with the arm-altera-eabi toolchain but, a few years ago, there was a related question at:community.arm.com/.../combining-c-and-c-source-files-in-a-ds-5-project-using-the-altera-baremetal-gnu-toolchainwhich you might find useful. Sorry, I don't know if the behavior of the arm-altera-eabi toolchain has changed since then.Hope this helpsStephen
thanks for your answer
Is there any group which support arm DS and altera/intel issues?
BR,
Nora
Hi again Nora
For issues related to the arm-altera-eabi toolchain, try the Intel Community at
https://community.intel.com
Stephen