This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: dwarf2 compiling problem


> gcc:    version 4.02
> target: DLX CPU (port in progress)
> 
> Does anyone have an idea what can cause this? 
> Is this a bug in gcc or in target cpu files?

It's almost certainly a bug in your target files.  The quickest course
of action would be to run cc1 under gdb, feed it with the same source
file (preprocessed first, of course) and see if you can infer the
cause of the crash from the backtrack and variables in that stack
frame.

Ben


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