Talk:Cross-Compile Qt 6 for Raspberry Pi: Difference between revisions

From Qt Wiki
Jump to navigation Jump to search
No edit summary
 
(3 intermediate revisions by 3 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)
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
 
ubunutu 22.04 could not find libgst-dev
 
== 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 04:12, 1 May 2024

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

ubunutu 22.04 could not find libgst-dev

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.