Page 1 of 1

FC10 esp32 wifi compilation error

Posted: Fri Feb 24, 2023 1:03 pm
by JanOudsdoorn
Hello, we are unable to compile a basic ESP32 webserver project due to CAL component errors.
We updated all the library files. And used the latest version of esp-idf as well as the older version 4.1.4, but the error remains.
Our target is the ESP32_WROOM_32.
We get lots of ‘deprecated’ warnings. And a fatal error from within ESP_CAL_WIFI.c component:
In file included from C:\ProgramData\MatrixTSL\FlowcodeV10\CAL\includes.c:53,
from C:/Projects/2023002_Test_ESP32/examples/ESP32_Server_Example/main/esp-project.c:363:
C:\ProgramData\MatrixTSL\FlowcodeV10\CAL\ESP\ESP_CAL_WIFI.c:48:10: fatal error: tcpip_adapter.h: No such file or directory
48 | #include "tcpip_adapter.h"
Could you support us to solve this problem?

Re: FC10 esp32 wifi compilation error

Posted: Fri Mar 03, 2023 1:36 pm
by BenR
Hello,

Sorry for lack of a reply, please could you attach your program and also the msg.txt file so we can diagnose and replicate.