Reputation: 169
I'm trying to run a basic hello world on cLion, but when I run the application it's freeze complete.
Here is a screen capture that you can see the console, and the code.
and here the version that I am using for the compiler, the CMake and the GDB
I tried to use cygwin64, but the version they have for the GDB is 7.7x, and is incompatible for cLion, they need 1.8.x
Upvotes: 2
Views: 898
Reputation: 141638
Try disabling the antivirus or adding an exception for your program; what happens is that the antivirus thinks your program is a virus because it is an executable that just got created and run. Avast is particularly notorious for this.
Upvotes: 2