Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FastLED/FastLED.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Garcia <danielgarcia@gmail.com>2014-11-08 04:15:19 +0300
committerDaniel Garcia <danielgarcia@gmail.com>2014-11-08 04:15:19 +0300
commitc996c8a56502651bbf509cf8f787e1a8843d0e12 (patch)
treea860236884354ac24180329d4d3f713eaa65d4cd /README.md
parent3a22155aabf76463e6692363fc534c88485ded65 (diff)
Block compiling with gcc 4.8 and higher on AVR for the time being, until we can fix the asm issues with that version of the compiler.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 20f52113..503f9573 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-IMPORTANT NOTE: If you are building for AVR based systems, please do not use any version of the arduino IDE 1.5.7 or greater yet. It messes with some of the asm output which will cause you problems.
+IMPORTANT NOTE: If you are building for AVR based systems, please do not use any version of the arduino IDE 1.5.7 or greater yet. It messes with some of the asm output which will cause you problems. The real issue is the compiler version, GCC 4.8.x introduces incompatabilities with the assembly code FastLED uses on the avr platfrom. Note that some versions of Arduino 1.0.5, notably some linux versions, use gcc 4.8.x.
FastLED 3.0