Teensy 3.1 Animated GIFs sketch not working...
I finished the code - please have a look and let me know what you think:
https://github.com/bitbank2/AnimatedGIF
I am having compile issues with AnimatedGIFs sketch for my Teensy 3.1 & SmartMatrix board. I got it all working in the middle of last year but now, using the exact same sketch and no changes, I only get errors that I don't understand. Is there an update that addresses these issues? I would like to get back my SmartMatrix screen display working properly.
Here is the verbose output while trying to compile:
/Users/alfredolivas/Desktop/Desktop - Alfred’s iMac - 1/Arduino/Arduino.app/Contents/Java/arduino-builder -dump-prefs -logger=machine -hardware /Users/alfredolivas/Desktop/Desktop - Alfred’s iMac - 1/Arduino/Arduino.app/Contents/Java/hardware -hardware /Users/alfredolivas/Library/Arduino15/packages -tools /Users/alfredolivas/Desktop/Desktop - Alfred’s iMac - 1/Arduino/Arduino.app/Contents/Java/tools-builder -tools /Users/alfredolivas/Desktop/Desktop - Alfred’s iMac - 1/Arduino/Arduino.app/Contents/Java/hardware/tools/avr -tools /Users/alfredolivas/Library/Arduino15/packages -built-in-libraries /Users/alfredolivas/Desktop/Desktop - Alfred’s iMac - 1/Arduino/Arduino.app/Contents/Java/libraries -libraries /Users/alfredolivas/Desktop/Arduino/Sketchbook/libraries -fqbn=teensy:avr:teensy31:usb=serial,speed=96,opt=o2std,keys=en-us -ide-version=10813 -build-path /var/folders/5c/6t7s01sn4db00kncp3sf1wpr0000gn/T/arduino_build_632896 -warnings=none -build-cache /var/folders/5c/6t7s01sn4db00kncp3sf1wpr0000gn/T/arduino_cache_60728 -verbose /Users/alfredolivas/Desktop/Arduino/Sketchbook/TeensyGIFs_2022/TeensyGIFs_2022.ino
/Users/alfredolivas/Desktop/Desktop - Alfred’s iMac - 1/Arduino/Arduino.app/Contents/Java/arduino-builder -compile -logger=machine -hardware /Users/alfredolivas/Desktop/Desktop - Alfred’s iMac - 1/Arduino/Arduino.app/Contents/Java/hardware -hardware /Users/alfredolivas/Library/Arduino15/packages -tools /Users/alfredolivas/Desktop/Desktop - Alfred’s iMac - 1/Arduino/Arduino.app/Contents/Java/tools-builder -tools /Users/alfredolivas/Desktop/Desktop - Alfred’s iMac - 1/Arduino/Arduino.app/Contents/Java/hardware/tools/avr -tools /Users/alfredolivas/Library/Arduino15/packages -built-in-libraries /Users/alfredolivas/Desktop/Desktop - Alfred’s iMac - 1/Arduino/Arduino.app/Contents/Java/libraries -libraries /Users/alfredolivas/Desktop/Arduino/Sketchbook/libraries -fqbn=teensy:avr:teensy31:usb=serial,speed=96,opt=o2std,keys=en-us -ide-version=10813 -build-path /var/folders/5c/6t7s01sn4db00kncp3sf1wpr0000gn/T/arduino_build_632896 -warnings=none -build-cache /var/folders/5c/6t7s01sn4db00kncp3sf1wpr0000gn/T/arduino_cache_60728 -verbose /Users/alfredolivas/Desktop/Arduino/Sketchbook/TeensyGIFs_2022/TeensyGIFs_2022.ino
Using board 'teensy31' from platform in folder: /Users/alfredolivas/Desktop/Desktop - Alfred’s iMac - 1/Arduino/Arduino.app/Contents/Java/hardware/teensy/avr
Using core 'teensy3' from platform in folder: /Users/alfredolivas/Desktop/Desktop - Alfred’s iMac - 1/Arduino/Arduino.app/Contents/Java/hardware/teensy/avr
Detecting libraries used...
"/Users/alfredolivas/Desktop/Desktop - Alfred’s iMac - 1/Arduino/Arduino.app/Contents/Java/hardware/teensy/../tools/arm/bin/arm-none-eabi-g++" -E -CC -x c++ -w -g -Wall -ffunction-sections -fdata-sections -nostdlib -mno-unaligned-access -fno-exceptions -fpermissive -felide-constructors -std=gnu++14 -Wno-error=narrowing -fno-rtti -mthumb -mcpu=cortex-m4 -fsingle-precision-constant -D__MK20DX256__ -DTEENSYDUINO=155 -DARDUINO=10813 -DARDUINO_TEENSY32 -DF_CPU=96000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-I/Users/alfredolivas/Desktop/Desktop - Alfred’s iMac - 1/Arduino/Arduino.app/Contents/Java/hardware/teensy/avr/cores/teensy3" /var/folders/5c/6t7s01sn4db00kncp3sf1wpr0000gn/T/arduino_build_632896/sketch/TeensyGIFs_2022.ino.cpp -o /dev/null -DARDUINO_LIB_DISCOVERY_PHASE
Alternatives for MatrixHardware_Teensy3_ShieldV1toV3.h: [SmartMatrix-4.0.3@4.0.3]
ResolveLibrary(MatrixHardware_Teensy3_ShieldV1toV3.h)
-> candidates: [SmartMatrix-4.0.3@4.0.3]
"/Users/alfredolivas/Desktop/Desktop - Alfred’s iMac - 1/Arduino/Arduino.app/Contents/Java/hardware/teensy/../tools/arm/bin/arm-none-eabi-g++" -E -CC -x c++ -w -g -Wall -ffunction-sections -fdata-sections -nostdlib -mno-unaligned-access -fno-exceptions -fpermissive -felide-constructors -std=gnu++14 -Wno-error=narrowing -fno-rtti -mthumb -mcpu=cortex-m4 -fsingle-precision-constant -D__MK20DX256__ -DTEENSYDUINO=155 -DARDUINO=10813 -DARDUINO_TEENSY32 -DF_CPU=96000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH "-I/Users/alfredolivas/Desktop/Desktop - Alfred’s iMac - 1/Arduino/Arduino.app/Contents/Java/hardware/teensy/avr/cores/teensy3" -I/Users/alfredolivas/Desktop/Arduino/Sketchbook/libraries/SmartMatrix-4.0.3/src /var/folders/5c/6t7s01sn4db00kncp3sf1wpr0000gn/T/arduino_build_632896/sketch/TeensyGIFs_2022.ino.cpp -o /dev/null -DARDUINO_LIB_DISCOVERY_PHASE
Alternatives for MatrixHardware_T4Adapter.h: []
ResolveLibrary(MatrixHardware_T4Adapter.h)
-> candidates: []
/Users/alfredolivas/Desktop/Arduino/Sketchbook/TeensyGIFs_2022/TeensyGIFs_2022.ino:76:38: fatal error: MatrixHardware_T4Adapter.h: No such file or directory
compilation terminated.
Using library SmartMatrix-4.0.3 at version 4.0.3 in folder: /Users/alfredolivas/Desktop/Arduino/Sketchbook/libraries/SmartMatrix-4.0.3
Error compiling for board Teensy 3.2 / 3.1.
Thanks in advance.