turgu1 / ESP-IDF-InkPlate

A porting effort to the ESP-IDF framework for the e-Radionica InkPlate software.
15 stars 9 forks source link

x509 #4

Closed lorenko closed 2 years ago

lorenko commented 3 years ago

I am trying the first examples and I am experiencing this problem with PlatformIO

` Executing task: platformio run --environment inkplate-10 <

Processing inkplate-10 (platform: espressif32; board: esp-wrover-kit; framework: espidf)

Verbose mode can be enabled via -v, --verbose option CONFIGURATION: https://docs.platformio.org/page/boards/espressif32/esp-wrover-kit.html PLATFORM: Espressif 32 (3.3.2) > Espressif ESP-WROVER-KIT HARDWARE: ESP32 240MHz, 320KB RAM, 4MB Flash DEBUG: Current (ftdi) On-board (ftdi) External (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) PACKAGES:

Error 1 LDF: Library Dependency Finder -> http://bit.ly/configure-pio-ldf LDF Modes: Finder ~ chain, Compatibility ~ soft Found 1 compatible libraries Scanning dependencies... Dependency Graph |-- 0.9.4+sha.9365c7f Building in release mode [.pio/build/inkplate-10/.pio/build/inkplate-10/x509_crt_bundle.o] Source .pio/build/inkplate-10/x509_crt_bundle.S' not found, needed by target.pio/build/inkplate-10/.pio/build/inkplate-10/x509_crt_bundle.o'. ================================================================================================ [FAILED] Took 4.70 seconds ================================================================================================

Environment Status Duration


inkplate-10 FAILED 00:00:04.696 ========================================================================================== 1 failed, 0 succeeded in 00:00:04.696 ========================`

turgu1 commented 2 years ago

Hello lorenko, I don't really understand what you try to achieve. Are you trying to add x509 support to the Inkplate 10 device?