cannot run: no command
-
Hi,
Please tell me,how to install qt creator on ubuntu 18.04,which version qt is required,which version cross-compiler is required,how to install that one,how to install debugger also,and how to configure the kit(actually I Know this steps,but I want to confirm that, what I did either it is correct or wrong)...
Thankyou
-
@asha "how to install qt creator on ubuntu 18.04" - either install one delivered with Ubuntu using apt-get, or download QtCreator from official website.
"which version qt is required" - you should know that. Which version do you want to use, or which version is supported by your SDK?
"which version cross-compiler is required" - the one provided by the SDK for your device.
"how to install that one" - should be part of the SDK.
"how to install debugger also" - should be part of the SDK. -
Thankyou for the replay,
I done the same things..
then also getting permission denied error while running the qt application..
trying to login ssh root@192.168.7.2 there also same error permission denied..
not getting what is the problem..
-
@asha said in cannot run: no command:
trying to login ssh root@192.168.7.2 there also same error permission denied..
So, you actually can't login using SSH?
Then you first need to solve this problem.
Looks like root is not allowed to login via SSH on this device.
Do you have other users there?
Also, see https://www.cyberciti.biz/faq/howto-limit-what-users-can-log-onto-system-via-ssh/ -
yes I have other user as debian, through "ssh debian@192.168.7.2" I am able to login in target machine.
-
Hi,
I login via debian user
then enabled the root login /etc/ssh/sshd_config file
here is the running status
now I am able login as a root
So, I changed the directory /opt permissions here "chmod go+wx opt"
after this all, restarted the system ,and open the qt and run the simple application, the result is
So now what is the problem...any idea about this...(Thankyou very much)...