error during compile esp32 c3 core 2.0.6 with new 25.8.1 arduino library release

micdj
Posts: 31
Joined: Wed Jan 06, 2021 2:23 am

Post

Hello! I've thi compile error: 'mbedtls_pkcs5_pbkdf2_hmac_ext' was not declared in this scope, with core 2.0.6, from what core version can I compile? I use some other library not compatible with core 3.3.3 as asynchttprequest
User avatar
vajera
Posts: 7285
Joined: Wed Oct 31, 2018 7:58 am
Location: Biedrusko
Has thanked: 289 times
Been thanked: 161 times

Post

micdj wrote: Mon Nov 10, 2025 9:08 am Hello! I've thi compile error: 'mbedtls_pkcs5_pbkdf2_hmac_ext' was not declared in this scope, with core 2.0.6, from what core version can I compile? I use some other library not compatible with core 3.3.3 as asynchttprequest
You should switch to Arduino Core 3.x.x at least.
BTW Which library is not compatibile with AC 3.3.3?
Bramka Zigbee <=> SUPLA
Więcej informacji tutaj:
https://forum.supla.org/viewforum.php?f=127
FAQ https://forum.supla.org/viewtopic.php?t=17277
micdj
Posts: 31
Joined: Wed Jan 06, 2021 2:23 am

Post

I use asynchttprrequest library to update firmware from http

https://github.com/khoih-prog/AsyncHTTPRequest_Generic
zzrr
Posts: 1864
Joined: Wed Oct 26, 2022 7:35 pm
Has thanked: 76 times
Been thanked: 119 times

Post

micdj wrote: Mon Nov 10, 2025 9:08 am Hello! I've thi compile error: 'mbedtls_pkcs5_pbkdf2_hmac_ext' was not declared in this scope, with core 2.0.6, from what core version can I compile? I use some other library not compatible with core 3.3.3 as asynchttprequest
If you are working in PlatformIO, there is no core 3.3.3 yet

viewtopic.php?p=214066#p214066
klew wrote: Sat Oct 04, 2025 4:29 pm ... Ogólnie możesz też z pliku crypto.cpp w SD wyrzucić od linii 36 do 54 oraz 63.
zzrr
Posts: 1864
Joined: Wed Oct 26, 2022 7:35 pm
Has thanked: 76 times
Been thanked: 119 times

Post

Code: Select all

;use in platformio.ini
platform = https://github.com/pioarduino/platform-espressif32/releases/download/54.03.20/platform-espressif32.zip
framework = arduino

Code: Select all

-- SuplaDevice @ 25.8.1+sha.a3360e1
 - framework-arduinoespressif32 @ 3.2.0
 - framework-arduinoespressif32-libs @ 5.4.0+sha.2f7dcd862a
 - tool-esptoolpy @ 4.8.9
 - tool-mklittlefs @ 3.2.0
 - tool-riscv32-esp-elf-gdb @ 14.2.0+20240403
 - tool-xtensa-esp-elf-gdb @ 14.2.0+20240403
 - toolchain-riscv32-esp @ 14.2.0+20241119
No error mbedtls_pkcs5_pbkdf2_hmac_ext
micdj
Posts: 31
Joined: Wed Jan 06, 2021 2:23 am

Post

I'm on arduino, core version 3.3.3

Return to “Help”