Home
last modified time | relevance | path

Searched +refs:env +refs:PATH (Results 1 – 6 of 6) sorted by relevance

/hal_espressif-2.7.6/
Dexport.fish9 set oldpath = $PATH
14 echo "Adding ESP-IDF tools to PATH..."
30 set -x PATH "$IDF_ADD_PATHS_EXTRAS":"$PATH"
33 for entry in $PATH;
39 echo "Added the following directories to PATH:"
70 eval (env _IDF.PY_COMPLETE=source_fish idf.py)
DKconfig9 option env="IDF_CMAKE"
14 option env="IDF_ENV_FPGA"
85 a crosstool-ng gcc setup that is in your PATH.
/hal_espressif-2.7.6/docs/en/contribute/
Dinstall-pre-commit-hook.rst35 1. ``/usr/bin/env: python: Permission denied.``
41 Please install python manually and update this in your ``PATH`` environment variable.
/hal_espressif-2.7.6/tools/cmake/
Dkconfig.cmake31 "Windows requires an MSYS2 version of gcc on the PATH to build mconf-idf. "
154 # Place config-related environment arguments into config.env file
157 set(config_env_path "${CMAKE_CURRENT_BINARY_DIR}/config.env")
158 configure_file("${idf_path}/tools/kconfig_new/config.env.in" ${config_env_path})
181 --env-file ${config_env_path})
189 --env-file ${config_env_path})
270 --env "IDF_TARGET=${idf_target}"
271 --env "IDF_ENV_FPGA=${idf_env_fpga}"
275 COMMAND ${CMAKE_COMMAND} -E env
289 --env "IDF_TARGET=${idf_target}"
[all …]
/hal_espressif-2.7.6/docs/zh_CN/get-started/
Dindex.rst136 * :ref:`get-started-set-up-env`
285 .. _get-started-set-up-env:
291 此时,您刚刚安装的工具尚未添加至 PATH 环境变量,无法通过“命令窗口”使用这些工具。因此,必须设置一些环境变量,这可以通过 ESP-IDF 提供的另一个脚本完成。
736 一旦重新安装好工具,请使用导出脚本更新环境,具体请参考 :ref:`get-started-set-up-env`。
/hal_espressif-2.7.6/docs/en/get-started/
Dindex.rst136 * :ref:`get-started-set-up-env`
285 .. _get-started-set-up-env:
291 The installed tools are not yet added to the PATH environment variable. To make the tools usable fr…
736 … update the environment using the Export script. See instructions at :ref:`get-started-set-up-env`.