When compiling a small test "C" program including <stdio.h> the compiler returns with 2 errors in <stdio.h> in line 221 and 375 (!?), without the # reference no errors in compilation.
As the compiler apparently counts only the valid lines (less blanks) I find no clue what and where to fix.
I suppose it is a setup error with unresolved externals. Any ideas what to change ??
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
When compiling a small test "C" program including <stdio.h> the compiler returns with 2 errors in <stdio.h> in line 221 and 375 (!?), without the # reference no errors in compilation.
As the compiler apparently counts only the valid lines (less blanks) I find no clue what and where to fix.
I suppose it is a setup error with unresolved externals. Any ideas what to change ??