Hi, I’m cross compiling C/C++ programs from openSUSE to a Cortex M embedded system. I’m using Eclipse as my IDE and it complains that “arm-none-eabi-g++” can’t be found. I have installed the “cross-arm-none-gcc9” rpm but it doesn’t provide the program I’m missing. However, I see that there’s “arm-none-eabi-gcc” and “arm-none-eabi-cpp”. I checked this forums to find out if I need to install additional packages. Should I install another rpm or have Eclipse pointed to gcc (or cpp) instead of g++? I read in gcc’s man page that g++ should be used when compiling a C++ program.
I’m rather new to this and I apologize if this has been answered before. Any information is greatly appreciated.
Regards,