RSS
Follow Us
Contribute
 
 
 
 

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

 
We need YOUR SKILLS in this collaborative work, to build the largest solution center for error messages.

From $1

Table of contents
  1. 1. Cause
  2. 2. Solution
  3. 3. About This Article

Cause

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.

Solution

Ensure that you are using a matching front end and back end.

About This Article

This article is a derivative work based on Fatal Error C1905 which is provided by MSDN Community Content - Visual C++.

 
 
 
 
Comments