Why do I get "fatal error C1001: An internal error has occurred in the compiler" when using Microsoft Visual Studio C/C++ compiler?
Show older comments
When building my Simulink model using Microsoft Visual Studio 2017 C/C++ compiler, I get the following internal compiler error in the build log:
...\tunnelmodell_slrt_rtw\tunnelmodell.c(17912) : fatal error C1001: An internal error has occurred in the compiler.
(compiler file 'f:\dd\vctools\compiler\utc\src\p2\main.c', line 256)
To work around this problem, try simplifying or changing the program near the locations listed above.
Please choose the Technical Support command on the Visual C++
Help menu, or open the Technical Support help file for more information
cl!CloseTypeServerPDB()+0x757c1
cl!DllGetC2Telemetry()+0xe3ae8
cl!CloseTypeServerPDB()+0x7b1fc
cl!CloseTypeServerPDB()+0x73e8e
Accepted Answer
More Answers (0)
Categories
Find more on MATLAB Compiler in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!