Hi, We are using uVision3 V3.05c for one of my projects. Any time I open my compiler and compile my project it gives 80 to 100 warnings. If I compile again it comes to 10 warnings which are actuall warnings. Why compiler is giving more warnings when we compile first time? is there any compiler settings I am missing? Some times, my compiler suddenly closes by indicating error on the screen, what could be the reason?
Thanks in advance
Don't you think it might help just a tiny bit if you said what the warnings are?
Are you sure they are Compiler warnings - rather than Linker warnings?
"Why compiler is giving more warnings when we compile first time?"
Are you doing a complete build the first time, and only a partial build thereafter?
Hi Andy, Thanks for your response. Most of the warnings are "Warning L15 (MULTIPLE CALL TO SEGMENT)"
"Are you doing a complete build the first time, and only a partial build thereafter?" I am doing rebuild all target files
Thanks again