]> granicus.if.org Git - esp-idf/commitdiff
Update eclipse-setup.rst
authorJin Fang Cheng Cheng <jinfangchengcheng@espressif.com>
Fri, 8 Jun 2018 03:00:29 +0000 (11:00 +0800)
committerJin Fang Cheng Cheng <jinfangchengcheng@espressif.com>
Fri, 8 Jun 2018 03:00:29 +0000 (11:00 +0800)
docs/zh_CN/get-started/eclipse-setup.rst

index e2f7be8a3c8aaa9b3f3a411fa765d7cf15a0eea7..886ee03faad3a26fa941c4effa207b7524f41615 100644 (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/
\ No newline at end of file