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. -
wrote on 24 Sept 2019, 05:30 last edited by
Hi,
Any suggestions...please
-
@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. -
wrote on 24 Sept 2019, 07:19 last edited by
-
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
@Asha Did you install make?
-
wrote on 25 Sept 2019, 06:47 last edited by
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..
-
wrote on 25 Sept 2019, 07:56 last edited by
-
@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.wrote on 30 Sept 2019, 07:22 last edited byThis post is deleted! -
man bzip2 man tar
-
@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.wrote on 30 Sept 2019, 09:59 last edited byHi..
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.