mbedtls error while compiling ble_mesh_node example
Posted: Mon Sep 23, 2019 5:09 pm
Hi,
I have made a copy of the "ble_mesh_node" example from the esp-idf 0.6v Bluetooth Mesh branch. However, I am getting the following errors.
and so on.
The funny thing is that the same code compiled yesterday, with the same system config and same commands.
Please help. I am using CMake for compilation, on a windows 10 PC.
I have made a copy of the "ble_mesh_node" example from the esp-idf 0.6v Bluetooth Mesh branch. However, I am getting the following errors.
Code: Select all
Executing "ninja all"...
[25/886] Building C object esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/aes.c.obj
FAILED: esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/aes.c.obj
In file included from C:/esp32/esp-idf/components/mbedtls/mbedtls/library/aes.c:31:0:
C:/esp32/esp-idf/components/mbedtls/port/include/mbedtls/esp_config.h:2717:34: fatal error: mbedtls/check_config.h: No such file or directory
compilation terminated.
[27/886] Building C object esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/aria.c.obj
FAILED: esp-idf/mbedtls/mbedtls/library/CMakeFiles/mbedcrypto.dir/aria.c.obj
The funny thing is that the same code compiled yesterday, with the same system config and same commands.
Please help. I am using CMake for compilation, on a windows 10 PC.