10-11-2013 10:01 AM - edited 10-11-2013 10:06 AM
Hopefully this is a simple one:
When I compile a program and there are errors and/or warning, the Build Output window opens, but the error messages are not listed! All it shows is:
Build Status (MyProject.prj - Debug)
MyModule.c
Build failed.
If I click on the "Compile" button 4 or 5 times in a row, finally the list of errors will appear. I can't seem to figure out any logic to when the error list appears or fails, but half a dozen retries eventually gets it there. I've checked all of the compiler settings, and the appropriate warnings are turned on, etc. What am I missing???
I'm using Version 13.0.0 (632)
Thanks
Solved! Go to Solution.
10-11-2013 04:36 PM
Hello Rallyr,
Are you building a project found on a mapped network drive? If so, this post might be of help. If not, could you provide us the details of the project? What configuration are you using? Are you using precompiled headers?
Maybe you could attach a project that reproduces the behavior?
Best regards,
Nelu F. || National Instruments.
10-14-2013 06:07 AM - edited 10-14-2013 06:08 AM
YES! I am compiling on a network drive. I've moved the project onto the local hard drive and, poof, it seems to work correctly now. I'll know for sure after working with it for the day, but I've deliberately introduced warning and error conditions, and it correctly reported them.
Thank you!
Mike