./qmake no such file or directory
-
I had crosscompiled qt for ubuntu16.04 using petalinux toolchain.
It was working fine.
Now i have coopied all the sdk folder/files to another system which has all the necessary files.Now when i try to add qmake from the build sdk crosscompiled above it says cannot execute qmake :execve :No such file or directory and i am not able to add this crosscompiled qt version to qtcreator.
what could be the problem
Also tried to execute qmake from the sdk directory and there also same error : No such file or Directory
-
Hi,
Call ldd on your qmake executable.
On a side note, up until recently, Qt installation were not movable so unless you put the whole stuff in exactly the same folder tree on your other system, I wouldn't expect it to work.
-
@vicky_mac said in ./qmake no such file or directory:
Now i have coopied all the sdk folder/files to another system
Is this other system same architecture?
-
@vicky_mac Did you try what @SGaist suggested?