📄️ 3-1 Qt Cross-platform Development
Based on PC/ Ubuntu 22.04 and Windows 11 platform, we use Qt Creator as our development tools to build Aarch64 applications, then transfer them to Renesas RZ/G2L target board for execution.
📄️ 3-2 Environment
Please prepare your environment by following the steps below,
📄️ 3-3 Prepare the ToolChain
We need to compile the Yocto project to make the
📄️ 3-4 Qt Creator Installation
Please install Qt5.6.3 in Ubuntu 22.04, we'll use it as our mainly used version, Qt5.12.10 has some good examples, also can be used as references, but it's optional.
📄️ 3-5 Build Qt Project on Ubuntu 22.04
We are about to create a Qt project, open an example
📄️ 3-6 Build executables for RZ/G2L
After period of time of development and check on our PC, suppose now we would like to build a version running on Renesas RZ/G2L target board
📄️ 3-7 Coffee Machine Example
The official Qt Coffee Machine Example is here