mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
Update eclipse-setup.rst
This commit is contained in:
parent
c99a30a167
commit
f9a3368f28
@ -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/
|
Loading…
Reference in New Issue
Block a user