Compilation error Source data/cert/x509_crt_bundle.bin not found, needed by target #327
Unanswered
alexval2014
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Pull the latest code and try again. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello. I had a problem when compiling in 0.6.3 in 0.6.2 there is no such problem.
*** [.pio/build/wt32-sc01_4MB/x509_crt_bundle.bin.txt.o] Source
data/cert/x509_crt_bundle.bin' not found, needed by target
.pio/build/wt32-sc01_4MB/x509_crt_bundle.bin.txt.o'.`gitpod /workspace/openHASP $ platformio run
Processing wt32-sc01_4MB (board: esp32dev; framework: arduino; platform: https://github.com/tasmota/platform-espressif32)
Verbose mode can be enabled via
-v, --verbose
optionCONFIGURATION: https://docs.platformio.org/page/boards/espressif32/esp32dev.html
PLATFORM: Espressif 32 (2.0.3+sha.aacdc58) > Espressif ESP32 Dev Module
HARDWARE: ESP32S2 240MHz, 320KB RAM, 4MB Flash
DEBUG: Current (esp-prog) 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:
Warning! Could not find file "x509_crt_bundle.bin"
LDF: Library Dependency Finder -> https://bit.ly/configure-pio-ldf
LDF Modes: Finder ~ chain, Compatibility ~ soft
Found 50 compatible libraries
Scanning dependencies...
Dependency Graph
|-- 1.9.2
|-- 6.19.4
|-- 1.6.2
| |-- 2.0.0
|-- 2.8.0
|-- 7.11.1+sha.c539546
|-- <lv_lib_png> 0.0.0+20220428084136.sha.7ff6168
| |-- 7.11.1+sha.c539546
|-- <lv_lib_bmp> 0.0.0+20220428084137.sha.b6ca85d
| |-- 7.11.1+sha.c539546
|-- <lv_lib_gif> 0.0.0+20220428084137.sha.afdc2d6
| |-- 7.11.1+sha.c539546
|-- 0.0.3+sha.79180a9
|-- <TFT_eSPI> 2.4.51
| |-- 2.0.0
| | |-- 2.0.0
| |-- 2.0.0
| |-- 2.0.0
| | |-- 2.0.0
| |-- 2.0.0
|-- 1.0.2+sha.d96d4be
| |-- 2.0.0
|-- 2.0.0
|--
|-- 2.0.0
|-- 2.0.0
|-- 2.0.0
|-- 2.0.0
|-- <lv_fs_if> 0.0.0+20220202035348
| |-- 7.11.1+sha.c539546
|-- 2.0.0
| |-- 2.0.0
| |-- 2.0.0
| | |-- 2.0.0
|--
|--
|-- <lv_lib_freetype>
| |-- 2.10.4
| | |-- <lv_fs_if> 0.0.0+20220202035348
| | | |-- 7.11.1+sha.c539546
| |-- 7.11.1+sha.c539546
| |-- <lv_fs_if> 0.0.0+20220202035348
| | |-- 7.11.1+sha.c539546
|-- 2.0.0
| |-- 2.0.0
|-- 2.0.0
|-- 2.0.0
| |-- 2.0.0
|-- <lv_lib_qrcode>
| |-- 7.11.1+sha.c539546
|--
| |-- 2.0.0
| | |-- 2.0.0
| |-- 2.0.0
| |-- 2.0.0
| | |-- 2.0.0
| |-- 2.0.0
| | |-- 2.0.0
| |-- 2.0.0
| | |-- 2.0.0
| | |-- 2.0.0
| |-- 2.0.0
| |-- 2.0.0
| | |-- 2.0.0
| |-- 2.0.0
|-- 2.0.0
|-- 2.0.0
| |-- 2.0.0
|-- 2.0.0
| |-- 2.0.0
| |-- 2.0.0
|-- 2.0.0
| |-- 2.0.0
|-- 2.0.0
| |-- 2.0.0
| |-- 2.0.0
| |-- 2.0.0
| | |-- 2.0.0
|-- 2.0.0
| |-- 2.0.0
| | |-- 2.0.0
| | |-- 2.0.0
| | | |-- 2.0.0
| |-- 2.0.0
| |-- 2.0.0
|-- 2.0.0
| |-- 2.0.0
Building in release mode
=====================================
Converting .pio/build/wt32-sc01_4MB/edit.htm.gz.txt.o
Converting .pio/build/wt32-sc01_4MB/style.css.gz.txt.o
Converting .pio/build/wt32-sc01_4MB/script.js.gz.txt.o
*** [.pio/build/wt32-sc01_4MB/x509_crt_bundle.bin.txt.o] Source
data/cert/x509_crt_bundle.bin' not found, needed by target
.pio/build/wt32-sc01_4MB/x509_crt_bundle.bin.txt.o'.====================================== [FAILED] Took 4.57 seconds ======================================
Environment Status Duration
wt32-sc01_4MB FAILED 00:00:04.574
================================ 1 failed, 0 succeeded in 00:00:04.574 ================================
`
Beta Was this translation helpful? Give feedback.
All reactions