Advertisement
Guest User

Untitled

a guest
Feb 10th, 2020
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 4.98 KB | None | 0 0
  1. In file included from DemoReel100.ino:1:0:
  2. /home/phil/sketchbook/libraries/FastLED/FastLED.h:14:21: note: #pragma message: FastLED version 3.003.003
  3.  #    pragma message "FastLED version 3.003.003"
  4.                      ^
  5. In file included from /home/phil/sketchbook/libraries/FastLED/platforms/avr/fastled_avr.h:6:0,
  6.                  from /home/phil/sketchbook/libraries/FastLED/platforms.h:39,
  7.                  from /home/phil/sketchbook/libraries/FastLED/FastLED.h:52,
  8.                  from DemoReel100.ino:1:
  9. /home/phil/sketchbook/libraries/FastLED/platforms/avr/clockless_trinket.h: In static member function ‘static void ClocklessController<DATA_PIN, T1, T2, T3, RGB_ORDER, XTRA0, FLIP, WAIT_TIME>::showRGBInternal(PixelController<RGB_ORDER>&)’:
  10. /home/phil/sketchbook/libraries/FastLED/platforms/avr/clockless_trinket.h:326:24: error: expected primary-expression before ‘__attribute__’
  11.  #define FL_FALLTHROUGH __attribute__ ((fallthrough));
  12.                         ^
  13. /home/phil/sketchbook/libraries/FastLED/platforms/avr/clockless_trinket.h:409:55: note: in expansion of macro ‘FL_FALLTHROUGH’
  14.       case 4: _D2(0) LO1 _D3(0) HI1 _D1(1) QLO2(b0,0)  FL_FALLTHROUGH
  15.                                                        ^
  16. /home/phil/sketchbook/libraries/FastLED/platforms/avr/clockless_trinket.h:326:24: error: expected primary-expression before ‘__attribute__’
  17.  #define FL_FALLTHROUGH __attribute__ ((fallthrough));
  18.                         ^
  19. /home/phil/sketchbook/libraries/FastLED/platforms/avr/clockless_trinket.h:410:55: note: in expansion of macro ‘FL_FALLTHROUGH’
  20.       case 3: _D2(0) LO1 _D3(0) HI1 _D1(1) QLO2(b0,0)  FL_FALLTHROUGH
  21.                                                        ^
  22. /home/phil/sketchbook/libraries/FastLED/platforms/avr/clockless_trinket.h:326:24: error: expected primary-expression before ‘__attribute__’
  23.  #define FL_FALLTHROUGH __attribute__ ((fallthrough));
  24.                         ^
  25. /home/phil/sketchbook/libraries/FastLED/platforms/avr/clockless_trinket.h:411:55: note: in expansion of macro ‘FL_FALLTHROUGH’
  26.       case 2: _D2(0) LO1 _D3(0) HI1 _D1(1) QLO2(b0,0)  FL_FALLTHROUGH
  27.                                                        ^
  28. /home/phil/sketchbook/libraries/FastLED/platforms/avr/clockless_trinket.h:326:24: error: expected primary-expression before ‘__attribute__’
  29.  #define FL_FALLTHROUGH __attribute__ ((fallthrough));
  30.                         ^
  31. /home/phil/sketchbook/libraries/FastLED/platforms/avr/clockless_trinket.h:425:55: note: in expansion of macro ‘FL_FALLTHROUGH’
  32.       case 4: _D2(0) LO1 _D3(0) HI1 _D1(1) QLO2(b0,0)  FL_FALLTHROUGH
  33.                                                        ^
  34. /home/phil/sketchbook/libraries/FastLED/platforms/avr/clockless_trinket.h:326:24: error: expected primary-expression before ‘__attribute__’
  35.  #define FL_FALLTHROUGH __attribute__ ((fallthrough));
  36.                         ^
  37. /home/phil/sketchbook/libraries/FastLED/platforms/avr/clockless_trinket.h:426:55: note: in expansion of macro ‘FL_FALLTHROUGH’
  38.       case 3: _D2(0) LO1 _D3(0) HI1 _D1(1) QLO2(b0,0)  FL_FALLTHROUGH
  39.                                                        ^
  40. /home/phil/sketchbook/libraries/FastLED/platforms/avr/clockless_trinket.h:326:24: error: expected primary-expression before ‘__attribute__’
  41.  #define FL_FALLTHROUGH __attribute__ ((fallthrough));
  42.                         ^
  43. /home/phil/sketchbook/libraries/FastLED/platforms/avr/clockless_trinket.h:427:55: note: in expansion of macro ‘FL_FALLTHROUGH’
  44.       case 2: _D2(0) LO1 _D3(0) HI1 _D1(1) QLO2(b0,0)  FL_FALLTHROUGH
  45.                                                        ^
  46. /home/phil/sketchbook/libraries/FastLED/platforms/avr/clockless_trinket.h:326:24: error: expected primary-expression before ‘__attribute__’
  47.  #define FL_FALLTHROUGH __attribute__ ((fallthrough));
  48.                         ^
  49. /home/phil/sketchbook/libraries/FastLED/platforms/avr/clockless_trinket.h:444:55: note: in expansion of macro ‘FL_FALLTHROUGH’
  50.       case 4: _D2(0) LO1 _D3(0) HI1 _D1(1) QLO2(b0,0)  FL_FALLTHROUGH
  51.                                                        ^
  52. /home/phil/sketchbook/libraries/FastLED/platforms/avr/clockless_trinket.h:326:24: error: expected primary-expression before ‘__attribute__’
  53.  #define FL_FALLTHROUGH __attribute__ ((fallthrough));
  54.                         ^
  55. /home/phil/sketchbook/libraries/FastLED/platforms/avr/clockless_trinket.h:445:55: note: in expansion of macro ‘FL_FALLTHROUGH’
  56.       case 3: _D2(0) LO1 _D3(0) HI1 _D1(1) QLO2(b0,0)  FL_FALLTHROUGH
  57.                                                        ^
  58. /home/phil/sketchbook/libraries/FastLED/platforms/avr/clockless_trinket.h:326:24: error: expected primary-expression before ‘__attribute__’
  59.  #define FL_FALLTHROUGH __attribute__ ((fallthrough));
  60.                         ^
  61. /home/phil/sketchbook/libraries/FastLED/platforms/avr/clockless_trinket.h:446:55: note: in expansion of macro ‘FL_FALLTHROUGH’
  62.       case 2: _D2(0) LO1 _D3(0) HI1 _D1(1) QLO2(b0,0)  FL_FALLTHROUGH
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement