How to copy cross-compiled Qt binaries from one computer to another
-
@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. -
I gone through some websites,
about this errorYou dont seem to have make or gmake in your path.
I export MAKE=/usr/bin/make
after this tried for configuration,getting
guys,please suggest me ho w to proceed next...thankyou
-
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..
-
@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. -
@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..
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.
-
@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.