On 12/7/05, Efim Monyak <efim@lipowsky.de> wrote: > Do I have a possibility to check does crt0.o file have debug informations? > In the list file generate from .elf by objcopy utilite with -G Option > both assembler modules Try running 'readelf -S crt0.o'. If you see a section named .debug_info, or a section named .stab (I think), then you have debug info.