Hi Experts,
I am currently using mix of code between C++ and C codes.
Which version of arm none-eabi GCC supports both C and C++ mix code usage in much efficient way ?
I am using C++ in --std=c++11 and C in --std=c99 options,
Which C++ compiler toolchain binary will be apt. Is it arm-none-eabi-g++ (or) cpp (or) c++ ?
Is it good to use same compiler (G++) for compiling both C and C++ or any better way suggested.
It's better to ask GCC questions in gcc forum.
This forum focuses on Arm products such as Arm Compilers.
Hi Yang,
Sure !! But my intention is to compile the code for target ARM processors (Cortex R series).
I posted here, since I downloaded the toolchain from ARM website.
View all questions in GNU Toolchain forum