On Wed, 15 Oct 2008, Magnus Holmgren wrote:

The address is the program counter, i.e., it refers to the instruction that caused the abort. Grab the rockbox.map file for the build you're using. That should give you an idea where the problem is (which function, with a little luck). To get the exact location, I've used a disassembler on the rockbox.elf file used to create the final binary, but I imagine a debugger can be used too.

When you've pinpointed the function name with the map file, you can objdump the object file (in which that function is located) to get the exact position of the crash.

--

 / daniel.haxx.se

Reply via email to