diff options
Diffstat (limited to 'development/arduino/README')
-rw-r--r-- | development/arduino/README | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/development/arduino/README b/development/arduino/README index 440c2d6383..251f169b2d 100644 --- a/development/arduino/README +++ b/development/arduino/README @@ -15,9 +15,3 @@ The open-source Arduino environment makes it easy to write code and upload it to the i/o board. It runs on Windows, Mac OS X, and Linux. The environment is written in Java and based on Processing, avr-gcc, and other open source software. - -This requires avr-libc, avr-gcc, and avr-binutils. - -Note: Due to a bug in the Arduino IDE, you might need to downgrade to -avr-binutils 2.20.1 to compile programs for some boards. You can use the -SlackBuild from SBo to compile a working version of avr-binutils 2.20.1. |