Hi,
I'm trying to migrate a largish project from CVI 2012SP1 to CVI 2013, and am experiencing a crash of the clang compiler when I attempt a debug build on some files. Clang will also crash ("Labwindows/CVI Compiler Clang has stopped working...") if I simply attempt to compile the file (ctrl-k) while in the editor. Here's what I have found:
- A release build does not crash
- Turning C99 on/off has no effect
- Changing the warning level has no effect (other than the types of warnings I get, obviously)
- Changing the "Debugging level" to "No run-time checking" eliminates the crash.
- "Enable .Obj Option" eliminates the crash.
- Turning pre-compiled headers on/off has to effect.
Here's the rather lengthy message I get from the compiler when this happens (including all the warnings that still show up when the warning level is set to "None"):
Any thoughts? Unfortunately it's a rather large project that I can't post, and there doesn't seem to be any indication of the line(s) in the file it is having trouble with so I can't seem to narrow it down, though it does seem to hint that it is having problems with structures of some sort. The PC is running Windows 7 Pro 32-bit if that matters.
Thanks.