加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
build.sh 1.25 KB
一键复制 编辑 原始数据 按行查看 历史
hxb-gitee 提交于 2024-03-24 14:53 . add all files
#!/bin/bash
# Description:
# Allwinner compile tools usage
# We follow below step:
#
# To sun8i & linux-3.x developer:
#------------------------------------------------------------------------------------------------
# Using origin buildroot compile once, then not compile with reusable.
# Arch Kernel Out Dir
# sun8i Linux-3.x out/${chip}
#------------------------------------------------------------------------------------------------
#
# To mostly developer(sun50i|linux-4.x): using tools/build/mkcommon.sh
#------------------------------------------------------------------------------------------------
# Kernel Linux-3.x Linux-4.x
# Toolchain origin linaro-5.3
# Toolchain Dir external-toolchain gcc-linaro-5.3.1-2016.05
# Def Rootfs target_${ARCH}.tar.xz target-${ARCH}-linaro-5.3.tar.xz
# Out Dir out/${chip} out/${chip}-linaro-5.3
#
# To self design rootfs developer: using ${buildroot}/build/mkcommon.sh
#------------------------------------------------------------------------------------------------
# Kernel Linux-3.x Linux-4.x
# buildroot origin buildroot-201611
# Out Dir out/${chip} out/${chip}-linaro-5.3
#
# As self design rootfs developer, if not manager buildroot, please reference to buildroot manual
#
build/mkcommon.sh $@
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化