Re: [Mingw-w64-public] unable to generate assembler code for 64+32bit

2013-01-16 Thread JonY
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

[Mingw-w64-public] unable to generate assembler code for 64+32bit

2013-01-15 Thread Jim Michaels
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.