Deploy step failed in qt5
-
Hello,
I am very new this qt creator,I run the simple helloworld application and getting the error ,"File transfer failed : Couldnot create directory,remote open(/opt/m/bin/m): No such file or directory,deploy step failed,Error while building /deploying project m (kit:BBB)when executing step "Upload files via SFTP" ...I am not getting whats going wrong ,can anyone please help..thankyou. -
Hi
sometimes i have seen the demos being stored in a non writeable location.
Make sure your whole project folder is located in your documents or other writable places. -
sorry,I am fully new to this,I am not getting how to put my project folder into writable place ,please can you elaborate it step by step..
-
Hello,
Actually,I downloaded the virtual box in my linux system,and in that virtual box I installed the ubuntu,in that ubuntu installed qt5 creator,I made a simple project with qt widgets Application. -
I installed gcc,with the command "sudo apt-get install build-essential" and "sudo apt-get install gcc",when I checked about gcc with the command "gcc --version" its showing result :gcc(ubuntu 7.4.0-1ubuntu1~18.04.1)7.4.0, and I made the custom kit with name BBB.
-
I installed gcc,with the command "sudo apt-get install build-essential" and "sudo apt-get install gcc",when I checked about gcc with the command "gcc --version" its showing result :gcc(ubuntu 7.4.0-1ubuntu1~18.04.1)7.4.0, and I made the custom kit with name BBB.
-
Please go through the attchement, and guide me what is the mistake,how to solve this problem,thankyou..
-
Hi,
here is the attachement of qt version,compiler and error(which i am getting)please go through that,if i talk about Device means Yes I am using the embedded,beagleboneboard(device connection is this board only,in command prompt I connected that using :"ssh debian@192.168.7.2").