Arduino cheat sheet: Difference between revisions

Line 363: Line 363:


Arduino IDE 由来の avr toolchain ではなく、本家 [http://distribute.atmel.no/tools/opensource/Atmel-AVR-GNU-Toolchain/3.5.0/ Atmel AVR 8-bit GNU Toolchain] を cygwin で build しても動くかもとおもったが、Arduino IDE に絡んでいることが発覚。Arduino.cc の avr toolchain の 3.5.0 版でチャレンジ。
Arduino IDE 由来の avr toolchain ではなく、本家 [http://distribute.atmel.no/tools/opensource/Atmel-AVR-GNU-Toolchain/3.5.0/ Atmel AVR 8-bit GNU Toolchain] を cygwin で build しても動くかもとおもったが、Arduino IDE に絡んでいることが発覚。Arduino.cc の avr toolchain の 3.5.0 版でチャレンジ。
:Arduino.cc 版 AVR toolchain 3.5.0 ポーティング自体が、はまだ作業途中なので、動く状態だけど、様子見
[https://github.com/nxhack/toolchain-avr/tree/cygwin_only-3.5.0 avr toolchain 3.5.0 cygwin only]
[https://github.com/arduino/toolchain-avr/compare/trecinquezero...nxhack:cygwin_only-3.5.0 本家との差分]
<syntaxhighlight lang="bash">
git clone -b cygwin_only-3.5.0 https://github.com/nxhack/toolchain-avr.git
cd toolchain-avr
./arch.cygwin.build.bash
</syntaxhighlight>


= Develop =
= Develop =