gcc, ld, ldd 버전을 찾습니다. 나중에 크로스 컴파일러를 빌드하려면 동일한 버전의 소스 코드를 다운로드해야 합니다.
pi@raspberrypi:~ $ gcc --version
gcc (Debian 12.2.0-14) 12.2.0
Copyright (C) 2022 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
pi@raspberrypi:~ $ ld --version
GNU ld (GNU Binutils for Debian) 2.40
Copyright (C) 2023 Free Software Foundation, Inc.
This program is free software; you may redistribute it under the terms of
the GNU General Public License version 3 or (at your option) a later version.
This program has absolutely no warranty.
pi@raspberrypi:~ $ ldd --version
ldd (Debian GLIBC 2.36-9+rpt2+deb12u8) 2.36
Copyright (C) 2022 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Written by Roland McGrath and Ulrich Drepper.
cd ~
wget https://github.com/Kitware/CMake/releases/download/v3.30.5/cmake-3.30.5.tar.gz
tar -xzvf cmake-3.30.5.tar.gz
cd cmake-3.30.5
./bootstrap
make -j$(nproc)
sudo make install
# Update PATH Environment Variable
which cmake
/usr/local/bin/cmake
export PATH=/usr/local/bin/cmake:$PATH
source ~/.bashrc
cmake --version
크로스 컴파일러로 gcc 빌드
필요한 소스 코드를 다운로드합니다. 다음 명령어를 필요에 맞게 수정해야 합니다. 이 페이지를 만들 당시에는 다음과 같습니다:
gcc 12.2.0
binutils 2.40(ld 버전)
glibc 2.36(ld 버전)
cd ~
mkdir gcc_all && cd gcc_all
wget https://ftpmirror.gnu.org/binutils/binutils-2.40.tar.bz2
wget https://ftpmirror.gnu.org/glibc/glibc-2.36.tar.bz2
wget https://ftpmirror.gnu.org/gcc/gcc-12.2.0/gcc-12.2.0.tar.gz
git clone --depth=1 https://github.com/raspberrypi/linux
tar xf binutils-2.40.tar.bz2
tar xf glibc-2.36.tar.bz2
tar xf gcc-12.2.0.tar.gz
rm *.tar.*
cd gcc-12.2.0
contrib/download_prerequisites
cd ~/gcc_all
cd linux
KERNEL=kernel7
make ARCH=arm64 INSTALL_HDR_PATH=/opt/cross-pi-gcc/aarch64-linux-gnu headers_install
바이너타일을 빌드합니다.
cd ~/gcc_all
mkdir build-binutils && cd build-binutils
../binutils-2.40/configure --prefix=/opt/cross-pi-gcc --target=aarch64-linux-gnu --with-arch=armv8 --disable-multilib
make -j 8
make install
gcc-12.2.0/libsanitizer/asan/asan_linux.cpp를 편집합니다. 다음 코드를 추가합니다.
#ifndef PATH_MAX
#define PATH_MAX 4096
#endif
gcc의 부분 빌드를 수행합니다.
cd ~/gcc_all
mkdir build-gcc && cd build-gcc
../gcc-12.2.0/configure --prefix=/opt/cross-pi-gcc --target=aarch64-linux-gnu --enable-languages=c,c++ --disable-multilib
make -j8 all-gcc
make install-gcc
Glibc를 부분적으로 빌드합니다.
cd ~/gcc_all
mkdir build-glibc && cd build-glibc
../glibc-2.36/configure --prefix=/opt/cross-pi-gcc/aarch64-linux-gnu --build=$MACHTYPE --host=aarch64-linux-gnu --target=aarch64-linux-gnu --with-headers=/opt/cross-pi-gcc/aarch64-linux-gnu/include --disable-multilib libc_cv_forced_unwind=yes
make install-bootstrap-headers=yes install-headers
make -j8 csu/subdir_lib
install csu/crt1.o csu/crti.o csu/crtn.o /opt/cross-pi-gcc/aarch64-linux-gnu/lib
aarch64-linux-gnu-gcc -nostdlib -nostartfiles -shared -x c /dev/null -o /opt/cross-pi-gcc/aarch64-linux-gnu/lib/libc.so
touch /opt/cross-pi-gcc/aarch64-linux-gnu/include/gnu/stubs.h
다시 gcc로 돌아갑니다.
cd ~/gcc_all/build-gcc
make -j8 all-target-libgcc
make install-target-libgcc
Glibc 빌드 완료.
cd ~/gcc_all/build-glibc
make -j8
make install
gcc 빌드 완료.
cd ~/gcc_all/build-gcc
make -j8
make install
이 시점에서 우리는 gcc가 포함된 완전한 크로스 컴파일러 툴체인을 갖게 되었습니다. gcc_all 폴더는 더 이상 필요하지 않습니다. 삭제해도 됩니다.
Qt6 구축
Qt6를 빌드하는 방법은 두 가지가 있습니다. qtbase 및 모든 서브모듈이 포함된 "single" (https://download.qt.io/official_releases/qt/6.8/6.8.0/single/qt-everywhere-src-6.8.0.tar.xz) 버전을 다운로드할 수 있습니다. 이 버전은 매우 무겁고 컴파일하는 데 많은 파워와 시간이 필요합니다.
제가 추천하는 방법은 qtbase 을 기본으로 컴파일하고 나중에 필요한 각 서브모듈만 따로 컴파일하는 것입니다.
sysroot 및 qt6용 폴더를 만듭니다. 저는 이 폴더를 작업 공간/qt-rpi-cross-compilation 디렉터리에 만듭니다.
cd ~/workspace/qt-rpi-cross-compilation/qt6/src
wget https://download.qt.io/official_releases/qt/6.8/6.8.0/submodules/qtbase-everywhere-src-6.8.0.tar.xz
tar xf qtbase-everywhere-src-6.8.0.tar.xz
~/workspace/qt-rpi-cross-compilation/qt6에 toolchain.cmake라는 파일을 생성합니다.
"set(TARGET_SYSROOT /home/factory/workspace/qt-rpi-cross-compilation/rpi-sysroot)" 줄을 사용자 환경에 맞게 조정해야 합니다.
QtCreator에서 프로젝트를 생성하는 경우 "Run" 구성을 조정해야 합니다. "Environment" 에서 추가해야 합니다:
-LD_LIBRARY_PATH=:/usr/local/qt6/lib/
Qt 서브모듈 추가
QML 모듈 추가
소스 코드를 다운로드합니다:
cd ~/workspace/qt-rpi-cross-compilation/qt6/src
wget https://download.qt.io/official_releases/qt/6.8/6.8.0/submodules/qtshadertools-everywhere-src-6.8.0.tar.xz
tar xf qtshadertools-everywhere-src-6.8.0.tar.xz
wget https://download.qt.io/official_releases/qt/6.8/6.8.0/submodules/qtdeclarative-everywhere-src-6.8.0.tar.xz
tar xf qtdeclarative-everywhere-src-6.8.0.tar.xz
~/workspace/qt-rpi-cross-compilation/qt6/src/qtdeclarative-everywhere-src-6.8.0/dependencies.yaml 및 ~/workspace/qt-rpi-cross-compilation/qt6/src/qtshadertools-everywhere-src-6.8.0/dependencies.yaml 에서 종속성을 확인해야 합니다.