espressif / esp-wolfssl

WolfSSL port for ESP-IDF & ESP8266_RTOS_SDK
38 stars 13 forks source link

undefined reference to `xQueueGenericReceive' #6

Closed alexander-sorokin closed 3 years ago

alexander-sorokin commented 3 years ago

Got an error "undefined reference to `xQueueGenericReceive'" while linking libwolfssl_small_cert_verify.a to a project with master branch of esp-idf. Looks like xQueueGenericReceive was removed from FreeRTOS - https://forums.freertos.org/t/error-while-compiling-amazon-freertos-extra-components/8859/2

mahavirj commented 3 years ago

@alexander-sorokin Thanks for reporting this! Can you please try by applying attached on ESP-IDF 0001-freertos-add-xQueueGenericReceive-for-backward-compa.zip? This issue will be updated once fix (still under discussion) gets committed in ESP-IDF.