Skip to content
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

ERROR: xtensa-lx106-elf-gdb.exe not found! #34

Open
perigalacticon opened this issue Mar 27, 2018 · 14 comments
Open

ERROR: xtensa-lx106-elf-gdb.exe not found! #34

perigalacticon opened this issue Mar 27, 2018 · 14 comments

Comments

@perigalacticon
Copy link

I installed EspExceptionDecoder to Documents\Arduino\tools\EspExceptionDecoder\tool
which contains only EspExceptionDecoder.jar. When I try to start the decoder from the menu the output window shows the error: ERROR: xtensa-lx106-elf-gdb.exe not found! I am using v1.8.5 on Windows10 64bit. I have compiled for esp8266 and esp32 many times previously.

@metinkun
Copy link

i have same issue. v1.0.6 was ok. i think there is something wrong in release v1.1.0

@anuroopshannu
Copy link

ERROR: xtensa-lx106-elf-gdb.exe not found!

any work around for this??

@leobel96
Copy link

Same problem here with Arduino IDE 1.8.5 and Windows 10

@pauloeduardosp
Copy link

I think that this isue was soved in this case
https://github.com/me-no-dev/EspExceptionDecoder/issues/3

@tfujdiler
Copy link

I have the same problem. When I try to use Esp Exception Decoder
I have a message: ERROR: xtensa-lx106-elf-gdb.exe not found!

Win7 64, Arduino 1.8.5,

@schweini
Copy link

schweini commented Apr 5, 2018

Same problem with Arduino 1.8.5 on Windows 8.

Seems to be an upstream problem from Arduno/ESP8266:
esp8266/Arduino#1659

@hydra
Copy link

hydra commented May 17, 2018

Same issue, Arduino 1.8.5, ESP8266 2.4.1 installed via boards manager, tool installed as per documentation. Windows 10 build 17134.

I had a look in the ESP8266 library that the board manager installed, and sure enough GDB in not installed, here's what was in the gcc folder that ESP8266 2.4.1 contained.

C:\Users\Hydra\AppData\Local\Arduino15\packages\esp8266\tools\xtensa-lx106-elf-gcc\1.20.0-26-gb404fb9-2\bin>dir
 Volume in drive C is W10X64
 Volume Serial Number is 767C-8C5B

 Directory of C:\Users\Hydra\AppData\Local\Arduino15\packages\esp8266\tools\xtensa-lx106-elf-gcc\1.20.0-26-gb404fb9-2\bin

18/05/2015  21:56    <DIR>          .
18/05/2015  21:56    <DIR>          ..
19/04/2015  14:00         1,241,889 libiconv-2.dll
19/04/2015  14:00         5,101,699 xtensa-lx106-elf-addr2line.exe
19/04/2015  14:00         5,371,819 xtensa-lx106-elf-ar.exe
19/04/2015  14:00         7,259,659 xtensa-lx106-elf-as.exe
19/04/2015  14:00         2,333,940 xtensa-lx106-elf-c++.exe
19/04/2015  14:00         5,006,273 xtensa-lx106-elf-c++filt.exe
19/04/2015  14:00         2,330,310 xtensa-lx106-elf-cpp.exe
19/04/2015  14:00           159,202 xtensa-lx106-elf-elfedit.exe
19/04/2015  14:00         2,333,940 xtensa-lx106-elf-g++.exe
19/04/2015  14:00         2,305,587 xtensa-lx106-elf-gcc-4.8.2.exe
19/04/2015  14:00           187,501 xtensa-lx106-elf-gcc-ar.exe
19/04/2015  14:00           187,501 xtensa-lx106-elf-gcc-nm.exe
19/04/2015  14:00           187,501 xtensa-lx106-elf-gcc-ranlib.exe
19/04/2015  14:00         2,305,587 xtensa-lx106-elf-gcc.exe
19/04/2015  14:00         1,195,487 xtensa-lx106-elf-gcov.exe
19/04/2015  14:00         6,184,458 xtensa-lx106-elf-gprof.exe
19/04/2015  14:00         6,970,533 xtensa-lx106-elf-ld.bfd.exe
19/04/2015  14:00         6,970,533 xtensa-lx106-elf-ld.exe
19/04/2015  14:00         5,121,486 xtensa-lx106-elf-nm.exe
19/04/2015  14:00         6,078,914 xtensa-lx106-elf-objcopy.exe
19/04/2015  14:00         6,703,873 xtensa-lx106-elf-objdump.exe
19/04/2015  14:00         5,371,819 xtensa-lx106-elf-ranlib.exe
19/04/2015  14:00         1,052,900 xtensa-lx106-elf-readelf.exe
19/04/2015  14:00         5,158,022 xtensa-lx106-elf-size.exe
19/04/2015  14:00         5,081,525 xtensa-lx106-elf-strings.exe
19/04/2015  14:00         6,078,914 xtensa-lx106-elf-strip.exe
              26 File(s)     98,280,872 bytes
               2 Dir(s)   8,114,229,248 bytes free

@hydra
Copy link

hydra commented May 17, 2018

This is probably related too CHERTS/esp8266-devkit#27

@Bence93
Copy link

Bence93 commented Jun 3, 2018

I got the same issue :(

@tarzan115
Copy link

here is solution for me #36 (comment)

@uched41
Copy link

uched41 commented Jul 28, 2018

This was the folder that worked for me:

C:\Program Files (x86)\Arduino\hardware\esp8266com\esp8266\tools\xtensa-lx106-elf\bin

try this.

@RobotGarage
Copy link

This solution worked for me: #36 (comment)

@BisKitGo
Copy link

Thanks RobotGarage and tarzan115. #36 (comment) worked for me also

@HamzaHajeir
Copy link

Hello guys,

What worked well with me is here :
https://forum.arduino.cc/index.php?topic=540292.msg3705349#msg3705349

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests