How to resolve this issue ?
-
qt creator needs compiler set up to build
-
@Qt-embedded-developer
Set up your chosen compiler tool chain kit in Creator? -
@JonB said in How to resolve this issue ?:
compiler tool chain kit in Creator
i have selected gcc complier then when i build it error resolve but i am getting below error:
Failed to start program path or permission wrong . -
When you open a shell, what is the output of
gcc which gcc
-
@AxelVienna which gcc output is :
/usr/bin/gcc -
@Qt-embedded-developer
And what is the output in a shell from typinggcc
?Failed to start program path or permission wrong
This is during build or when you attempt to run after build? If during build, what does your compiler tool chain setup look like?
EDIT
I see you have raised this as a new topic at https://forum.qt.io/topic/130773/how-to-resolve-this-error-when-run-project (where you bother to say it refers to the executable not the compiler, why can't you tell us that here?). Please don't raise the same question in different posts, it's not very fair to effort we make to answer if you are asking in two places....