How to Add C++ Compiler in STM32CubeIDE for Mixed C/C++ Project?
Hello everyone,
I’m working on a project in STM32CubeIDE with C, and I’d like to add a C++ library. I’ve read that it’s possible to mix C and C++ using different compilers, but in my project settings (C/C++ Build > Settings > Paths and Symbols), I only see the GNU C compiler (arm-none-eabi-gcc).
How can I add the C++ compiler (arm-none-eabi-g++) in STM32CubeIDE?
Do I need to change any other settings to properly handle mixed C and C++ code in the project?
Thank you for your help!

