Eduardo Cesar Cabrera Flores <eccf@xxxxxxxxxxxxx> writes: > I got a binary file which doesnt run in a Pentium III cpu but it does in a > pentium IV and Xeon cpu. > > So, my question is: > > if there is any way to know how the file was compiled? I mean, which > options were used to create the exe file. No, in general this information is not recorded in the object file for an i386 target. Perhaps it should be, but that is not really a gcc issue. It is a binutils issue. Ian