mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-01 19:54:32 +02:00
docs: eclipse: Reword sentence, copy to Windows Eclipse guide also
Ref https://github.com/espressif/esp-idf/pull/1990
This commit is contained in:
committed by
Angus Gratton
parent
736e10749f
commit
a8504b9628
@@ -61,6 +61,9 @@ Project Properties
|
|||||||
|
|
||||||
* In the list of providers, click "CDT GCC Build Output Parser" and type ``xtensa-esp32-elf-`` at the beginning of the Compiler command pattern, and wrap remaining part with brackets. This means the full Compiler command pattern should be ``xtensa-esp32-elf-((g?cc)|([gc]\+\+)|(clang))``
|
* In the list of providers, click "CDT GCC Build Output Parser" and type ``xtensa-esp32-elf-`` at the beginning of the Compiler command pattern, and wrap remaining part with brackets. This means the full Compiler command pattern should be ``xtensa-esp32-elf-((g?cc)|([gc]\+\+)|(clang))``
|
||||||
|
|
||||||
|
Navigate to "C/C++ General" -> "Indexer" property page:
|
||||||
|
|
||||||
|
* Uncheck "Allow heuristic resolution of includes". When this option is enabled Eclipse sometimes fails to find correct header directories.
|
||||||
|
|
||||||
Building in Eclipse
|
Building in Eclipse
|
||||||
-------------------
|
-------------------
|
||||||
|
@@ -65,7 +65,7 @@ Navigate to "C/C++ General" -> "Preprocessor Include Paths" property page:
|
|||||||
|
|
||||||
Navigate to "C/C++ General" -> "Indexer" property page:
|
Navigate to "C/C++ General" -> "Indexer" property page:
|
||||||
|
|
||||||
* Uncheck "Allow heuristic resolution of includes". When this option is enabled, Eclipse can make some mistakes when eclipse try to find project headers.
|
* Uncheck "Allow heuristic resolution of includes". When this option is enabled Eclipse sometimes fails to find correct header directories.
|
||||||
|
|
||||||
.. _eclipse-build-project:
|
.. _eclipse-build-project:
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user