Juraj Michálek

Results 101 comments of Juraj Michálek

@dasom96 Thank you for the report. It seems that there is still an interference with antivirus, because installation tools are not able to run a gcc to acquire a version:...

Thank you @dasom96 very much for update. I'm curious why it's possible to copy the file from other computer, but the download from internet fails. Please, can you check whether...

The installer was updated and contains new CLI option `/CHECKPATH=no` which turns off the check. Use release https://github.com/espressif/idf-installer/releases/tag/online-2.17-beta-01 `idf_tools.py` at master is still failing when using path like `C:\Espressif\frameworks\esp-idf-masterOvladače -...

The problem is caused by the last backslash in ` --idf-path` parameter

Fixed new version of installer is available: https://github.com/espressif/idf-installer/releases/tag/online-2.17-beta-01

Another issue discovered with git: ``` error: unable to create file examples/bluetooth/bluedroid/ble/ble_throughput/throughput_client/main/example_ble_client_throughput.c: Filename too long ``` Solution: ``` git config --system core.longpaths true ``` This displays another problem when updating...

This seems to be hardwired in the git: https://github.com/aws/aws-iot-device-sdk-cpp-v2/issues/157#issuecomment-693201747

Alternative installation using ZIP archive also fails on long path: ``` Running command: cmd.exe /c ""xcopy" /s /e /i /h /q "C:\projects\tmp\AppData\Local\Temp\is-J0AQK.tmp\esp-idf-v4.3.1" "C:\projects\tmp\0123456789\0123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789\b"" Insufficient memory ```

WIndows unzip fails in case of extracting to long path even with UNC path ![image](https://user-images.githubusercontent.com/172276/146546836-1c88a703-82c4-4656-9a51-d2fc0e726fd9.png)

Diagnostic - run printenv for: - old environment - updated environment in old terminal - new environment