CMake Project configuraton failed.
-
@Aswin_008
as
is missing... that is a very unusual error, I don't think I've ever seen it on a desktop machine. When cross-compiling, yes.Try running this in terminal:
sudo apt install build-essential
, hopefully it will fix the problem. -
@Aswin_008 Please select the compiler you're using in "Compilers" and check whether there are any errors/warnings.
-
there are no error in gcc,g++ compilers. they're working good. there's no error in the compilers page.
@Aswin_008 Set the auto detected compiler
-
@Aswin_008 I mean select the autodetected compiler in your Kit (so use the autodetected compiler, not the one you added manually).
-
I'm unable to select the auto-detected compilers in the kit page.
It only shows the manually entered compilers.
@Aswin_008 Can you execute this command in a terminal and post the output?
as -v