-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
[SDK8266-63] error log: bootloader_start.o ->No such file or directory #317
Comments
I have the same question, how to fix it? |
xtensa-lx106-elf-gcc.exe this file size is 0, wrong here |
still waiting the engineer ~ |
Yes, will check this. |
hi, how do you extra xtensa-lx106-elf-win32-1.22.0-88-gde0bdc1-4.8.5.tar.gz? I find in windows, when use tool such as winrar, the size if 0. Please try to use command line to extra this file, tar zxvf xtensa-lx106-elf-win32-1.22.0-88-gde0bdc1-4.8.5.tar.gz -C /opt. |
Thanks to reply.Yes,I use 360zip to extra the file,I will try extra the file with command line,hope it can work~ |
Yes,It works.You are right,I compare the extra file with 360zip and the command line ,Two files are not the same size.Thank you for solving my problem.Have nice day~ Do this first before use tar command pacman -S tar |
Environment
git rev-parse --short HEAD
to get the commit id.): 1a6460bProblem Description
Expected Behavior
make all the components successfully
Actual Behavior
G:\espressif\msys32\opt\xtensa-lx106-elf\bin\xtensa-lx106-elf-ar.exe: bootloader_start.o: No such file or directory
I check the directory and it without bootloader_start.o ,the make all command should Compile and generate the bootloader_start.o file.
Steps to repropduce
https://dl.espressif.com/dl/esp32_win32_msys2_environment_and_toolchain-20180110.zip
https://dl.espressif.com/dl/xtensa-lx106-elf-win32-1.22.0-88-gde0bdc1-4.8.5.tar.gz
The text was updated successfully, but these errors were encountered: