2

I'm trying to set GCC as Clion c++ compiler from settings, but I found many gcc files like : gcc, gcc-8, gcc-ar, gcc-nm, and I don't know which one to attach in c++ compiler in Toolchain. I'm totally new to Ubuntu and Clion also.

zyydoosh
  • 135

1 Answers1

3

Attach gcc or gcc-8 in C++ compiler in toolchain. gcc-8 is the latest installed version which is a good choice.

karel
  • 122,292
  • 133
  • 301
  • 332