Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
378 views
in Technique[技术] by (71.8m points)

esp32 - Setup ESP-IDF Tools 2.3 ended up with error code 128

When I try to install esp-idf and tools for my windows 7 64bit verssion, I get this error: Installation has failed with exit code 128

Setup esp-idf

Here is a part of the log...

2021-01-22 13:43:52.756   --------
2021-01-22 13:43:52.756   Resetting the submodules: D:Gitcmdgit.exe -C D:espesp-idf4.1 reset --hard
2021-01-22 13:43:56.589   Done, exit code=128
2021-01-22 13:43:56.589   --------
2021-01-22 13:43:56.589   Running command: D:Gitcmdgit.exe -C D:espesp-idf4.1 submodule foreach git reset --hard
                          Entering 'components/asio/asio
                          HEAD is now at 3b66e5b0 Simple ESP32 ASIO port excluding SSL and termio
                          Entering 'components/bootloader/subproject/components/micro-ecc/micro-ecc
                          HEAD is now at d037ec8 Add note that uECC_VLI_NATIVE_LITTLE_ENDIAN affects key compatiblit
                          Entering 'components/bt/controller/lib
                          HEAD is now at 238fc04 Fix ble disconnect due to instant of channel map update is too small(219866f
                          Entering 'components/bt/host/nimble/nimble
                          HEAD is now at fead24e5 Merge branch 'nimble/log_level_filtering' into 'nimble-1.2.0-idf
                          Entering 'components/cbor/tinycbor
                          HEAD is now at d2dd95c Fix compilation error in the documentatio
                          Entering 'components/coap/libcoap
                          error: unable to create symlink README: Permission denie
                          error: unable to create symlink examples/contiki/coap_config.h: Permission denie
                          error: unable to create symlink examples/lwip/coap_config.h: Permission denie
                          fatal: Could not reset index file to revision 'HEAD'
                          fatal: run_command returned non-zero status for components/coap/libcoa
                          
                          
2021-01-22 13:43:56.589   --------
2021-01-22 13:43:56.589   Message box (OK):
                          Installation has failed with exit code 128
2021-01-22 14:55:39.090   User chose OK.
2021-01-22 14:55:39.094   Message box (Yes/No):
                          Installation log has been created, it may contain more information about the problem.
                          Display the installation log now?
2021-01-22 14:55:41.155   User chose Yes.
2021-01-22 14:55:41.186   CurStepChanged raised an exception.
2021-01-22 14:55:41.213   Need to restart Windows? No
2021-01-22 14:55:41.221   Exception message:
2021-01-22 14:55:41.221   Message box (OK):
                          Out Of Range.
2021-01-22 14:55:41.258   User chose OK.
2021-01-22 14:55:41.260   Deinitializing Setup.

What does it means ? it installed corectly or not ?

PS: I tried with both V4.1 and V3.3 realeased versions of esp-idf, but with same ending.

question from:https://stackoverflow.com/questions/65843817/setup-esp-idf-tools-2-3-ended-up-with-error-code-128

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...