This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi All,
I observed one thing that whenever a "}" brace is missed at the end of a function, CCS is not throwing any error ??
Is this a known bug
Hi Guys,
Yes those kind of compilation bugs are not reported on Error window,
But you can see on the console window, before "Build Finished" ,
"Target all not remade because of errors", also when you scroll the messages you can see in which file the error has occurred
But it might be a bug, like if a brace is missed at the end of he file or some string just added by mistake at the end of the file, it doesn't report this error in the Error window.
Easter wishes,
Dhiv
Thangaraj,
I can reproduce this with CCS 6.1.0 as well. It is only when the missing brace is at the end of the file that the error does not appear in the Problems view even though it does appear in the Build Console. If the missing brace is anywhere else other than end of file then the error is displayed correctly in Problems view. I will file a bug report for this and update this thread with the bug tracking number.