User Tools

Site Tools


Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
mission:log:2015:01:20:gentoo-crossdev-compile-avr-gcc-for-arduino-and-cura [2015/06/09 13:34] chronomission:log:2015:01:20:gentoo-crossdev-compile-avr-gcc-for-arduino-and-cura [2016/01/18 09:27] (current) chrono
Line 42: Line 42:
 ln -s /usr/bin/avr-ar /usr/share/arduino/hardware/tools/avr/bin/avr-ar ln -s /usr/bin/avr-ar /usr/share/arduino/hardware/tools/avr/bin/avr-ar
 ln -s /usr/bin/avr-as /usr/share/arduino/hardware/tools/avr/bin/avr-as ln -s /usr/bin/avr-as /usr/share/arduino/hardware/tools/avr/bin/avr-as
 +ln -s /usr/bin/avr-size /usr/share/arduino/hardware/tools/avr/bin/avr-size
 </code> </code>
  
Line 55: Line 56:
 $ emerge dev-java/rxtx $ emerge dev-java/rxtx
 </code> </code>
 +
 +Also, if you don't want to use the crappy JAVA based Arduino IDE, you can simply use a Makefile like this: https://github.com/sudar/Arduino-Makefile
  
 {{tag>gentoo avr-gcc crossdev arduino cura}} {{tag>gentoo avr-gcc crossdev arduino cura}}