Ubuntu下用arm-none-eabi-gcc编译STM32F10x
对于Ubuntu 14.04(我的是14.10),官方仓库里就有适用的交叉编译器apt-get install gcc-arm-none-eabi对于较低的版本,可以使用https://launchpad.net/gcc-arm-embedded/提供的二进制压缩包,以及https://launchpad.net/~terry.guo/+archive/ubuntu/gcc-arm-embedded提供的软件源add-apt-repository ppa:...