Skip to content

Instantly share code, notes, and snippets.

@stkchp
Created July 28, 2016 14:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stkchp/397320f7023a2fe0e85510ad9effff06 to your computer and use it in GitHub Desktop.
Save stkchp/397320f7023a2fe0e85510ad9effff06 to your computer and use it in GitHub Desktop.
AVR開発(on Gentoo)のメモ

AVR開発(on Gentoo)のメモ

基本的に以下を参考にする

Toolchain install

以下のコマンドでtoolchainをinstallする(stable版を使いたい場合は-Sを付ける)

 $ USE="-openmp -hardened -sanitize -vtv" crossdev -s4 --target avr

以下のパッケージができる

  • cross-avr/gcc
  • cross-avr/binutils
  • cross-avr/avr-libc

avr-gcc等のコマンドが使えるようになっているはず

TODO

  • Makefile等を使い勝手等試したのちgithubに上げる
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment