mirror of
https://github.com/platformio/platformio-core.git
synced 2025-08-02 11:24:27 +02:00
Add explanation about "Failed to find MSBuild toolsets directory"
This commit is contained in:
@@ -71,9 +71,10 @@ on the "Customize" stage, otherwise ``python`` command will not be available.
|
|||||||
2. Clang for Intelligent Code Autocompletion
|
2. Clang for Intelligent Code Autocompletion
|
||||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
PlatformIO IDE uses `clang <http://clang.llvm.org>`_ for the Intelligent Code Autocompletion.
|
PlatformIO IDE uses `clang <http://clang.llvm.org>`_ for the Intelligent Code
|
||||||
To check that ``clang`` is available in your system, please open
|
Autocompletion. To check that ``clang`` is available in your system, please
|
||||||
Terminal and run ``clang --version``. If ``clang`` is not installed, then install it:
|
open Terminal and run ``clang --version``. If ``clang`` is not installed,
|
||||||
|
then install it and restart Atom:
|
||||||
|
|
||||||
- **Mac OS X**: `Install the latest Xcode <https://developer.apple.com/xcode/download/>`_
|
- **Mac OS X**: `Install the latest Xcode <https://developer.apple.com/xcode/download/>`_
|
||||||
along with the latest Command Line Tools
|
along with the latest Command Line Tools
|
||||||
@@ -84,6 +85,12 @@ Terminal and run ``clang --version``. If ``clang`` is not installed, then instal
|
|||||||
|
|
||||||
.. image:: ../_static/clang-installer-add-path.png
|
.. image:: ../_static/clang-installer-add-path.png
|
||||||
|
|
||||||
|
.. warning::
|
||||||
|
If you see ``Failed to find MSBuild toolsets directory`` error in
|
||||||
|
the installation console, please ignore it and press any key to close
|
||||||
|
this window. PlatformIO IDE uses only Clang completion engine that
|
||||||
|
should work after it without any problems.
|
||||||
|
|
||||||
- **Linux**: Using package managers: ``apt-get install clang`` or ``yum install clang``.
|
- **Linux**: Using package managers: ``apt-get install clang`` or ``yum install clang``.
|
||||||
- **Other Systems**: Download the latest `Clang for the other systems <http://llvm.org/releases/download.html>`_.
|
- **Other Systems**: Download the latest `Clang for the other systems <http://llvm.org/releases/download.html>`_.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user