ESP32 deployment error

Question/Issue:
I try to deployment my ML model but every time I get an error, I tried to load the C/Cpp code and I get the same error, also i tried to minimizing neural network and get the same error (also arduino library have an issue)
How to fix the problem?
Project ID:
129625
Context/Use case:

idf/main/CMakeFiles/idf_main.dir//edge-impulse-sdk/tensorflow/lite/micro/test_helpers.cc.obj
[1193/1357] Building C object esp-idf/expat/CMakeFiles/__idf_expat.dir/expat/expat/lib/xmltok.c.obj
[1194/1357] Building CXX object esp-idf/main/CMakeFiles/idf_main.dir//edge-impulse-sdk/tensorflow/lite/micro/kernels/comparisons.cc.obj
ninja: build stopped: subcommand failed.
ninja failed with exit code 1
Executing action: all (aliases: build)
Running cmake in directory /app/firmware-espressif-esp32/build
Executing “cmake -G Ninja -DPYTHON_DEPS_CHECKED=1 -DESP_PLATFORM=1 -DIDF_TARGET=esp32 -DCCACHE_ENABLE=0 /app/firmware-espressif-esp32”…
Running ninja in directory /app/firmware-espressif-esp32/build
Executing “ninja all”…
Application exited with code 2

Job failed (see above)

This might help…see Louis’s comment: Error compiling for ESP32