Lines Matching +refs:env +refs:PATH
31 "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}"
290 --env "IDF_ENV_FPGA=${idf_env_fpga}"
298 --env-file ${config_env_path}