espressif / ESP8266_RTOS_SDK

Latest ESP8266 SDK based on FreeRTOS, esp-idf style.
http://bbs.espressif.com
Apache License 2.0
3.34k stars 1.57k forks source link

Windows toolchain archive 100-ge567ec7 contains old binaries from 92-g8facf4c0 (GIT8266O-256) #691

Open aterentiev opened 5 years ago

aterentiev commented 5 years ago

The Windows binaries under the following link look like they are 100-ge567ec7, instead, they are old 92-g8facf4c0: https://dl.espressif.com/dl/xtensa-lx106-elf-win32-1.22.0-100-ge567ec7-5.2.0.tar.gz

Steps to reproduce:

  1. Download and unpack the *.tar.gz
  2. Navigate to xtensa-lx106-elf\bin
  3. Start xtensa-lx106-elf-gcc.exe --version:
    C:\msys32\opt\xtensa-lx106-elf\bin>xtensa-lx106-elf-gcc.exe --version
    xtensa-lx106-elf-gcc.exe (crosstool-NG crosstool-ng-1.22.0-92-g8facf4c0) 5.2.0
xuhongv commented 5 years ago