Hi. When I compile kernel 2.4.3 with dwarf debug support (using H.J.Lu's gcc 2.96 binaries) I get no path information for source files. I did a hexdump of .debug_sfnames with readelf and the path is there but separated from the filename by a 0x00. For include files the path is ok. (i.e. the 0x00 is missing) Is this a bug or standard? I believe this prevents my debugger from recognizing the source tree structure. best regards Andre Messerschmidt