Results 1 to 2 of 2

Thread: Error while running on arm

  1. #1
    Join Date
    Sep 2017
    Posts
    7
    Thanks
    2
    Qt products
    Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows

    Default Error while running on arm

    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 Screenshot_2017-10-02_10-15-17.jpg
    i have configured qws script on my pc but i dont have root command over my arm. Ty for the attention!

  2. #2
    Join Date
    Jan 2008
    Location
    Alameda, CA, USA
    Posts
    5,230
    Thanks
    302
    Thanked 864 Times in 851 Posts
    Qt products
    Qt5
    Platforms
    Windows

    Default Re: Error while running on arm

    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?
    <=== The Great Pumpkin says ===>
    Please use CODE tags when posting source code so it is more readable. Click "Go Advanced" and then the "#" icon to insert the tags. Paste your code between them.

Similar Threads

  1. Replies: 2
    Last Post: 3rd May 2017, 07:32
  2. OpenCV and Qt Error While Running!
    By hazad in forum Qt Programming
    Replies: 2
    Last Post: 11th February 2013, 23:33
  3. error while running qt project
    By komal1991 in forum Qt Programming
    Replies: 6
    Last Post: 22nd November 2011, 09:28
  4. error while running
    By sattu in forum Newbie
    Replies: 7
    Last Post: 11th January 2011, 12:42
  5. running error
    By Mysterious in forum Newbie
    Replies: 1
    Last Post: 3rd November 2007, 12:53

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.