
- SETTING UP CLION INSTALL
- SETTING UP CLION FULL
Check the project configuration (‘Run’ -> ‘Edit configuration’) to make sure your project name appears there and you can select options in ‘Target’, ‘Configuration’ and ‘Executable’ fields.īelow are the detailed steps that solved this issue for me:. Restart CLion and check ‘Settings’ -> ‘Build, Execution, Deployment’ to make sure CLion has picked up the right versions of Cygwin, make and gdb. SETTING UP CLION FULL
Add full path to Cygwin ‘bin’ directory to Windows Environment variables. SETTING UP CLION INSTALL
Install Cygwin with GCC, G++, GDB and CMake (the required versions). SHORT ANSWER (should be similar for MinGW too but I haven’t tried it): Below is the short answer with steps I used to fix the issue. My OS is installed in C: drive and CLion 1.2.1 and Cygwin (64-bit) are installed in D: drive. It was working fine before I had updated my OS. I ran into the same issue with CLion 1.2.1 (at the time of writing this answer) after updating Windows 10. I tried everything, but I’m not able to make it work. My CMakeList.txt looks like: cmake_minimum_required(VERSION 3.3) The rest of the configuration looks optional. Should the path to GCC be here? (C:MinGWbingcc.exe) I cannot specify the "configuration" (all tutorials I found have Debug or Run here). I cannot specify the "target" the only thing I can do is set "All targets".
When I try to run the application, it refers me to "Edit configuration", so I added a new application and now I have this problem:
I’m not able to compile and run my application (a simple "hello world"). However, I’m having problems configuring it. I just downloaded CLion from because I just love the rest of their products.