# gcc 交叉编译工具链 **Repository Path**: respate/gcc-tools ## Basic Information - **Project Name**: gcc 交叉编译工具链 - **Description**: gcc 交叉编译工具链 - **Primary Language**: C - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 1 - **Created**: 2020-09-28 - **Last Updated**: 2022-11-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ```shell # ///******************** NG.Respate(C) ********************************** # //* 产品名称: GCC 管理工具 # //* 程序作者: Respate # //* 程序版本: V1.1 # //* 编制日期: 2020/7/18 # //* 功能描述: 用于管理 GCC # //* SPDX-License-Identifier: GPL-2.0+ # //* QQ: 2085827949 # //**********************************************************************/ arm-aarch64-gcc-linaro-7.3.1-2018.05 # arm64 gcc工具链(A53-armv8-uboot eg:IMX8m) arm-gcc-none-eabi-7-2017-q4 # arm 32位gcc工具链(可编译ARM Contex-M系列) arm-gcc-none-gnueabi-2009q3 # arm 32位gcc工具链 arm-gcc-none-linux-gnueabi-2014 # arm 32位gcc工具链 (A53-armv7-uboot eg:S5P6818) github.sh # git 提交脚本 ``` 注意: 1.arm-none-eabi-gcc交叉编译链只能编译ARM架构的裸机系统(包括 ARM Linux的boot、 kernel不适用编译 Linux应用Application)