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
  • 5
  • 1
    Attach gcc or gcc-8 in C++ compiler in toolchain. gcc-8 is the latest installed version which is a good choice. – karel Aug 04 '19 at 11:47

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
  • 110,292
  • 102
  • 269
  • 299