Changes between Version 8 and Version 9 of AVR-GCC-2012


Ignore:
Timestamp:
Sep 21, 2012 2:49:50 PM (12 years ago)
Author:
sgk
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • AVR-GCC-2012

    v8 v9  
    1010
    1111ディレクトリを作成します。
    12 スーパーユーザでmake installを行うと悲しいことが起きる可能性があるので、スーパーユーザで作業しなくて済むように、あらかじめchownで自分の物にしておきます。
     12スーパーユーザでmake installを行うと悲しいことが起きる可能性があります。
     13スーパーユーザで作業しなくて済むように、あらかじめchownで自分の物にしておきます。
    1314
    1415{{{
     
    4243% make
    4344% make install
     45% cd ../..
    4446}}}
    4547
     
    6668% make
    6769% make install
     70% cd ../..
    6871}}}
    6972
     
    7881% mkdir build
    7982% cd build
    80 %  ../configure --prefix=/usr/local/avr --build=`../config.guess` --host=avr
     83% ../configure --prefix=/usr/local/avr --build=$(../config.guess) --host=avr
    8184% make
    8285% make install