Changes between Version 7 and Version 8 of DevEnvLinux


Ignore:
Timestamp:
Feb 15, 2015, 11:54:09 AM (9 years ago)
Author:
ertl-liyixiao
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DevEnvLinux

    v7 v8  
    11= Linuxでの環境構築方法(Ubuntu 14.04.1 LTS) =
    2 == 1. ARM社のGNU Toolchainのリポジトリの導入 ==
     2== 1. [https://launchpad.net/gcc-arm-embedded ARM社のGNU Toolchain]のリポジトリの導入 ==
    33 * 既存のARM用Toolchain(gcc-arm-none-eabi)をアンインストール(既存が無い場合は省略)
    44
     
    66$ sudo apt-get remove binutils-arm-none-eabi gcc-arm-none-eabi
    77}}}
    8 
    98 * ARM社のToolchainのリポジトリを導入
    109
     
    1312$ sudo apt-get update
    1413}}}
    15 
    1614== 2. 必要なパッケージのインストール ==
    1715{{{