Hi, iam trying to use FastLED together with M2TKLIB ,

Hi, iam trying to use FastLED together with M2TKLIB , i get compile errors when i include FastLED.h (works fine with 3.0.3) iam not sure where the problem lies but i see an error for FastLED.h so i try my luck here :wink:

Library version : 3.1
Arduino IDE : 1.6.9
OS : Windows 7 64bit
Error Message : http://pastebin.com/BpU5K2vb
Arduino Sketch : http://pastebin.com/LpS4bKF5

(So what iam trying to do here is using the Menu to select one of the animations from the DemoReel100 example, not sure if iam doing this the wrong way, easy or hard way, but i got it to Serial.Print whenever i select something from the menu, so i hope this also works to run those animations)

Ok - I think this is being caused by something I put into FastLED to work around this gcc bug - https://gcc.gnu.org/bugzilla/show_bug.cgi?id=34734 - I’ve just pushed an update that only does that workaround with versions of GCC older than 4.6 - so grab the most recent version of the code from github and that should fix your build issues.

Awesome, it compiles without errors! Thanks a lot, would probably have taken me years of exploring to fix this myself x)