Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
构建主机依赖与交叉编译说明
sudo apt install build-essential bc flex bison libssl-dev libelf-dev \ wget cpio gzip xz-utils
sudo pacman -S base-devel openssl elfutils wget cpio gzip xz
make menuconfig # 在 Settings 中开启 "Build static binary" make -j$(nproc)
sudo apt install gcc-aarch64-linux-gnu export ARCH=arm64 export CROSS_COMPILE=aarch64-linux-gnu- # 内核、BusyBox、自研工具均在此环境下编译
TsukineOS
---