Index: sysreg2/raddr2line.c =================================================================== --- sysreg2/raddr2line.c (revision 2320) +++ sysreg2/raddr2line.c (working copy) @@ -157,7 +157,7 @@ char Command[256]; /* Run raddr2line */ - sprintf(Command, "%s/host-tools/tools/rsym/raddr2line %s %s 2>/dev/null", OutputPath, ModuleEntry->Path, Address); + sprintf(Command, "%s/host-tools/raddr2line %s %s 2>/dev/null", OutputPath, ModuleEntry->Path, Address); FILE* Process = popen(Command, "r"); if(!feof(Process))