PDA

View Full Version : Error while running on arm



UrATowelie
2nd October 2017, 19:28
Hey guys, so here's the thing: I cross-compiled an ARM Qt application and checked to see if the cross compilation was successfully. i typed file <ProjectName> and got: ELFI 32.... arm... ok, this was just to confirme that it was correct
Now i trasfer this executable file to my arm (mini 6410) via FTP, then try to run chmod +x <ProjectName>. but when i try to run typing "./<ProjectName>" wiht or without "-qws" i get this 12601
i have configured qws script on my pc but i dont have root command over my arm. Ty for the attention!

d_stranz
2nd October 2017, 19:49
From what I can see online, QWS uses a temporary directory, probably for caching. This could be called "/tmp/qtembedded-0" or something similar. This might be the directory that needs write permission for your user and group.

It's hard for me to understand how you are going to develop for a device you don't have root access to. Not even sudo?