Intel® C++ Compiler
Community support and assistance for creating C++ code that runs on platforms based on Intel® processors.
7944 Discussions

catastrophic error: too many segments in object file

thomas2
Beginner
289 Views
I'm looking for a remedy against the following compiler error: "catastrophic error: too many segments in object file". Does the Intel C++ Compiler (I'm referring to version 10.0.027) support something like the "/bigobj" switch in Visual C++ 8.0, which increases the maximum number of segments in an object file (see: http://msdn2.microsoft.com/en-us/library/ms173499(VS.80).aspx) ?

0 Kudos
1 Reply
JenniferJ
Moderator
289 Views

No. This feature is not supported right now in 10.x compiler, it's still under investigation.

I encourage you to file an issue report at PremierSupport "https://premier.intel.com/" so when the feature is available, you'll get the notification.

0 Kudos
Reply