How to copy cross-compiled Qt binaries from one computer to another
Solved
Mobile and Embedded
-
Hi,
Some suggested me ,to install build-essential package,so I installed..
After that tried configure,The output is
...
So while getting this Exec format error,I gone through some of websites, installed
sudo apt-get install binftm-support qemu qemu-user-static
After this tried configure once again,The result is :
so now getting,
/lib/ld-linux-armhf.so.3: No such file or directory...whats going wrong..how do I solve this..
-
Hi..
I cross compiled the qt..(I followed you document)..
Here is the kit configuration
Here is the qtversion selection
Here is the compiler selection
Here is the gdb selection
After this all setting, I am running a simple application..but getting the error
Any Suggestions ,how to solve this error..
Thankyou.