Talk:Cross-Compile Qt 6 for Raspberry Pi: Difference between revisions
Created page with "<h2>Issue with libdbus</h2> During the testing process, it was found that the libdbus inside our sysroot was not a dynamically shared objects. As a temporary fix, it was decid..." |
→Typo errors in the page: new section |
||
| (6 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
< | This discussion page is intended for talks about improving the article. Feel free to suggest anything to make the page better! --[[User:Uraihan|Uraihan]] ([[User talk:Uraihan|talk]]) 15:14, 22 June 2022 (UTC) | ||
== Issues == | |||
This link is not reachable (inserted in the command): git clone ssh://codereview.qt-project.org/qt/qt5 | |||
== Errors in the page == | |||
Following are the errors found in the step-by-step guide: | |||
1. In the command: mkdir qt-host qt-raspi qthost-build qtpi-build, folder created is 'qthost-build' whereas later folder name is 'qt-hostbuild'. | |||
2. In the command: rsync -avzS --rsync-path="rsync" --delete <pi_username>@<pi_ip_address>:/lib* rpi-sysroot/lib, the correction is 'pi_ip_address>:/lib/*'.(Forward Slash is missing). | |||
3. Commands:'mkdir usr' and 'mkdir opt' are repeated unnecessarily as these folders are already created earlier by the command 'mkdir rpi-sysroot rpi-sysroot/usr rpi-sysroot/opt' on the host machine. | |||
4. Command: 'cd $HOME/rpi-sysroot' is not needed as the following rsync commands do not work in the 'rpi-sysroot' folder. | |||
5. The file location of "toolchain.cmake" is not clearly mentioned. It is to be saved in 'Home' folder. | |||
Latest revision as of 09:18, 24 August 2023
This discussion page is intended for talks about improving the article. Feel free to suggest anything to make the page better! --Uraihan (talk) 15:14, 22 June 2022 (UTC)
Issues
This link is not reachable (inserted in the command): git clone ssh://codereview.qt-project.org/qt/qt5
Errors in the page
Following are the errors found in the step-by-step guide:
1. In the command: mkdir qt-host qt-raspi qthost-build qtpi-build, folder created is 'qthost-build' whereas later folder name is 'qt-hostbuild'.
2. In the command: rsync -avzS --rsync-path="rsync" --delete <pi_username>@<pi_ip_address>:/lib* rpi-sysroot/lib, the correction is 'pi_ip_address>:/lib/*'.(Forward Slash is missing).
3. Commands:'mkdir usr' and 'mkdir opt' are repeated unnecessarily as these folders are already created earlier by the command 'mkdir rpi-sysroot rpi-sysroot/usr rpi-sysroot/opt' on the host machine.
4. Command: 'cd $HOME/rpi-sysroot' is not needed as the following rsync commands do not work in the 'rpi-sysroot' folder.
5. The file location of "toolchain.cmake" is not clearly mentioned. It is to be saved in 'Home' folder.