Skip to content

Commit

Permalink
Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
littleyoda committed Oct 3, 2016
1 parent df129f4 commit 29a9af0
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,12 @@ I rewrote the decoder completely for command-line usage.
- no good error handling
- no documentation


## Usage
java -jar EspEception \<Path to xtensa-lx106-elf-addr2line> \<Elf-File> \<Dump of Exception>

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>

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 29a9af0

Please sign in to comment.