avatarHK Blog
Tools/Developer/IDE Editor

Clion

Clion is an IDE for c/c++ programming by JetBrians.

Resources

gcc in Clion

Read Compilers: Configure Clion to use gcc and gdb

  • Run which gcc to locate gcc command and enter that into the setting
  • gdb isn't awailable on Mac with Arm CPU
  • If you can see the green arrow, then you can run it
  • Otherwise, edit or add a new configuration
  • Choose the C/C++ File (if you don't see it, restart Clion or computer)
  • Then choose the gcc toolchain configured previously and choose the right source file

How is this guide?

On this page