Cmake profile not found

I am very new to Linux (I'm on Ubunutu) and C++. On Windows, I installed MinGW and CLion and I never had to worry about run configurations. Now I am unable to run hello world because I believe I don't have any run configurations.

 

Clion keeps saying:

11:28 AM Cannot find any CMake profile

11:28 AM Cannot find any CMake profile

11:30 AM Cannot find any CMake profile

11:31 AM Cannot find any CMake profile

0

Hi! Do I understand correctly, that now you're running CLion on Ubuntu?

Does it work if you create a default new project in CLion (close currently opened project by File | Close Project, on the Welcome Wizard choose "New Project", then choose "C++ Executable" and click "Create")?

0
Avatar
Permanently deleted user

Yes I am now running it on Ubuntu. I tried with the default hello world project, and those steps you outlined. No run configuration creates and it fails to launch!

0

1. Please provide a screenshot of File | Settings | Build, Execution, Deployment | Toolchains (please capture the screenshot after the compiler detection is completed).

2. Do you see any errors in the CMake tool window (View | Tool Windows | CMake)?

0
Avatar
Permanently deleted user
0

请先登录再写评论。