Hi,
I tried to make cross compile from my laptop (ubuntu 64bit ) to Jetson Nano but i couldn’t. I found some ways but all of them is for TX2 or other types.
Is there any documentation for it or is there any one who can explain it step by step?
Thanks!
DaneLLL
October 25, 2020, 11:20pm
3
Hi,
We have tried to compiled it on target:
Hi sqwer6545,
Yes, that is the linux arch issue because jetson Nano is using arm64.
I tried to build qt5 last year on my TX2. The steps should be similar. Please note that this is not cross compile case.
For cross compile, I think you could refer to qt official website.
https://doc.qt.io/QtForDeviceCreation/qtee-preparing-hardware-jetsontx1.html
Download the backend from public source
wget http://master.qt.io/archive/qt/5.9/5.9.2/single/qt-everywhere-opensource-src-5.9.2.tar.xz
#Some user…
ok, so I tried:
sudo apt-get build-dep qt5-default
sudo apt install libcanberra-gtk-module
sudo apt install qt5-style-plugins
echo "export QT_QPA_PLATFORMTHEME=gtk2" >> ~/.profile
Then the problem solved… maybe this post can help:
For cross compiling it, would need other users to share experience.
Hi,
You may check if you can download the source code first:
Download the backend from public source
wget http://master.qt.io/archive/qt/5.9/5.9.2/single/qt-everywhere-opensource-src-5.9.2.tar.xz
And continue the steps.