QT C1128: number of sections exceeded object file format limit : compile with /bigobj
-
I'm using opensource library (exprtk http://partow.net/programming/exprtk/[^]) on qt 5.1.0 64 bit with visual studio 2012. But I'm taking c1128 error. Full output of error: C1128: number of sections exceeded object file format limit : compile with /bigobj
-
I'm using opensource library (exprtk http://partow.net/programming/exprtk/[^]) on qt 5.1.0 64 bit with visual studio 2012. But I'm taking c1128 error. Full output of error: C1128: number of sections exceeded object file format limit : compile with /bigobj
Looks like you have a very huge source file. Read here for more details about the error - Fatal Error C1128[^] Here is the link for setting the /bigobj switch - /bigobj (Increase Number of Sections in .Obj file)[^]
«_Superman_» _I love work. It gives me something to do between weekends.
-
I'm using opensource library (exprtk http://partow.net/programming/exprtk/[^]) on qt 5.1.0 64 bit with visual studio 2012. But I'm taking c1128 error. Full output of error: C1128: number of sections exceeded object file format limit : compile with /bigobj
The error message tells you exactly how to fix the problem...
Steve