用的ARM-NONE-EABI编译的,直接官方网站下载就行
https://developer.arm.com/tools-and-software/open-source-software/developer-tools/gnu-toolchain/gnu-rm/downloads
也可以自己编译
https://www.gnu.org/software/binutils/
../configure --target=arm-none-eabi --prefix=/home/yjmwxwx/220g/ruanjian/chengxu/arm/bianyiqi/bintuils/
make
make install
|