| To: | Martin Michlmayr <tbm@cyrius.com> |
|---|---|
| Subject: | Re: Kernel Oops when booting on DECstation |
| From: | Keith Owens <kaos@melbourne.sgi.com> |
| Date: | Sun, 17 Dec 2000 02:09:51 +1100 |
| Cc: | linux-mips@oss.sgi.com |
| In-reply-to: | Your message of "Sat, 16 Dec 2000 16:00:51 BST." <20001216160051.A904@sumpf.cyrius.com> |
| Sender: | owner-linux-mips@oss.sgi.com |
On Sat, 16 Dec 2000 16:00:51 +0100, Martin Michlmayr <tbm@cyrius.com> wrote: >ksymoops 2.3.5 on i586 2.2.15. Options used > -a mipsel >Using defaults from ksymoops -t elf32-i386 The joys of cross system debugging. You need to set ksymoops option -t, it is defaulting to elf32-i386 which is no good for mips objects. You almost certainly need to set environment variables KSYMOOPS_NM and KSYMOOPS_OBJDUMP to point to versions of these programs that understand mips. If mips prints the code in big endian format then you need to use ksymoops option -e. man ksymoops and scan for 'cross'. |
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: Kernel Oops when booting on DECstation, Martin Michlmayr |
|---|---|
| Next by Date: | Re: Linux/MIPS on quad-R4400 Challenge L, Ralf Baechle |
| Previous by Thread: | Re: Kernel Oops when booting on DECstation, Martin Michlmayr |
| Next by Thread: | Re: Kernel Oops when booting on DECstation, Martin Michlmayr |
| Indexes: | [Date] [Thread] [Top] [All Lists] |