Mail Archives: djgpp/2001/08/05/06:27:41
On 5 Aug 2001, Sterten wrote:
> BTW. , is 2.03 the most recent version for DOS ?
V2.03 is the version of the DJGPP library, not of GCC. The last version
of GCC available for DOS is 2.95.3.
> However, for that "assembly and C-code together" problem
> I'm disappointed. With the -g switch I do get the C-code ,
> although not the included .h files ,
> but sometimes I have many C-lines (upto 500) followed by many
> assembly lines (upto thousands).
> It's still very difficult to figure out how a special C-line
> is translated into assembly.
Try -gstabs+ instead of -g, it might help.
- Raw text -