hegdeatri

unphone build errors

Apr 11th, 2025
22
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 3.71 KB | Software | 0 0
  1.  *  Executing task: platformio run --environment unphone9
  2.  
  3. Processing unphone9 (board: unphone9; platform: espressif32 @ ^6.0.1; framework: arduino)
  4. -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  5. Verbose mode can be enabled via `-v, --verbose` option
  6. CONFIGURATION: https://docs.platformio.org/page/boards/espressif32/unphone9.html
  7. PLATFORM: Espressif 32 (6.10.0) > unPhone 9
  8. HARDWARE: ESP32S3 240MHz, 8.31MB RAM, 7.94MB Flash
  9. DEBUG: Current (cmsis-dap) External (cmsis-dap, esp-bridge, esp-builtin, esp-prog, iot-bus-jtag, jlink, minimodule, olimex-arm-usb-ocd, olimex-arm-usb-ocd-h, olimex-arm-usb-tiny-h, olimex-jtag-tiny, tumpa)
  10. PACKAGES:
  11.  - framework-arduinoespressif32 @ 3.20017.241212+sha.dcc1105b
  12.  - tool-esptoolpy @ 1.40501.0 (4.5.1)
  13.  - toolchain-riscv32-esp @ 8.4.0+2021r2-patch5
  14.  - toolchain-xtensa-esp32s3 @ 8.4.0+2021r2-patch5
  15. Converting sketch.ino
  16. LDF: Library Dependency Finder -> https://bit.ly/configure-pio-ldf
  17. LDF Modes: Finder ~ chain, Compatibility ~ soft
  18. Found 66 compatible libraries
  19. Scanning dependencies...
  20. Dependency Graph
  21. |-- unPhoneLibrary @ 9.0.0+sha.c9bd591
  22. |-- Adafruit BusIO @ 1.17.0
  23. |-- Adafruit EPD @ 4.5.6
  24. |-- Adafruit GFX Library @ 1.12.0
  25. |-- Adafruit HX8357 Library @ 1.1.15+sha.2bb675b
  26. |-- Adafruit ImageReader Library @ 2.9.2
  27. |-- Adafruit LIS3MDL @ 1.2.4
  28. |-- Adafruit LSM303DLHC @ 1.0.4
  29. |-- Adafruit LSM6DS @ 4.7.4
  30. |-- Adafruit LSM9DS1 Library @ 2.2.1
  31. |-- Adafruit Unified Sensor @ 1.1.15
  32. |-- DNSServer @ 2.0.0
  33. |-- ESPmDNS @ 2.0.0
  34. |-- FS @ 2.0.0
  35. |-- HTTPClient @ 2.0.0
  36. |-- MCCI Arduino LoRaWAN Library @ 0.9.2
  37. |-- unphone fork of MCCI LoRaWAN LMIC library @ 4.1.1+sha.9151ec5
  38. |-- Preferences @ 2.0.0
  39. |-- SPI @ 2.0.0
  40. |-- SdFat - Adafruit Fork @ 1.5.1
  41. |-- Update @ 2.0.0
  42. |-- WebServer @ 2.0.0
  43. |-- ESPAsyncTCP @ 2.0.0
  44. |-- ESPAsyncWebServer @ 3.7.6
  45. |-- WiFi @ 2.0.0
  46. |-- WiFiClientSecure @ 2.0.0
  47. |-- WiFiManager @ 2.0.0-rc.1+sha.fe9774f
  48. |-- Wire @ 2.0.0
  49. |-- XPT2046_Touchscreen @ 0.0.0+sha.c766eac
  50. |-- EasyLed @ 1.1.0
  51. Building in release mode
  52. Compiling .pio/build/unphone9/src/sketch.ino.cpp.o
  53. Compiling .pio/build/unphone9/liba57/Adafruit SPIFlash/Adafruit_SPIFlash.cpp.o
  54. Compiling .pio/build/unphone9/libcde/Adafruit EPD/drivers/Adafruit_IL0398.cpp.o
  55. Compiling .pio/build/unphone9/libcde/Adafruit EPD/drivers/Adafruit_IL91874.cpp.o
  56. Compiling .pio/build/unphone9/libcde/Adafruit EPD/drivers/Adafruit_SSD1608.cpp.o
  57. In file included from .pio/libdeps/unphone9/Adafruit SPIFlash/src/Adafruit_SPIFlash.cpp:25:
  58. .pio/libdeps/unphone9/Adafruit SPIFlash/src/Adafruit_SPIFlash.h:32:10: fatal error: SdFat_Adafruit_Fork.h: No such file or directory
  59.  
  60. *****************************************************************************
  61. * Looking for SdFat_Adafruit_Fork.h dependency? Check our library registry!
  62. *
  63. * CLI  > platformio lib search "header:SdFat_Adafruit_Fork.h"
  64. * Web  > https://registry.platformio.org/search?q=header:SdFat_Adafruit_Fork.h
  65. *
  66. *****************************************************************************
  67.  
  68.  #include "SdFat_Adafruit_Fork.h"
  69.           ^~~~~~~~~~~~~~~~~~~~~~~
  70. compilation terminated.
  71. *** [.pio/build/unphone9/liba57/Adafruit SPIFlash/Adafruit_SPIFlash.cpp.o] Error 1
  72. ========================================================================= [FAILED] Took 3.24 seconds =========================================================================
  73.  
  74. Environment    Status    Duration
  75. -------------  --------  ------------
  76. unphone9       FAILED    00:00:03.242
  77. ==================================================================== 1 failed, 0 succeeded in 00:00:03.242 ====================================================================
  78.  
Tags: unphone
Add Comment
Please, Sign In to add comment