We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Hi, This is srikanth daggumati.Could u pls help how to compile (example Text1.c) from command prompt.I checked the Help but error C318 is coming. And also i want to see the output of the Text1.c in simulator it self.Could u pls help me in this.... Iam attaching the FILE(Text1.c) in this mail pls go through it and let me knew.. regard's srikanth /* Text1.c */ #include<stdio.h> main() { printf("sri"); }
Yes That's not the Error what i mentioned first,At first i given Command out side Keil as follow's C:\>c51 Text1.c C51 COMPILER V8.01 - SN: Eval Version COPYRIGHT KEIL ELEKTRONIK GmbH 1987 - 2005 *** ERROR C318 OF Text1.c: can't open file 'Text1.c' C51 COMPILATION COMPLETE. 0 WARNING(S), 1 ERROR(S)