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 base
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.