New toolchain for IDF v.4.1.1 – update is needed

Sysprogs forums Forums VisualGDB New toolchain for IDF v.4.1.1 – update is needed

Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #29888
    omar
    Participant

    espressif has just released a new stable IDF v.4.1.1 with a new toolchain update (esp-2020r3) as shown here in  the release page https://github.com/espressif/esp-idf/releases/tag/v4.1.1

    Do you have any short term plans to update visualgdb to the corresponding latest toolchain (esp-2020r3) ?

     

     

    #29889
    support
    Keymaster

    Hi,

    We have already released an updated toolchain based on esp-2020r3 and the latest ESP-IDF 4.1 and 4.2 (esp32-gcc8.4.0.exe). You can install it via VisualGDB Package Manager or by downloading the file directly.

    #30961
    omar
    Participant

    @keymaster Why this revision is no longer available in the toolchains download section? and is it still supported?

    P.S. Revision 2 have some bugs I’m trying to avoid and revision 1 works fine , so need that revision actually!

    #30962
    support
    Keymaster

    Hi,

    We usually remove the toolchains that have been superseded by bugfix releases (i.e. use the same compiler version) to save space. If the bugfix release is less stable than the original one, it’s likely due to the ESP-IDF version included in it. If this is the case, please try getting the git commit ID of the version that works for you by running the following command in the esp-idf directory of the working toolchain:

    git log -n 1

    Below is the sample output from it:

    commit 1e3638390964c86b0e7ef3af02973b30c58ea1be
    Merge: 32c63fca9 1e8fca74f
    Author: Jiang Jiang Jian <jack@espressif.com>
    Date: Fri Jun 11 05:19:05 2021 +0000
    
    Merge branch 'bugfix/handling_public_action_frame_v4.2' into 'release/v4.2'
    
    esp_wifi: Fix SoftAP crash by handling public action frames.
    
    See merge request espressif/esp-idf!13927

    You can then checkout the same commit into the other toolchain, e.g.:

    git checkout 1e3638390964c86b0e7ef3af02973b30c58ea1be
Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.