CMake Project configuraton failed.
-
@Aswin_008 See cmake output in "General Messages", it should tell you what is wrong.
-
@Aswin_008 Please show your compiler tab in your Kit configuration.
Also, did you install build-essential package in your Ubuntu? -
@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.
-
@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).
-
@Aswin_008 Can you execute this command in a terminal and post the output?
as -v