This is the mail archive of the gdb@sourceware.cygnus.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Trying to build GDB


> 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 <mips.igen>
> 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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]