On Fri, 17 Oct 2008, Brian J. Murrell wrote:

> Code: 90820000  03e00008  304200ff <94820000> 03e00008  3042ffff  8c820000  
> 03e00008  00000000
> /usr/bin/mipsel-linux-uclibc-objdump: Can't disassemble for architecture 
> UNKNOWN!
>
[...]
>
> Notice the "/usr/bin/mipsel-linux-uclibc-objdump: Can't disassemble for
> architecture UNKNOWN!" above.  It was a small problem in my ksymoops
> cross-build, but to remedy it (the build error is fixed of course) I
> have done:
>
> $ ls -l /usr/bin/mipsel-linux-uclibc-objdump
> lrwxrwxrwx 1 root root 86 2008-10-17 07:27 
> /usr/bin/mipsel-linux-uclibc-objdump -> 
> /usr/src/openwrt/staging_dir/toolchain-mipsel_gcc4.1.2/bin/mipsel-linux-uclibc-objdump
> $ ls -lL /usr/bin/mipsel-linux-uclibc-objdump
> -rwxr-xr-x 2 brian brian 381228 2008-10-16 19:14 
> /usr/bin/mipsel-linux-uclibc-objdump
>
> So that shouldn't be the problem.  Maybe my cross-build was not
> successful.

Try -a r4000 instead. That's what my objdump claims to support as a -m 
switch (of course we're guessing about how ksymoops calls objdump, but 
it's an educated guess)
_______________________________________________
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
http://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

Reply via email to