On 1/16/2013 14:30, Jim Michaels wrote:
> I followed the gcc manual which states that to generate .as files you simply 
> use gcc -o
> but this does NOT work.
> when I generate map files, it does generate a .as file
> 
> I would like mine with object code...
> so I can do some proper debugging based on microsoft crashdumps and the 
> offset that gives.
> it would help me greatly.
> 
> for those who were wondering, GPFs and other crashdump error codes can be 
> found in ntstatus.h, look for the partial word STATUS in the #defines.
> 
> 
> I hope this helps you in your debugging. enjoy.  hoping for some help 
> myself... :-)
> 


What is a .as file? If you mean asm codes, you just use -S.

You should really show some command lines to start with.


Attachment: signature.asc
Description: OpenPGP digital signature

------------------------------------------------------------------------------
Master Java SE, Java EE, Eclipse, Spring, Hibernate, JavaScript, jQuery
and much more. Keep your Java skills current with LearnJavaNow -
200+ hours of step-by-step video tutorials by Java experts.
SALE $49.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122612 
_______________________________________________
Mingw-w64-public mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Reply via email to