mingw32 stop working after ESP-IDF update
Posted: Fri May 18, 2018 2:29 pm
Hello all,
After updating ESP-IDF the "make flash" command stop working for me.
$ make flash
WARNING: esp-idf git submodule components/esp32/lib may be out of date. Run 'git submodule update' in IDF_PATH d ir to update.
WARNING: esp-idf git submodule components/mbedtls/mbedtls may be out of date. Run 'git submodule update' in IDF_ PATH dir to update.
WARNING: esp-idf git submodule components/esp32/lib may be out of date. Run 'git submodule update' in IDF_PATH d ir to update.
WARNING: Missing submodule components/mbedtls/mbedtls...
Attempting 'git submodule update --init components/mbedtls/mbedtls' in esp-idf root directory...
Cloning into '/home/esp/esp-idf/components/mbedtls/mbedtls'...
0 [main] git-remote-https 18036 child_info_fork::abort: D:\Work\msys32\usr\bin\msys-icudata59.dll: Loaded to different address: parent(0x3110000) != child(0x2F60000)
error: cannot fork() for fetch-pack: Resource temporarily unavailable
fatal: clone of 'https://github.com/espressif/mbedtls.git' into submodule path '/home/esp/esp-idf/components/mbe dtls/mbedtls' failed
Failed to clone 'components/mbedtls/mbedtls'. Retry scheduled
Cloning into '/home/esp/esp-idf/components/mbedtls/mbedtls'...
1 [main] git-remote-https 23268 child_info_fork::abort: D:\Work\msys32\usr\bin\msys-icudata59.dll: Loaded to different address: parent(0x30A0000) != child(0x2F30000)
error: cannot fork() for fetch-pack: Resource temporarily unavailable
fatal: clone of 'https://github.com/espressif/mbedtls.git' into submodule path '/home/esp/esp-idf/components/mbe dtls/mbedtls' failed
Failed to clone 'components/mbedtls/mbedtls' a second time, aborting
make: *** [D:/Work/msys32/home/esp/esp-idf/make/project.mk:530: /home/esp/esp-idf/components/mbedtls/mbedtls/.gi t] Error 1
Any suggestions ?
Thanks in advance
After updating ESP-IDF the "make flash" command stop working for me.
$ make flash
WARNING: esp-idf git submodule components/esp32/lib may be out of date. Run 'git submodule update' in IDF_PATH d ir to update.
WARNING: esp-idf git submodule components/mbedtls/mbedtls may be out of date. Run 'git submodule update' in IDF_ PATH dir to update.
WARNING: esp-idf git submodule components/esp32/lib may be out of date. Run 'git submodule update' in IDF_PATH d ir to update.
WARNING: Missing submodule components/mbedtls/mbedtls...
Attempting 'git submodule update --init components/mbedtls/mbedtls' in esp-idf root directory...
Cloning into '/home/esp/esp-idf/components/mbedtls/mbedtls'...
0 [main] git-remote-https 18036 child_info_fork::abort: D:\Work\msys32\usr\bin\msys-icudata59.dll: Loaded to different address: parent(0x3110000) != child(0x2F60000)
error: cannot fork() for fetch-pack: Resource temporarily unavailable
fatal: clone of 'https://github.com/espressif/mbedtls.git' into submodule path '/home/esp/esp-idf/components/mbe dtls/mbedtls' failed
Failed to clone 'components/mbedtls/mbedtls'. Retry scheduled
Cloning into '/home/esp/esp-idf/components/mbedtls/mbedtls'...
1 [main] git-remote-https 23268 child_info_fork::abort: D:\Work\msys32\usr\bin\msys-icudata59.dll: Loaded to different address: parent(0x30A0000) != child(0x2F30000)
error: cannot fork() for fetch-pack: Resource temporarily unavailable
fatal: clone of 'https://github.com/espressif/mbedtls.git' into submodule path '/home/esp/esp-idf/components/mbe dtls/mbedtls' failed
Failed to clone 'components/mbedtls/mbedtls' a second time, aborting
make: *** [D:/Work/msys32/home/esp/esp-idf/make/project.mk:530: /home/esp/esp-idf/components/mbedtls/mbedtls/.gi t] Error 1
Any suggestions ?
Thanks in advance