• Link Error
    I am a beginner. I have my .c and .h files. With Archimedes I made a new project including all these .c files. Then I made Build All. I can see that each .c file is processed to make .obj file but at...
  • Link Problem
    Hello, when linking a voluminous project, I obtain a WARNING L1: UNKNOWN and a FATAL ERROR L220: INVALID INPUT MODULE MODULE D:\KEIL\C251\LIB\C2SXT.LIB (-----) I have no problem when building...
  • Error 253
    Guys thanx for keeping the 'printf' thread lively and would especially like to thank Andrew for pointing me out the thing I was overlooking. I'm sort of stuck with another problem. This time its something...
  • PClint Error
    Is any one has solution for this PCLint Errors. error 1762: error 1911: error 1506: error 774: error 1037: error 613: error 1037 error 931: error 1762 error 1764: error 578: error 1036 error 775...
  • error in C
    I have an error that says: error: two or more data types in declaration of 'main'. This is my declaration of main: int main(int argc, char *argv) any suggestions on how to fix it?