PDA

View Full Version : Execute cross compiled on embedded linux



UrATowelie
29th September 2017, 14:08
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.

d_stranz
29th September 2017, 21:36
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.