Skip to content

Commit

Permalink
Merge pull request #2 from wuwx/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
littleyoda authored Feb 2, 2017
2 parents 4905e77 + 1580d4e commit 203622a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ Download the jar: https://github.com/littleyoda/EspStrackTraceDecoder/releases/l
java -jar EspStackTraceDecoder.jar \<Path to xtensa-lx106-elf-addr2line> \<Elf-File> \<Dump of Exception>

For a program created within eclipse, I use the following command-line:
java -jar EspStrackTraceDecoder.jar /home/XXXX/.arduino15/packages/esp8266/tools/xtensa-lx106-elf-gcc/1.20.0-26-gb404fb9-2/bin/xtensa-lx106-elf-addr2line /home/XXXX/project/Release/project.elf /tmp/dump.txt
java -jar EspStackTraceDecoder.jar /home/XXXX/.arduino15/packages/esp8266/tools/xtensa-lx106-elf-gcc/1.20.0-26-gb404fb9-2/bin/xtensa-lx106-elf-addr2line /home/XXXX/project/Release/project.elf /tmp/dump.txt

0 comments on commit 203622a

Please sign in to comment.