You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to compile a "hello world app" using MDF (master) and IDF V5.0 however the build breaks.
I have setup the MDF_PATH enviroment variable to point to the cloned repo.
After first compiling I ran into a peer dependency issue which I resolved with
then after that I ran into these backwards compatibility issues
C:/esp/esp-mdf/components/mcommon/include/mdf_common.h:46:10: fatal error: esp_timer.h: No such file or directory
46 |#include "esp_timer.h"| ^~~~~~~~~~~~~
...
C:/esp/esp-mdf/components/mcommon/include/mdf_common.h:46:10: fatal error: esp_timer.h: No such file or directory
46 |#include "esp_timer.h"| ^~~~~~~~~~~~~
...
C:/esp/esp-mdf/components/mcommon/include/mdf_common.h:46:10: fatal error: esp_timer.h: No such file or directory
46 |#include "esp_timer.h"| ^~~~~~~~~~~~~
...
C:/esp/esp-mdf/components/mcommon/include/mdf_common.h:46:10: fatal error: esp_timer.h: No such file or directory
46 |#include "esp_timer.h"
...
C:/esp/esp-mdf/components/mconfig/mconfig_chain.c:17:10: fatal error: mbedtls/md5.h: No such file or directory
17 |#include "mbedtls/md5.h"| ^~~~~~~~~~~~~~~
...
C:/esp/esp-mdf/components/mcommon/include/mdf_common.h:58:10: fatal error: driver/i2c.h: No such file or directory
58 |#include "driver/i2c.h"
I went into the menuconfig and tried to set the "configENABLE_BACKWARD_COMPATIBILITY" flag without any luck
Expected Behavior
Should be able to build
Actual Behavior
Build breaks
Steps to reproduce
Install IDF v5 per getting started instructions
Install MDF per getting started instructions
create hello world project
compile
The text was updated successfully, but these errors were encountered:
Environment
Problem Description
I'm trying to compile a "hello world app" using MDF (master) and IDF V5.0 however the build breaks.
I have setup the MDF_PATH enviroment variable to point to the cloned repo.
After first compiling I ran into a peer dependency issue which I resolved with
then after that I ran into these backwards compatibility issues
I went into the menuconfig and tried to set the "configENABLE_BACKWARD_COMPATIBILITY" flag without any luck
Expected Behavior
Should be able to build
Actual Behavior
Build breaks
Steps to reproduce
The text was updated successfully, but these errors were encountered: