Advertisement
Guest User

Untitled

a guest
Jun 3rd, 2020
194
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.18 KB | None | 0 0
  1. INFO Reading configuration /config/esphome/station_meteo.yaml...
  2. INFO Detected timezone 'CET' with UTC offset 1 and daylight savings time from 28 March 02:00:00 to 31 October 03:00:00
  3. INFO Generating C++ source...
  4. INFO Compiling app...
  5. INFO Running: platformio run -d /config/esphome/station_meteo
  6. Processing station_meteo (board: esp32dev; framework: arduino; platform: [email protected])
  7. --------------------------------------------------------------------------------
  8. HARDWARE: ESP32 240MHz, 320KB RAM, 4MB Flash
  9. PACKAGES:
  10. - framework-arduinoespressif32 3.10004.200129 (1.0.4)
  11. - tool-esptoolpy 1.20600.0 (2.6.0)
  12. - toolchain-xtensa32 2.50200.80 (5.2.0)
  13. Dependency Graph
  14. |-- <AsyncTCP-esphome> 1.1.1
  15. |-- <ESPmDNS> 1.0
  16. | |-- <WiFi> 1.0
  17. |-- <Adafruit VEML6070 Library> 1.0.4 #f56ccf3
  18. | |-- <Adafruit ILI9341> 1.5.5
  19. | | |-- <Adafruit GFX Library> 1.8.4
  20. | | | |-- <Adafruit BusIO> 1.3.2
  21. | | | | |-- <Wire> 1.0.1
  22. | | | |-- <Wire> 1.0.1
  23. | | |-- <Adafruit STMPE610> 1.1.2
  24. | | | |-- <Wire> 1.0.1
  25. | | |-- <Adafruit TouchScreen> 1.1.0
  26. | |-- <AUnit> 1.3.2
  27. | |-- <Wire> 1.0.1
  28. |-- <La Crosse RX23 Library> 1.0.0 #92ce726
  29. |-- <Wire> 1.0.1
  30. |-- <Update> 1.0
  31. |-- <WiFi> 1.0
  32. Compiling /data/station_meteo/.pioenvs/station_meteo/src/main.cpp.o
  33. Compiling /data/station_meteo/.pioenvs/station_meteo/lib83c/Adafruit BusIO_ID6214/Adafruit_BusIO_Register.cpp.o
  34. Compiling /data/station_meteo/.pioenvs/station_meteo/lib83c/Adafruit BusIO_ID6214/Adafruit_SPIDevice.cpp.o
  35. In file included from /data/station_meteo/.piolibdeps/station_meteo/Adafruit BusIO_ID6214/Adafruit_SPIDevice.cpp:1:0:
  36. /data/station_meteo/.piolibdeps/station_meteo/Adafruit BusIO_ID6214/Adafruit_SPIDevice.h:1:17: fatal error: SPI.h: No such file or directory
  37.  
  38. *************************************************************
  39. * Looking for SPI.h dependency? Check our library registry!
  40. *
  41. * CLI > platformio lib search "header:SPI.h"
  42. * Web > https://platformio.org/lib/search?query=header:SPI.h
  43. *
  44. *************************************************************
  45.  
  46. compilation terminated.
  47. In file included from /data/station_meteo/.piolibdeps/station_meteo/Adafruit BusIO_ID6214/Adafruit_BusIO_Register.h:2:0,
  48. from /data/station_meteo/.piolibdeps/station_meteo/Adafruit BusIO_ID6214/Adafruit_BusIO_Register.cpp:1:
  49. /data/station_meteo/.piolibdeps/station_meteo/Adafruit BusIO_ID6214/Adafruit_SPIDevice.h:1:17: fatal error: SPI.h: No such file or directory
  50.  
  51. *************************************************************
  52. * Looking for SPI.h dependency? Check our library registry!
  53. *
  54. * CLI > platformio lib search "header:SPI.h"
  55. * Web > https://platformio.org/lib/search?query=header:SPI.h
  56. *
  57. *************************************************************
  58.  
  59. compilation terminated.
  60. *** [/data/station_meteo/.pioenvs/station_meteo/lib83c/Adafruit BusIO_ID6214/Adafruit_SPIDevice.cpp.o] Error 1
  61. Compiling /data/station_meteo/.pioenvs/station_meteo/libc83/Adafruit GFX Library_ID13/Adafruit_GFX.cpp.o
  62. *** [/data/station_meteo/.pioenvs/station_meteo/lib83c/Adafruit BusIO_ID6214/Adafruit_BusIO_Register.cpp.o] Error 1
  63. ========================= [FAILED] Took 42.75 seconds =========================
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement