arm-none-eabi-gcc
をちゃんとPPAから入れろって話。- 消す:
sudo apt remove gcc-arm-none-eabi
- PPAから入れる:
sudo add-apt-repository ppa:team-gcc-arm-embedded/ppa sudo apt-get update sudo apt-get install gcc-arm-embedded
これだけの話だったのに1時間近く費やしてしまった。。
Celicaが気になったニュースや失敗をまとめます()
Home ubuntu gcc-arm-none-eabiでstm32のビルドに詰まった話
/usr/lib/gcc/arm-none-eabi/6.3.1/../../../arm-none-eabi/bin/ld: error: /usr/lib/gcc/arm-none-eabi/6.3.1/../../../arm-none-eabi/lib/crt0.o: Conflicting CPU architectures 13/1 /usr/lib/gcc/arm-none-eabi/6.3.1/../../../arm-none-eabi/bin/ld: failed to merge target specific data of file /usr/lib/gcc/arm-none-eabi/6.3.1/../../../arm-none-eabi/lib/crt0.o
arm-none-eabi-gcc
をちゃんとPPAから入れろって話。sudo apt remove gcc-arm-none-eabi
sudo add-apt-repository ppa:team-gcc-arm-embedded/ppa
sudo apt-get update
sudo apt-get install gcc-arm-embedded
これだけの話だったのに1時間近く費やしてしまった。。
No comments :
Post a Comment