Hi all
i follow all steps of Build and Flash with Eclipse IDE, but when i write a test file for building project.
there is a problem of dependencies. how could i config the path to resolving dependencies ?
how to resolving dependencies in eclipse IDE?
how to resolving dependencies in eclipse IDE?
- Attachments
-
- 2018-04-28_162747.png (74.14 KiB) Viewed 3525 times
-
- 3.png (129.43 KiB) Viewed 3525 times
-
- 2.png (66.69 KiB) Viewed 3525 times
Re: how to resolving dependencies in eclipse IDE?
1. You have defined the ESP-IDF include directories under the section "Assembler" but the ESP-IDF include headers are C code.
So you need to define them under the section "GNU C". Goto Project Properties => C/C++ General => "Path & Symbols" property page => tabIncludes: For Language="GNU C" Do: add the includes.
2. If you are using the MSYS2 environment under MS WIndows then I would define IDF_PATH with its own specific notation for drive letters and forward slashes: /c/myiot/esp/esp-idf
So you need to define them under the section "GNU C". Goto Project Properties => C/C++ General => "Path & Symbols" property page => tabIncludes: For Language="GNU C" Do: add the includes.
2. If you are using the MSYS2 environment under MS WIndows then I would define IDF_PATH with its own specific notation for drive letters and forward slashes: /c/myiot/esp/esp-idf
--
Paul.
Paul.
Who is online
Users browsing this forum: MicroController and 117 guests