Results 1 to 2 of 2

Thread: Execute cross compiled on embedded linux

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

    Default Execute cross compiled on embedded linux

    Hey guys, so here's the thing.. I successfully cross-compiled a Qt project to my ARM but when i try to excute the executable (via telnet) i get the error ["Qt for embedded Linux data directory is not owned by user 500"].
    Does anyone know how to proceed? Appreciate 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: Execute cross compiled on embedded linux

    Your telnet user apparently does not have read and/or execute permission on the directory / directories needed to run the app. You either need to login as a qualified user, or you need to add the telnet user to the group that has permission to run the app.

    Look at who currently owns that directory and update the telnet user accordingly.
    <=== 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. Does QT5.2 cross-compile supported for Embedded linux ARM
    By mythili in forum Installation and Deployment
    Replies: 2
    Last Post: 30th January 2014, 16:55
  2. Qt 4.8.4 Cross-Compiled for Embedded Linux fails with QNetworkProxy Error
    By phil999 in forum Installation and Deployment
    Replies: 0
    Last Post: 11th March 2013, 22:02
  3. Replies: 2
    Last Post: 19th July 2012, 15:25
  4. How to build and install Qt apps on cross compiled embedded targets
    By sveinse in forum Installation and Deployment
    Replies: 2
    Last Post: 30th June 2011, 14:39
  5. Replies: 2
    Last Post: 5th October 2010, 09:20

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.