# arm-gcc **Repository Path**: maimaiguanfan/arm-gcc ## Basic Information - **Project Name**: arm-gcc - **Description**: arm官网上的GNU交叉工具链 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 1 - **Created**: 2020-04-13 - **Last Updated**: 2022-05-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 搬运自[arm官网](http://developer.arm.com/tools-and-software/open-source-software/developer-tools/gnu-toolchain/gnu-a/downloads) 可以下载之后再解压,也可以用以下命令克隆 aarch64 `git clone https://gitee.com/maimaiguanfan/arm-gcc.git -b aarch64-gcc10 --depth=1 gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu` arm32 `git clone https://gitee.com/maimaiguanfan/arm-gcc.git -b arm-gcc10 --depth=1 gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf`