472,127 Members | 1,742 Online
Bytes | Software Development & Data Engineering Community
Post +

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,127 software developers and data experts.

fatal error C1001: INTERNAL COMPILER ERROR

Hello Experts,

I am building my application on WinNT.4.0_i386_MSVC.7.1 platform. When I build the application on a stand alone machine, it builds fine. But when I build the same application from a linux box using rsh it gives me the errors below

Microsoft (R) Development Environment Version 7.10.3077.
Copyright (C) Microsoft Corp 1984-2001. All rights reserved.
------ Build started: Project: SigComp, Configuration: Release Win32 ------
Compiling...
trace.cpp
sigWString.cpp
\dev\SigComp\build.varada.061415b\SigComp\Current\ source\common\sigWString.cpp(0) : fatal error C1001: INTERNAL COMPILER ERROR
(compiler file 'msc1.cpp', line 2701)
Please choose the Technical Support command on the Visual C++
Help menu, or open the Technical Support help file for more information
sigStringConv.cpp
\dev\SigComp\build.varada.061415b\SigComp\Current\ source\common\sigStringConv.cpp(0) : fatal error C1001: INTERNAL COMPILER ERROR
(compiler file 'msc1.cpp', line 2701)
Please choose the Technical Support command on the Visual C++
Help menu, or open the Technical Support help file for more information
sigString.cpp
\dev\SigComp\build.varada.061415b\SigComp\Current\ source\common\sigString.cpp(0) : fatal error C1001: INTERNAL COMPILER ERROR
(compiler file 'msc1.cpp', line 2701)
Please choose the Technical Support command on the Visual C++
Help menu, or open the Technical Support help file for more information
sigResultException.cpp
\dev\SigComp\build.varada.061415b\SigComp\Current\ source\common\sigResultException.cpp(0) : fatal error C1001: INTERNAL COMPILER ERROR
(compiler file 'msc1.cpp', line 2701)
Please choose the Technical Support command on the Visual C++
Help menu, or open the Technical Support help file for more information

I tried to search msc1.cpp file in the compiler installation directory but couldn't find it.
I would greatly appreciate if you provide some resolution for this.

Thanks,
Varada
Jun 14 '07 #1
1 3552
Am not sure how much this reply would help. But I got a similar error, while building with VC5 'cl' compiler. The error was something like this:

cl : C1001: INTERNAL COMPILER ERROR compiler file 'E:\utc\src\\P2\main.c', line 379

This is a known bug in 'cl' and is documented at Microsoft's site:

http://support.microsoft.com/kb/166718

This error is probably fixed in VC7. To resolve this, if you don't want to change the code (as recommended in Microsoft site), try reducing optimization level to "Od" or "O1".

HTH,
Ashish.
Jan 23 '10 #2

Post your reply

Sign in to post your reply or Sign up for a free account.

Similar topics

reply views Thread by JimmyS | last post: by
1 post views Thread by Irakli Lomidze | last post: by
reply views Thread by leo001 | last post: by

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.