Follow Us
Contribute
  • Register

Fatal Error C1905: Front end and back end not compatible (must target same processor)

0 votes
This error occurs when a .obj file is generated by a compiler front end (C1.dll) that targets one processor, such as x86, Itanium Processor Family (IPF), or x64, but is being read by a back end (C2.dll) that targets a different processor. requested 1 year ago by errorbase (169,970 points)
edited 1 year ago by onur

1 Solution

0 votes
Ensure that you are using a matching front end and back end. solved 1 year ago by errorbase (169,970 points)
edited 1 year ago by onur

Related errors