wiki:DevEnvLinux

Version 12 (modified by ertl-yutaka, 9 years ago) ( diff )

--

Linuxでの環境構築方法(Ubuntu Linux)

1. ARM社のGNU Toolchainのリポジトリの導入

  • 既存のARM用Toolchain(gcc-arm-none-eabi)をアンインストール(すでに同名のToolchainをインストールしてある場合のみ)
$ sudo apt-get remove binutils-arm-none-eabi gcc-arm-none-eabi
  • ARM社のToolchainのリポジトリを導入
$ sudo add-apt-repository ppa:terry.guo/gcc-arm-embedded
$ sudo apt-get update

2. 必要なパッケージのインストール

  • Ubuntu 14.04 の場合
$ sudo apt-get install gcc-arm-none-eabi=4.9.3.2015q1-0trusty13 u-boot-tools libboost1.55-all-dev
  • Ubuntu 14.10 の場合
$ sudo apt-get install gcc-arm-none-eabi=4.9.3.2015q1-0utopic14 u-boot-tools libboost1.55-all-dev

3. EV3RTのコンフィギュレータのインストール

  • 端末で,EV3RTのパッケージをインストールした場所に移動して cfg をビルドする
$ cd hrp2/cfg
$ make

Note: See TracWiki for help on using the wiki.