Skip to content

Instantly share code, notes, and snippets.

@ohhorob
Created July 28, 2016 01:56
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/fb89e28956c9eba4bd025f3067339c04 to your computer and use it in GitHub Desktop.
Save ohhorob/fb89e28956c9eba4bd025f3067339c04 to your computer and use it in GitHub Desktop.
dev12 CLion build
/Applications/CLion.app/Contents/bin/cmake/bin/cmake --build /Users/home/Library/Caches/CLion2016.2/cmake/generated/digihead-afbd828b/afbd828b/Debug --target PLATFORMIO_BUILD -- -j 8
[Wed Jul 27 18:54:36 2016] Processing teensy31 (platform: teensy, lib_install: 129, 291, 1106, 416, board: teensy31, framework: arduino)
--------------------------------------------------------------------------------
Collected 28 compatible libraries
Looking for dependencies...
13 0.0404469966888
Library Dependency Map
|-- <ADC>
|-- <Bounce2> v2.1
|-- <MTS>
|-- <RKW_Led> v0.1.0
|-- <Encoder>
|-- <Display>
| |-- <ADC>
| |-- <SPI> v1.0
| |-- <TFT> v1.0
| | |-- <SPI> v1.0
|-- <TinyGPS>
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/MTS/src/Drive.cpp
Processing lib/MTS/src/Packet.cpp
Processing .pioenvs/teensy31/libFrameworkArduino.a
Processing lib/MTS/src/PacketBuffer.cpp
Processing .platformio/lib/RKW_Led/src/Led.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);
^
Processing .platformio/lib/Encoder_ID129/Encoder.cpp
Processing .pioenvs/teensy31/lib/libBounce2.a
Processing .platformio/packages/framework-arduinoteensy/libraries/SPI/SPI.cpp
Processing .platformio/packages/framework-arduinoteensy/libraries/TFT/src/TFT.cpp
Processing .platformio/packages/framework-arduinoteensy/libraries/TFT/src/utility/Adafruit_GFX.cpp
Processing .platformio/packages/framework-arduinoteensy/libraries/TFT/src/utility/glcdfont.c
Processing .pioenvs/teensy31/lib/libRKW_Led.a
Processing .pioenvs/teensy31/lib/libMTS.a
In file included from /Users/home/.platformio/packages/framework-arduinoteensy/libraries/TFT/src/TFT.h:6:0,
from /Users/home/.platformio/packages/framework-arduinoteensy/libraries/TFT/src/TFT.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 .platformio/packages/framework-arduinoteensy/libraries/TFT/src/utility/Adafruit_ST7735.cpp
In file included from /Users/home/.platformio/packages/framework-arduinoteensy/libraries/TFT/src/utility/Adafruit_GFX.cpp:34:0:
/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/libraries/TFT/src/utility/glcdfont.c
Processing .pioenvs/teensy31/lib/libEncoder.a
In file included from /Users/home/.platformio/packages/framework-arduinoteensy/libraries/TFT/src/utility/Adafruit_ST7735.h:28:0,
from /Users/home/.platformio/packages/framework-arduinoteensy/libraries/TFT/src/utility/Adafruit_ST7735.cpp:19:
/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/Display/src/Display.cpp
Processing .platformio/lib/TinyGPS_ID416/TinyGPS.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 .pioenvs/teensy31/lib/libADC.a
Processing .pioenvs/teensy31/lib/libSPI.a
Processing .pioenvs/teensy31/lib/libTinyGPS.a
Processing .pioenvs/teensy31/lib/libTFT.a
Processing .pioenvs/teensy31/lib/libDisplay.a
Processing .pioenvs/teensy31/firmware.elf
Processing size
Processing .pioenvs/teensy31/firmware.hex
text data bss dec hex filename
30556 320 3020 33896 8468 .pioenvs/teensy31/firmware.elf
========================= [SUCCESS] Took 2.39 seconds =========================
Built target PLATFORMIO_BUILD
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment