Skip to content

Instantly share code, notes, and snippets.

@ohhorob
Created July 22, 2016 06:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ohhorob/54d9567bf5894ad40c5232eac237a698 to your computer and use it in GitHub Desktop.
Save ohhorob/54d9567bf5894ad40c5232eac237a698 to your computer and use it in GitHub Desktop.
$ rm -rf .pioenvs/
(pio3dev) $ platformio run --target upload
[Thu Jul 21 23:18:02 2016] Processing teensy31 (platform: teensy, lib_install: 12, 13, 129, 291, 1106, board: teensy31, framework: arduino)
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Looking for dependencies...
Collecting 29 compatible libraries
Depends on <ADC>
Depends on <Bounce2> v2.1
Depends on <Display>
Depends on <MTS>
Depends on <Encoder>
Depends on <RKW_Led> v0.1.0
Depends on <Robot Control> v1.0
Depends on <TFT> v1.0
Depends on <SPI> v1.0
Processing src/head.cpp
Processing .platformio/packages/framework-arduinoteensy/cores/teensy3/AudioStream.cpp
Processing .platformio/packages/framework-arduinoteensy/cores/teensy3/DMAChannel.cpp
Processing .platformio/packages/framework-arduinoteensy/cores/teensy3/HardwareSerial1.cpp
Processing .platformio/packages/framework-arduinoteensy/cores/teensy3/HardwareSerial2.cpp
In file included from /Users/home/.platformio/packages/framework-arduinoteensy/libraries/TFT/src/utility/Adafruit_ST7735.h:28:0,
from lib/Display/src/Display.h:5,
from src/head.cpp:2:
/Users/home/.platformio/packages/framework-arduinoteensy/libraries/TFT/src/utility/Adafruit_GFX.h:60:3: warning: #warning "The SD library was not found. loadImage() and image() won't be supported." [-Wcpp]
#warning "The SD library was not found. loadImage() and image() won't be supported."
^
Processing .platformio/packages/framework-arduinoteensy/cores/teensy3/HardwareSerial3.cpp
Processing .platformio/packages/framework-arduinoteensy/cores/teensy3/IPAddress.cpp
Processing .platformio/packages/framework-arduinoteensy/cores/teensy3/IntervalTimer.cpp
Processing .platformio/packages/framework-arduinoteensy/cores/teensy3/Print.cpp
Processing .platformio/packages/framework-arduinoteensy/cores/teensy3/Stream.cpp
Processing .platformio/packages/framework-arduinoteensy/cores/teensy3/Tone.cpp
Processing .platformio/packages/framework-arduinoteensy/cores/teensy3/WMath.cpp
Processing .platformio/packages/framework-arduinoteensy/cores/teensy3/WString.cpp
Processing .platformio/packages/framework-arduinoteensy/cores/teensy3/analog.c
Processing .platformio/packages/framework-arduinoteensy/cores/teensy3/avr_emulation.cpp
Processing .platformio/packages/framework-arduinoteensy/cores/teensy3/eeprom.c
Processing .platformio/packages/framework-arduinoteensy/cores/teensy3/keylayouts.c
Processing .platformio/packages/framework-arduinoteensy/cores/teensy3/main.cpp
Processing .platformio/packages/framework-arduinoteensy/cores/teensy3/math_helper.c
Processing .platformio/packages/framework-arduinoteensy/cores/teensy3/memcpy-armv7m.S
Processing .platformio/packages/framework-arduinoteensy/cores/teensy3/memset.S
Processing .platformio/packages/framework-arduinoteensy/cores/teensy3/mk20dx128.c
Processing .platformio/packages/framework-arduinoteensy/cores/teensy3/new.cpp
Processing .platformio/packages/framework-arduinoteensy/cores/teensy3/nonstd.c
Processing .platformio/packages/framework-arduinoteensy/cores/teensy3/pins_teensy.c
Processing .platformio/packages/framework-arduinoteensy/cores/teensy3/ser_print.c
Processing .platformio/packages/framework-arduinoteensy/cores/teensy3/serial1.c
Processing .platformio/packages/framework-arduinoteensy/cores/teensy3/serial2.c
Processing .platformio/packages/framework-arduinoteensy/cores/teensy3/serial3.c
Processing .platformio/packages/framework-arduinoteensy/cores/teensy3/touch.c
Processing .platformio/packages/framework-arduinoteensy/cores/teensy3/usb_desc.c
Processing .platformio/packages/framework-arduinoteensy/cores/teensy3/usb_dev.c
Processing .platformio/packages/framework-arduinoteensy/cores/teensy3/usb_flightsim.cpp
Processing .platformio/packages/framework-arduinoteensy/cores/teensy3/usb_inst.cpp
Processing .platformio/packages/framework-arduinoteensy/cores/teensy3/usb_joystick.c
Processing .platformio/packages/framework-arduinoteensy/cores/teensy3/usb_keyboard.c
Processing .platformio/packages/framework-arduinoteensy/cores/teensy3/usb_mem.c
Processing .platformio/packages/framework-arduinoteensy/cores/teensy3/usb_midi.c
Processing .platformio/packages/framework-arduinoteensy/cores/teensy3/usb_mouse.c
Processing .platformio/packages/framework-arduinoteensy/cores/teensy3/usb_mtp.c
Processing .platformio/packages/framework-arduinoteensy/cores/teensy3/usb_rawhid.c
Processing .platformio/packages/framework-arduinoteensy/cores/teensy3/usb_seremu.c
Processing .platformio/packages/framework-arduinoteensy/cores/teensy3/usb_serial.c
Processing .platformio/packages/framework-arduinoteensy/cores/teensy3/yield.cpp
Processing .platformio/lib/ADC/ADC.cpp
Processing .platformio/lib/ADC/ADC_Module.cpp
Processing .platformio/lib/ADC/RingBuffer.cpp
Processing .platformio/lib/ADC/RingBufferDMA.cpp
Processing .platformio/lib/Bounce2_ID1106/Bounce2.cpp
Processing lib/Display/src/Display.cpp
Processing .pioenvs/teensy31/libFrameworkArduino.a
Processing lib/MTS/src/Drive.cpp
In file included from /Users/home/.platformio/packages/framework-arduinoteensy/libraries/TFT/src/utility/Adafruit_ST7735.h:28:0,
from lib/Display/src/Display.h:5,
from lib/Display/src/Display.cpp:1:
/Users/home/.platformio/packages/framework-arduinoteensy/libraries/TFT/src/utility/Adafruit_GFX.h:60:3: warning: #warning "The SD library was not found. loadImage() and image() won't be supported." [-Wcpp]
#warning "The SD library was not found. loadImage() and image() won't be supported."
^
Processing lib/MTS/src/Packet.cpp
/Users/home/.platformio/lib/Bounce2_ID1106/Bounce2.cpp: In member function 'void Bounce::attach(int)':
/Users/home/.platformio/lib/Bounce2_ID1106/Bounce2.cpp:24:10: warning: unused variable 'read' [-Wunused-variable]
bool read = digitalRead(pin);
^
lib/Display/src/Display.cpp: In constructor 'Display::Display(int8_t, int8_t, int8_t, int8_t)':
lib/Display/src/Display.cpp:35:17: error: 'INITR_144GREENTAB' was not declared in this scope
_tft->initR(INITR_144GREENTAB); // initialize a ST7735S chip, green tab
^
Processing lib/MTS/src/PacketBuffer.cpp
scons: *** [.pioenvs/teensy31/lib/Display/Display.o] Error 1
============================================================================ [ERROR] Took 1.91 seconds ============================================================================
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment