Re: dwarf2 compiling problem

2006-05-01 Thread Ben Elliston
> 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 sourc

dwarf2 compiling problem

2006-04-28 Thread Nemanja Popov
Hi all. When compiling simple example (even c file with no code in it) with dlx-elf-gcc -c -gdwarf-2 foo.c I get the following error message: internal compiler error: in assemble_integer, at varasm.c:2148 I've defined debugging support in the following way: #define DBX_DEBUGGING_INFO 1