Setup ESP-IDF Tools 2.3 ended up with error code 128
Posted: Fri Jan 22, 2021 1:02 pm
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
Here is a part of the log...
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.
PS2: firstly I tried on stackoverflow : https://stackoverflow.com/questions/658 ... r-code-128
Here is a part of the log...
Code: Select all
ing '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.
PS: I tried with both V4.1 and V3.3 realeased versions of esp-idf, but with same ending.
PS2: firstly I tried on stackoverflow : https://stackoverflow.com/questions/658 ... r-code-128