ESP MDF compilation issues
Posted: Tue Sep 19, 2023 4:42 am
Hi,
I have been trying to compile ESP-MDF with ESP IDF 5.0.3, 5.0.1 and 4.4 versions. It keeps giving some or other errors. I used version 1.0 as well as master branch source code of ESP-MDF both builds are unsuccessful. the target module is ESP3-S3.
I am trying to compile getting-started example in the ESP-MDF (\esp-mdf\examples\get-started)
i have to make the first change inCMakefile.txt in the project t
[*]Add line (include($ENV{IDF_PATH}/tools/cmake/project.cmake) --> to enable the IDF_PATH makeline to even start the code completion
[*]remove line include($ENV{MDF_PATH}/project.cmake)
[*]Then i have to fix an error by adding MDF_VER #define in one of the header files.
[*]Once it started compiling it requests from mesh modules (mcommon, mconfig, mwifi etc. ) not available, i have to move them from mdf component path to idf component path to enable them to compile.
Literally i started moving the all module in mdf component paths but keeps getting some header file missing errors and this goes for ever.
First of all, which version of ESP-MDF to be used with which version of ESP-IDF?
Where to place them (Move the ESP-MDF components to IDF path?) and what changes i have to make to compile them for ESP32S3.
If anyone has compiled ESP-MDF for ESP32-S3, please let me know the steps.
Regards
prasad
I have been trying to compile ESP-MDF with ESP IDF 5.0.3, 5.0.1 and 4.4 versions. It keeps giving some or other errors. I used version 1.0 as well as master branch source code of ESP-MDF both builds are unsuccessful. the target module is ESP3-S3.
I am trying to compile getting-started example in the ESP-MDF (\esp-mdf\examples\get-started)
i have to make the first change inCMakefile.txt in the project t
[*]Add line (include($ENV{IDF_PATH}/tools/cmake/project.cmake) --> to enable the IDF_PATH makeline to even start the code completion
[*]remove line include($ENV{MDF_PATH}/project.cmake)
[*]Then i have to fix an error by adding MDF_VER #define in one of the header files.
[*]Once it started compiling it requests from mesh modules (mcommon, mconfig, mwifi etc. ) not available, i have to move them from mdf component path to idf component path to enable them to compile.
Literally i started moving the all module in mdf component paths but keeps getting some header file missing errors and this goes for ever.
First of all, which version of ESP-MDF to be used with which version of ESP-IDF?
Where to place them (Move the ESP-MDF components to IDF path?) and what changes i have to make to compile them for ESP32S3.
If anyone has compiled ESP-MDF for ESP32-S3, please let me know the steps.
Regards
prasad