Merge branch 'docs/update_eclipse-setup' into 'master'

Docs/update_eclipse-setup

See merge request idf/esp-idf!2528
This commit is contained in:
Ivan Grokhotkov 2018-06-11 23:20:24 +08:00
commit 70eed4c284

View file

@ -61,6 +61,10 @@ Windows 用户
* 从 “Providers” 列表中选择 “CDT GCC Build Output Parser”然后在 “Compiler command pattern“ 输入框的起始位置输入 ``xtensa-esp32-elf-``,最终的完整编译器命令应为 ``xtensa-esp32-elf-(g?cc)|([gc]\+\+)|(clang)``
* 前往 “C/C++ General” -> “Indexer” 属性页面。
* 去除 "Allow heuristic resolution of includes" 勾选。启用此选项时Eclipse 有时无法找到正确的头文件目录。
.. _eclipse-build-project:
在 Eclipse IDE 中创建项目
@ -104,6 +108,4 @@ Windows 用户
eclipse-setup-windows
.. _eclipse.org: https://www.eclipse.org/
.. _eclipse.org: https://www.eclipse.org/