Project ERROR: Cannot run compiler 'g++'
-
wrote on 14 Nov 2018, 14:46 last edited by
I just tried that, no luck still got the same errors.
-
Hi,
Did you check the
PATH
environment variable in the Build part of the Project panel ? -
wrote on 30 Aug 2019, 12:41 last edited by
Hi,
how to delete the pro file?..I am very new to this qt..please let me know.. -
@Asha it's the .pro.user file that is mentioned. Deleting it is unrelated to Qt, just use your file manager or a terminal to delete the file.
-
wrote on 3 Sept 2019, 08:00 last edited by
Thankyou for the replay, now after building and running a small application ,I am getting Application output is ,"cannot run: No command given",what it means, and how to solve this..
-
wrote on 3 Sept 2019, 12:48 last edited by
After deleting that .pro file what will be the next step...
-
wrote on 4 Sept 2019, 12:12 last edited by
Hi,
I am very new this qt,please help me,getting error "cannot run: No command given",and the device is connecting but sftp connection is not showing anything... -
Did you check the settings of your project ?
-
wrote on 28 Feb 2020, 22:09 last edited by
Hey, I'm having the same or similar issue, see
(link [https://forum.qt.io/topic/111868/cannot-run-compiler-g-output/2])deleting .pro.user file did not help
reinstalling qt did also not helpSomebody already found a solution?
-
wrote on 13 Mar 2020, 07:12 last edited by Juglugs
I had the same error.
sudo apt install build-essential
worked for me.