From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Cagney To: Gerwyn Davies Cc: GDB Subject: Re: Trying to build GDB Date: Thu, 22 Jun 2000 05:18:00 -0000 Message-id: <39520404.EB239BF8@cygnus.com> References: <007701bfdc42$342a4180$1d4d883e@gtd-s-machine> X-SW-Source: 2000-06/msg00169.html > Gerwyn Davies wrote: > > Opps, I think I made a slight error when I wrote that ( too many late > nights! ) > > Yes, I do have the illegal operation error, but the other problem ( > lack of the two header files ) > was I problem I had when I was building without the target argument > set. > The problem I'm having this time is a problem with the > file. Heres part of the error output:- > > ./mips.igen 3755: info: unimplemented > ./mips.igen 3770: info: unimplemented > ./mips.igen 3777: info: unimplemented > ./mips.igen 3783: info: unimplemented > ./mips.igen 3811: info: unimplemented > ./mips.igen 3834: info: unimplemented > ./mips.igen 3908: info: unimplemented > ./mips.igen 3915: info: unimplemented > ./mips.igen 3922: info: unimplemented > ./mips.igen 3929: info: unimplemented FYI, that isn't an error, it is an informational message. The instruction at line 3755 isn't implemented. This may sound serious but it isn't. Have a look at the actual instruction - will GCC generate it? Andrew >From pschen@puma.cs.nthu.edu.tw Thu Jun 22 06:59:00 2000 From: "Peng-Sheng Chen" To: Subject: Why doesn't exist a 68k emulator in GDB? Date: Thu, 22 Jun 2000 06:59:00 -0000 Message-id: X-SW-Source: 2000-06/msg00170.html Content-length: 383 Hello: 68k is a simple and popular processor. Many embedded systems use 68k, but GDB doesn't exist a 68k emulator. GDB exist many others emulator , ex: ARM, ... Who can explain that if I have a emulator and a GDB, how to combine them to work together? It exists any document about this? Thanks very much. Ps. Chen