-
Notifications
You must be signed in to change notification settings - Fork 7.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
IDF V5.0 Offline installer needs to be online? (IDFGH-8998) #10409
Comments
@georgik PTAL. Maybe the tools.json file was out of sync with the included tool in the installer? |
Looks like we are missing the GDB tools (Xtensa and RISC-V) here: https://github.com/espressif/idf-installer/blob/ddda7acc33309272d8dcc99ade8c8b6a8e6164cc/src/InnoSetup/IdfToolsSetup.iss#L224-L237 |
Thank you for reporting the problem. Confirmed, it's not possible to deploy all target's with Offline installer. Offline installer is downloading tools by command (https://github.com/espressif/idf-installer/blob/main/Build-Installer.ps1#L260) :
Then the installation is performed by
The first command does not download gdb, so it's missing in the final image ( |
The rebuild of the installer is ready. @DspDave, please, re-download the latest version of the Offline installer. The installation should be successful. |
Thanks, the offline IDF-V5.0 now works correctly, however the Eclipse plugin V2.7.0 is now working correctly. |
Answers checklist.
IDF version.
5.0
Operating System used.
Windows
How did you build your project?
Command line with Make
If you are using Windows, please specify command line type.
None
What is the expected behavior?
I expected to be able to install the V5.0 IDF in an offline development environment.
What is the actual behavior?
The installer only completes the installation if connected to the internet.
Steps to reproduce.
My normal development system is offline so I used the V5.0 offline installer which failed after ~90% of the installation had completed.
I installed the latest Eclipse installer V2.7.0 with IDF V4.4.3 (espressif-ide-setup-2.7.0-with-esp-idf-4.4.3.exe) on new machine with internet disconnected, all ok builds example project.
Repeated the V5.0 offline installation on this new new an online machine with the network connection un plugged and it fails in exactly the same way.
If the network connection is restored then the installation succeeds.
I have attached the log so you can see that the installer does not cope when it can't download xtensa-esp-elf-gdb-11.2_20220823-x86_64-w64-mingw32.zip from git hub.
Regards Dave.
Off line Setup Log 2022-12-19 #002.zip
Build or installation Logs.
More Information.
I have submitted a Forum issue, https://www.esp32.com/viewtopic.php?f=13&t=31179
The text was updated successfully, but these errors were encountered: