How to copy cross-compiled Qt binaries from one computer to another
-
Hi,
I seen where python3 is installed with the following command
which python3
the output is
/usr/bin/python3so in sysroot-relativelinks.py file I edited the first line
#!/usr/bin/env python to #!/usr/bin/python3
After this again I executed the sysroot-relativelinks.py
now it is executed...what I did is it correct?...Thankyou...
-
@Asha You are supposed to have python2 (not python3) package. Ubuntu should automatically install python2 packages when you execute
sudo apt install python
.
Anyways for such a small script, I don't think its gonna make a difference but please remeber python package is python2 in Ubuntu repos and python3 is well python3 itself. -
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.