Page 1 of 1

using esp-mdf with esp-idf 5.0

Posted: Mon Dec 19, 2022 5:51 pm
by mateo_
Hi,
I'm using esp-mdf in my project and everything worked fine with esp-idf 4.4 but I wanted to upgrade esp-idf to version 5.0 and have some problems with building project.

I supose its because changed dependency directories between 4.4->5.0. I tried to fix that but got stuck fixing 'esp_mesh' dependency.

I also tried to run one of esp-mdf and it didn't work with 5.0.

Can esp-mdf work with idf 5.0?

Regards

Re: using esp-mdf with esp-idf 5.0

Posted: Wed Dec 21, 2022 8:22 am
by martins
Hi, it can kinda work with IDF v5, just not wery well. You can try following general steps to get your project to build, but full compatibility would require much more fiddling around I guess: https://github.com/espressif/esp-mdf/is ... 1211785061