GifDecoder - compatibility matrix

This report was generated on Wednesday, 23-Feb-22 22:48:15 CET using arduino-testlib.

GifDecoder

Version: 1.1.0
More details

Compatibility matrix

Board Claims compatibility Inclusion
SmartMatrixGifMemory
SmartMatrixGifPlayer
SmartMatrixGifProfiling
arduino:avr:uno
1.8.4
Yes ⚠️ FAIL FAIL FAIL FAIL
arduino:mbed_nano:nanorp2040connect
2.7.2
No FAIL FAIL FAIL FAIL
arduino:megaavr:nona4809
1.8.7
No FAIL FAIL FAIL FAIL
arduino:samd:mkrwifi1010
1.8.12
No FAIL FAIL FAIL FAIL
esp32:esp32:d1_mini32
1.0.6
Yes PASS FAIL FAIL FAIL

Compilation logs

arduino:avr:uno @ 1.8.4

Inclusion

Result: FAIL

In file included from /Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/GifDecoder/src/GifDecoder.h:111:0,
                 from /private/tmp/arduino-testlib2777671262/test/test.ino:1:
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/GifDecoder/src/GifDecoder_Impl.h: In member function 'int GifDecoder<maxGifWidth, maxGifHeight, lzwMaxBits, useMalloc>::startDecoding()':
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/GifDecoder/src/GifDecoder_Impl.h:291:12: error: 'class HardwareSerial' has no member named 'printf'; did you mean 'print'?
     Serial.printf("Successfully opened GIF; Canvas size = %d x %d\n", gif->getCanvasWidth(), gif->getCanvasHeight());
            ^~~~~~
            print
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/GifDecoder/src/GifDecoder_Impl.h: In member function 'int GifDecoder<maxGifWidth, maxGifHeight, lzwMaxBits, useMalloc>::startDecoding(uint8_t*, int)':
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/GifDecoder/src/GifDecoder_Impl.h:343:12: error: 'class HardwareSerial' has no member named 'printf'; did you mean 'print'?
     Serial.printf("Successfully opened GIF; Canvas size = %d x %d\n", gif->getCanvasWidth(), gif->getCanvasHeight());
            ^~~~~~
            print

examples/SmartMatrixGifMemory

Result: FAIL

In file included from /Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/GifDecoder/examples/SmartMatrixGifMemory/SmartMatrixGifMemory.ino:84:0:
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/SmartMatrix/src/SmartMatrix.h:74:19: error: No MatrixHardware*.h file included - You must include one at the top of your sketch
 #pragma GCC error "No MatrixHardware*.h file included - You must include one at the top of your sketch"
                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

examples/SmartMatrixGifPlayer

Result: FAIL

In file included from /Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/GifDecoder/examples/SmartMatrixGifPlayer/SmartMatrixGifPlayer.ino:84:0:
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/SmartMatrix/src/SmartMatrix.h:74:19: error: No MatrixHardware*.h file included - You must include one at the top of your sketch
 #pragma GCC error "No MatrixHardware*.h file included - You must include one at the top of your sketch"
                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

examples/SmartMatrixGifProfiling

Result: FAIL

In file included from /Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/GifDecoder/examples/SmartMatrixGifProfiling/SmartMatrixGifProfiling.ino:84:0:
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/SmartMatrix/src/SmartMatrix.h:74:19: error: No MatrixHardware*.h file included - You must include one at the top of your sketch
 #pragma GCC error "No MatrixHardware*.h file included - You must include one at the top of your sketch"
                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

arduino:mbed_nano:nanorp2040connect @ 2.7.2

Inclusion

Result: FAIL

WARNING: library GifDecoder claims to run on avr, esp32 architecture(s) and may be incompatible with your current board which runs on mbed_nano architecture(s).
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GifDecoder/src/GifDecoder.h:111:0,
                 from /tmp/arduino-testlib947073199/test/test.ino:1:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GifDecoder/src/GifDecoder_Impl.h: In member function 'int GifDecoder<maxGifWidth, maxGifHeight, lzwMaxBits, useMalloc>::startDecoding()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GifDecoder/src/GifDecoder_Impl.h:291:12: error: 'class arduino::UART' has no member named 'printf'; did you mean 'print'?
     Serial.printf("Successfully opened GIF; Canvas size = %d x %d\n", gif->getCanvasWidth(), gif->getCanvasHeight());
            ^~~~~~
            print
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GifDecoder/src/GifDecoder_Impl.h: In member function 'int GifDecoder<maxGifWidth, maxGifHeight, lzwMaxBits, useMalloc>::startDecoding(uint8_t*, int)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GifDecoder/src/GifDecoder_Impl.h:343:12: error: 'class arduino::UART' has no member named 'printf'; did you mean 'print'?
     Serial.printf("Successfully opened GIF; Canvas size = %d x %d\n", gif->getCanvasWidth(), gif->getCanvasHeight());
            ^~~~~~
            print

examples/SmartMatrixGifMemory

Result: FAIL

WARNING: library SmartMatrix claims to run on avr, esp32 architecture(s) and may be incompatible with your current board which runs on mbed_nano architecture(s).
WARNING: library GifDecoder claims to run on avr, esp32 architecture(s) and may be incompatible with your current board which runs on mbed_nano architecture(s).
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GifDecoder/examples/SmartMatrixGifMemory/SmartMatrixGifMemory.ino:84:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartMatrix/src/SmartMatrix.h:74:19: error: No MatrixHardware*.h file included - You must include one at the top of your sketch
 #pragma GCC error "No MatrixHardware*.h file included - You must include one at the top of your sketch"
                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

examples/SmartMatrixGifPlayer

Result: FAIL

WARNING: library SmartMatrix claims to run on avr, esp32 architecture(s) and may be incompatible with your current board which runs on mbed_nano architecture(s).
WARNING: library GifDecoder claims to run on avr, esp32 architecture(s) and may be incompatible with your current board which runs on mbed_nano architecture(s).
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GifDecoder/examples/SmartMatrixGifPlayer/SmartMatrixGifPlayer.ino:84:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartMatrix/src/SmartMatrix.h:74:19: error: No MatrixHardware*.h file included - You must include one at the top of your sketch
 #pragma GCC error "No MatrixHardware*.h file included - You must include one at the top of your sketch"
                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

examples/SmartMatrixGifProfiling

Result: FAIL

WARNING: library SmartMatrix claims to run on avr, esp32 architecture(s) and may be incompatible with your current board which runs on mbed_nano architecture(s).
WARNING: library GifDecoder claims to run on avr, esp32 architecture(s) and may be incompatible with your current board which runs on mbed_nano architecture(s).
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GifDecoder/examples/SmartMatrixGifProfiling/SmartMatrixGifProfiling.ino:84:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartMatrix/src/SmartMatrix.h:74:19: error: No MatrixHardware*.h file included - You must include one at the top of your sketch
 #pragma GCC error "No MatrixHardware*.h file included - You must include one at the top of your sketch"
                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

arduino:megaavr:nona4809 @ 1.8.7

Inclusion

Result: FAIL

WARNING: library GifDecoder claims to run on avr, esp32 architecture(s) and may be incompatible with your current board which runs on megaavr architecture(s).
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GifDecoder/src/GifDecoder.h:111:0,
                 from /tmp/arduino-testlib947073199/test/test.ino:1:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GifDecoder/src/GifDecoder_Impl.h: In member function 'int GifDecoder<maxGifWidth, maxGifHeight, lzwMaxBits, useMalloc>::startDecoding()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GifDecoder/src/GifDecoder_Impl.h:291:12: error: 'class UartClass' has no member named 'printf'; did you mean 'print'?
     Serial.printf("Successfully opened GIF; Canvas size = %d x %d\n", gif->getCanvasWidth(), gif->getCanvasHeight());
            ^~~~~~
            print
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GifDecoder/src/GifDecoder_Impl.h: In member function 'int GifDecoder<maxGifWidth, maxGifHeight, lzwMaxBits, useMalloc>::startDecoding(uint8_t*, int)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GifDecoder/src/GifDecoder_Impl.h:343:12: error: 'class UartClass' has no member named 'printf'; did you mean 'print'?
     Serial.printf("Successfully opened GIF; Canvas size = %d x %d\n", gif->getCanvasWidth(), gif->getCanvasHeight());
            ^~~~~~
            print

examples/SmartMatrixGifMemory

Result: FAIL

WARNING: library SmartMatrix claims to run on avr, esp32 architecture(s) and may be incompatible with your current board which runs on megaavr architecture(s).
WARNING: library GifDecoder claims to run on avr, esp32 architecture(s) and may be incompatible with your current board which runs on megaavr architecture(s).
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GifDecoder/examples/SmartMatrixGifMemory/SmartMatrixGifMemory.ino:84:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartMatrix/src/SmartMatrix.h:74:19: error: No MatrixHardware*.h file included - You must include one at the top of your sketch
 #pragma GCC error "No MatrixHardware*.h file included - You must include one at the top of your sketch"
                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

examples/SmartMatrixGifPlayer

Result: FAIL

WARNING: library SmartMatrix claims to run on avr, esp32 architecture(s) and may be incompatible with your current board which runs on megaavr architecture(s).
WARNING: library GifDecoder claims to run on avr, esp32 architecture(s) and may be incompatible with your current board which runs on megaavr architecture(s).
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GifDecoder/examples/SmartMatrixGifPlayer/SmartMatrixGifPlayer.ino:84:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartMatrix/src/SmartMatrix.h:74:19: error: No MatrixHardware*.h file included - You must include one at the top of your sketch
 #pragma GCC error "No MatrixHardware*.h file included - You must include one at the top of your sketch"
                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

examples/SmartMatrixGifProfiling

Result: FAIL

WARNING: library SmartMatrix claims to run on avr, esp32 architecture(s) and may be incompatible with your current board which runs on megaavr architecture(s).
WARNING: library GifDecoder claims to run on avr, esp32 architecture(s) and may be incompatible with your current board which runs on megaavr architecture(s).
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GifDecoder/examples/SmartMatrixGifProfiling/SmartMatrixGifProfiling.ino:84:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartMatrix/src/SmartMatrix.h:74:19: error: No MatrixHardware*.h file included - You must include one at the top of your sketch
 #pragma GCC error "No MatrixHardware*.h file included - You must include one at the top of your sketch"
                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

arduino:samd:mkrwifi1010 @ 1.8.12

Inclusion

Result: FAIL

WARNING: library GifDecoder claims to run on avr, esp32 architecture(s) and may be incompatible with your current board which runs on samd architecture(s).
In file included from /Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/GifDecoder/src/GifDecoder.h:111:0,
                 from /private/tmp/arduino-testlib2777671262/test/test.ino:1:
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/GifDecoder/src/GifDecoder_Impl.h: In member function 'int GifDecoder<maxGifWidth, maxGifHeight, lzwMaxBits, useMalloc>::startDecoding()':
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/GifDecoder/src/GifDecoder_Impl.h:291:12: error: 'class Serial_' has no member named 'printf'; did you mean 'print'?
     Serial.printf("Successfully opened GIF; Canvas size = %d x %d\n", gif->getCanvasWidth(), gif->getCanvasHeight());
            ^~~~~~
            print
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/GifDecoder/src/GifDecoder_Impl.h: In member function 'int GifDecoder<maxGifWidth, maxGifHeight, lzwMaxBits, useMalloc>::startDecoding(uint8_t*, int)':
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/GifDecoder/src/GifDecoder_Impl.h:343:12: error: 'class Serial_' has no member named 'printf'; did you mean 'print'?
     Serial.printf("Successfully opened GIF; Canvas size = %d x %d\n", gif->getCanvasWidth(), gif->getCanvasHeight());
            ^~~~~~
            print

examples/SmartMatrixGifMemory

Result: FAIL

WARNING: library SmartMatrix claims to run on avr, esp32 architecture(s) and may be incompatible with your current board which runs on samd architecture(s).
WARNING: library GifDecoder claims to run on avr, esp32 architecture(s) and may be incompatible with your current board which runs on samd architecture(s).
In file included from /Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/GifDecoder/examples/SmartMatrixGifMemory/SmartMatrixGifMemory.ino:84:0:
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/SmartMatrix/src/SmartMatrix.h:74:19: error: No MatrixHardware*.h file included - You must include one at the top of your sketch
 #pragma GCC error "No MatrixHardware*.h file included - You must include one at the top of your sketch"
                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

examples/SmartMatrixGifPlayer

Result: FAIL

WARNING: library SmartMatrix claims to run on avr, esp32 architecture(s) and may be incompatible with your current board which runs on samd architecture(s).
WARNING: library GifDecoder claims to run on avr, esp32 architecture(s) and may be incompatible with your current board which runs on samd architecture(s).
In file included from /Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/GifDecoder/examples/SmartMatrixGifPlayer/SmartMatrixGifPlayer.ino:84:0:
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/SmartMatrix/src/SmartMatrix.h:74:19: error: No MatrixHardware*.h file included - You must include one at the top of your sketch
 #pragma GCC error "No MatrixHardware*.h file included - You must include one at the top of your sketch"
                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

examples/SmartMatrixGifProfiling

Result: FAIL

WARNING: library SmartMatrix claims to run on avr, esp32 architecture(s) and may be incompatible with your current board which runs on samd architecture(s).
WARNING: library GifDecoder claims to run on avr, esp32 architecture(s) and may be incompatible with your current board which runs on samd architecture(s).
In file included from /Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/GifDecoder/examples/SmartMatrixGifProfiling/SmartMatrixGifProfiling.ino:84:0:
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/SmartMatrix/src/SmartMatrix.h:74:19: error: No MatrixHardware*.h file included - You must include one at the top of your sketch
 #pragma GCC error "No MatrixHardware*.h file included - You must include one at the top of your sketch"
                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

esp32:esp32:d1_mini32 @ 1.0.6

Inclusion

Result: PASS

Sketch uses 198106 bytes (15%) of program storage space. Maximum is 1310720 bytes.
Global variables use 13100 bytes (3%) of dynamic memory, leaving 314580 bytes for local variables. Maximum is 327680 bytes.

examples/SmartMatrixGifMemory

Result: FAIL

In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GifDecoder/examples/SmartMatrixGifMemory/SmartMatrixGifMemory.ino:84:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartMatrix/src/SmartMatrix.h:74:19: error: No MatrixHardware*.h file included - You must include one at the top of your sketch
 #pragma GCC error "No MatrixHardware*.h file included - You must include one at the top of your sketch"
                   ^

examples/SmartMatrixGifPlayer

Result: FAIL

In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GifDecoder/examples/SmartMatrixGifPlayer/SmartMatrixGifPlayer.ino:84:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartMatrix/src/SmartMatrix.h:74:19: error: No MatrixHardware*.h file included - You must include one at the top of your sketch
 #pragma GCC error "No MatrixHardware*.h file included - You must include one at the top of your sketch"
                   ^
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SD/src/utility/Sd2Card.h:26:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SD/src/utility/SdFat.h:29,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SD/src/SD.h:20,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GifDecoder/examples/SmartMatrixGifPlayer/SmartMatrixGifPlayer.ino:86:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SD/src/utility/Sd2PinMap.h:524:2: error: #error Architecture or board not supported.
 #error Architecture or board not supported.
  ^
Multiple libraries were found for "SD.h"
  Used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SD
  Not used: /home/ec2-user/arduino-testlib/cli-datadir/data/packages/esp32/hardware/esp32/1.0.6/libraries/SD

examples/SmartMatrixGifProfiling

Result: FAIL

In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GifDecoder/examples/SmartMatrixGifProfiling/SmartMatrixGifProfiling.ino:84:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartMatrix/src/SmartMatrix.h:74:19: error: No MatrixHardware*.h file included - You must include one at the top of your sketch
 #pragma GCC error "No MatrixHardware*.h file included - You must include one at the top of your sketch"
                   ^
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SD/src/utility/Sd2Card.h:26:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SD/src/utility/SdFat.h:29,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SD/src/SD.h:20,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/GifDecoder/examples/SmartMatrixGifProfiling/SmartMatrixGifProfiling.ino:86:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SD/src/utility/Sd2PinMap.h:524:2: error: #error Architecture or board not supported.
 #error Architecture or board not supported.
  ^
Multiple libraries were found for "SD.h"
  Used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SD
  Not used: /home/ec2-user/arduino-testlib/cli-datadir/data/packages/esp32/hardware/esp32/1.0.6/libraries/SD