Has anyone had errors with FastLED3.1 after installing Teensyduion 1.21-beta6. still using arduino1.0.6.
even the fastled3.1 examples would not compile.
any ideas how to get around this?
thanks
Could you copy the verbose compilation output into a pastebin paste so we can see the errors?
Hi Mark
please see below. Example works perfectly, before the installation of Teensyduino.
http://pastebin.com/cf6xzxf2
Try deleting any FastLED folders and reinstalling FastLED3.1 from github. This line early in the error log is what makes me think there’s an old stale version in the way causing trouble:
“DemoReel100:13: error: #error “Requires FastLED 3.1 or later; check github for latest code.””
This error refers to code only available in 3.1 or later, too:
“DemoReel100:56: error: ‘EVERY_N_MILLISECONDS’ was not declared in this scope”
I think there’s an old FastLED folder somewhere.
Hi Mark
I have deleted the FastLED, Arduino ,and Teensyduino. then re installed with fresh downloads for each. Don’t even have Fastled3.0 on this machine.
All the demos and my codes works fine until I install Teensyduino.
Then it says install FastLED 3.1 of compiling error.
will keep trying.
thanks
I believe that Teensyduino may install a slightly older (3.0) version of FastLED itself. If the installer lets you ‘uncheck’ that option, try that. https://www.pjrc.com/teensy/td_download.html
HI Mark
here is another
just say compiling error
http://pastebin.com/dFcSijcG
working on this for two days now going nowhere
That one is your code, correct? WS280__Three_Arrays_Cylon?
But just so that I understand: with a clean fresh install of everything, none of the FastLED 3.1 examples compile for you? Is that correct? Even the simple Blink example?
I had to patch a file to get FastLED to work under my custom makefile, not sure if this is applicable to you, but here goes: https://github.com/tullo-x86/TeensyPanel/commit/01b4aedbb6bc2bf8fae926593ca609f37fd463f0