How to copy cross-compiled Qt binaries from one computer to another
-
@Asha said in How to copy cross-compiled Qt binaries from one computer to another:
while getting this can I processed next?
No. Install python in your host PC and repeat the step. Only when it succeeds you can go on.
wrote on 23 Sept 2019, 12:48 last edited by@Pablo-J-Rogina
Thankyou for the replay,
I installed python via
sudo apt-get install python3
when I am given the command like
python3
getting result Python 3.6.8
but after this,, executing the ./sysroot-relativelinks.py sysroot but getting the same result, No such file or directory....
-
wrote on 23 Sept 2019, 13:24 last edited by
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...
-
@Pablo-J-Rogina
Thankyou for the replay,
I installed python via
sudo apt-get install python3
when I am given the command like
python3
getting result Python 3.6.8
but after this,, executing the ./sysroot-relativelinks.py sysroot but getting the same result, No such file or directory....
wrote on 23 Sept 2019, 15:35 last edited by Ketank16@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. -
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.