Advertisement
mannymiller

Aurora fewer errors

Nov 19th, 2017
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.19 KB | None | 0 0
  1. Arduino: 1.6.12 (Windows 10), TD: 1.31, Board: "Teensy 3.5, Serial, 120 MHz, US English"
  2.  
  3. Build options changed, rebuilding all
  4. In file included from C:\Users\Mannys\Documents\Arduino\Aurora64x64\Aurora64x64.ino:63:0:
  5.  
  6. C:\Users\Mannys\Documents\Arduino\libraries\FastLED/FastLED.h:563:2: warning: #warning "No pin/port mappings found, pin access will be slightly slower. See fastpin.h for info." [-Wcpp]
  7.  
  8. #warning "No pin/port mappings found, pin access will be slightly slower. See fastpin.h for info."
  9.  
  10. ^
  11.  
  12. In file included from C:\Users\Mannys\Documents\Arduino\Aurora64x64\Aurora64x64.ino:63:0:
  13.  
  14. C:\Users\Mannys\Documents\Arduino\libraries\FastLED/FastLED.h:17:21: note: #pragma message: FastLED version 3.001.006
  15.  
  16. # pragma message "FastLED version 3.001.006"
  17.  
  18. ^
  19.  
  20. In file included from C:\Users\Mannys\Documents\Arduino\libraries\FastLED/FastLED.h:68:0,
  21.  
  22. from C:\Users\Mannys\Documents\Arduino\Aurora64x64\Aurora64x64.ino:63:
  23.  
  24. C:\Users\Mannys\Documents\Arduino\libraries\FastLED/fastspi.h:110:23: note: #pragma message: No hardware SPI pins defined. All SPI access will default to bitbanged output
  25.  
  26. # pragma message "No hardware SPI pins defined. All SPI access will default to bitbanged output"
  27.  
  28. ^
  29.  
  30. In file included from C:\Users\Mannys\Documents\Arduino\Aurora64x64\Aurora64x64.ino:72:0:
  31.  
  32. C:\Users\Mannys\Documents\Arduino\libraries\AnimatedGIFs/GifDecoder.h: In member function 'virtual unsigned int Animations::drawFrame()':
  33.  
  34. C:\Users\Mannys\Documents\Arduino\libraries\AnimatedGIFs/GifDecoder.h:83:9: error: 'int GifDecoder<64, 64, 12>::frameDelay' is private
  35.  
  36. int frameDelay;
  37.  
  38. ^
  39.  
  40. In file included from C:\Users\Mannys\Documents\Arduino\Aurora64x64\Aurora64x64.ino:203:0:
  41.  
  42. Animations.h:95: error: within this context
  43. return gifDecoder.frameDelay * 10;
  44.  
  45. ^
  46.  
  47. C:\Users\Mannys\AppData\Local\Temp\arduino_build_286773\sketch\Animations.h: In member function 'virtual void Animations::stop()':
  48.  
  49. Animations.h:103: error: 'fileClose' was not declared in this scope
  50. fileClose();
  51.  
  52. ^
  53.  
  54. In file included from C:\Users\Mannys\Documents\Arduino\Aurora64x64\Aurora64x64.ino:229:0:
  55.  
  56. C:\Users\Mannys\AppData\Local\Temp\arduino_build_286773\sketch\Settings.h: In member function 'void Settings::openImageFile()':
  57.  
  58. Settings.h:100: error: 'openGifFilename' was not declared in this scope
  59. if(!openGifFilename(filepath))
  60.  
  61. ^
  62.  
  63. C:\Users\Mannys\AppData\Local\Temp\arduino_build_286773\sketch\Settings.h: In member function 'virtual void Settings::stop()':
  64.  
  65. Settings.h:153: error: 'fileClose' was not declared in this scope
  66. fileClose();
  67.  
  68. ^
  69.  
  70. In file included from C:\Users\Mannys\Documents\Arduino\Aurora64x64\Aurora64x64.ino:72:0:
  71.  
  72. C:\Users\Mannys\Documents\Arduino\libraries\AnimatedGIFs/GifDecoder.h: In function 'void drawPixelCallback(int16_t, int16_t, uint8_t, uint8_t, uint8_t)':
  73.  
  74. C:\Users\Mannys\Documents\Arduino\libraries\AnimatedGIFs/GifDecoder.h:69:9: error: 'int GifDecoder<64, 64, 12>::lsdWidth' is private
  75.  
  76. int lsdWidth;
  77.  
  78. ^
  79.  
  80. Aurora64x64:278: error: within this context
  81. if (gifDecoder.lsdWidth == 32 && gifDecoder.lsdHeight == 32) {
  82.  
  83. ^
  84.  
  85. In file included from C:\Users\Mannys\Documents\Arduino\Aurora64x64\Aurora64x64.ino:72:0:
  86.  
  87. C:\Users\Mannys\Documents\Arduino\libraries\AnimatedGIFs/GifDecoder.h:70:9: error: 'int GifDecoder<64, 64, 12>::lsdHeight' is private
  88.  
  89. int lsdHeight;
  90.  
  91. ^
  92.  
  93. Aurora64x64:278: error: within this context
  94. if (gifDecoder.lsdWidth == 32 && gifDecoder.lsdHeight == 32) {
  95.  
  96. ^
  97.  
  98. Multiple libraries were found for "IRremote.h"
  99. Used: C:\Users\Mannys\Documents\Arduino\libraries\IRremote
  100. Not used: C:\Program Files (x86)\Arduino\libraries\RobotIRremote
  101. Multiple libraries were found for "SD.h"
  102. Used: C:\Program Files (x86)\Arduino\hardware\teensy\avr\libraries\SD
  103. Not used: C:\Program Files (x86)\Arduino\libraries\SD
  104. within this context
  105.  
  106. This report would have more information with
  107. "Show verbose output during compilation"
  108. option enabled in File -> Preferences.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement