|
From: Earnie B. <ea...@us...> - 2012-10-12 11:59:23
|
On Thu, Oct 11, 2012 at 11:51 PM, Dongsheng Song wrote: > Hi, > > What's the difference between pe and pei ? > > I see: > > ld: supported targets: pe-i386 pei-i386 pe-x86-64 pei-x86-64 ... > ld: supported emulations: i386pe i386pep > > When I use 'gcc.exe -m32 example.c', which target file format generated ? > i386pe, i386pep, pe-i386 or pei-i386 ? > > When I use 'gcc.exe -m64 example.c', which target file format generated ? > pe-x86-64 or pei-x86-64 ? > > For mingw-w64 tool chain, which format preferred ? You might want to ask the mingw-w64-public list. Though Kai can answer here if he chooses. -- Earnie -- https://sites.google.com/site/earnieboyd |