Re: [Hampshire] Help with gdb...

Top Page

Reply to this message
Author: James Courtier-Dutton
Date:  
To: lug, Hampshire LUG Discussion List
CC: 
Subject: Re: [Hampshire] Help with gdb...
On 06/03/2008, Vic <lug@???> wrote:
> > Recompile your program with debugging symbols.
>
>
> I can't. The comiler I'm using is the compiler I'm writing. And I haven't
> got debugging symbols nailed down yet...
>


Why are you writing your own compiler.
Why not just do a new front end to either gcc or llvm

I am doing some compiler work myself, but I am going the other way.
>From .o files to .c