cannot open linker script file esp32.peripherals.ld: No such file or directory
Posted: Wed Aug 13, 2025 5:08 pm
Hello,
I've update my ESP-IDF setup from v3.3 to v5.5.
All worked fine in v3.3, but in V5.5, i'm always the same error compiling my project (using CMD env, Powershell env ou VSCode)
All the build process works fine (i've one the update in my project to be compliant with v5.5), but at the last i've always the same error : cannot open linker script file esp32.peripherals.ld: No such file or directory.
i've checked in component\soc\esp32 and the esp32.peripherals.ld file is in the directorie.
i've try to run ./install.ps1 an ./export.ps1 as i've seen in an other post, but the error still the same.
I've try with the hello world example, and same error.
Thank you in advance for the time you could pass to help me.
I've update my ESP-IDF setup from v3.3 to v5.5.
All worked fine in v3.3, but in V5.5, i'm always the same error compiling my project (using CMD env, Powershell env ou VSCode)
All the build process works fine (i've one the update in my project to be compliant with v5.5), but at the last i've always the same error : cannot open linker script file esp32.peripherals.ld: No such file or directory.
i've checked in component\soc\esp32 and the esp32.peripherals.ld file is in the directorie.
i've try to run ./install.ps1 an ./export.ps1 as i've seen in an other post, but the error still the same.
I've try with the hello world example, and same error.
Thank you in advance for the time you could pass to help me.