Hi,
I'm assembling startup.s using GNU AS as part of a C program and want
to have debug info in startup.o I've tried -gdwarf2 but the debugger
doesn't find any debug info. I've checked previous posts and -gstabs
was suggested. I tried this and I get debug info but for some reason
my program crashes.
What am I doing wrong ?
Thanks
Dave