Skip to content

Commit

Permalink
Name corrected
Browse files Browse the repository at this point in the history
  • Loading branch information
littleyoda committed Nov 18, 2016
1 parent c32932d commit 3c7a300
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ based on the work from https://github.com/me-no-dev/EspExceptionDecoder,
I rewrote the decoder completely for command-line usage.


# Status [![Build Status](https://travis-ci.org/littleyoda/EspStrackTraceDecoder.svg?branch=master)](https://travis-ci.org/littleyoda/EspStrackTraceDecoder)
# Status [![Build Status](https://travis-ci.org/littleyoda/EspStackTraceDecoder.svg?branch=master)](https://travis-ci.org/littleyoda/EspStackTraceDecoder)
- works for me (I'm using Eclipse for ESP8266)
- not much tested
- no good error handling
Expand All @@ -15,7 +15,7 @@ I rewrote the decoder completely for command-line usage.

Download the jar: https://github.com/littleyoda/EspStrackTraceDecoder/releases/latest

java -jar EspStrackTraceDecoder.jar \<Path to xtensa-lx106-elf-addr2line> \<Elf-File> \<Dump of Exception>
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

0 comments on commit 3c7a300

Please sign in to comment.