This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

ERROR C318

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");
}

Parents
  • Hi,
    After typing DIR Text1.c the following....

    C:\Keil\C51\BIN>dir text1.c
    Volume in drive C has no label.
    Volume Serial Number is 70F6-02D7

    Directory of C:\Keil\C51\BIN

    12/15/2005 06:11 PM 49 Text1.c
    1 File(s) 49 bytes
    0 Dir(s) 2,564,460,544 bytes free

    regard's
    srikanth

Reply
  • Hi,
    After typing DIR Text1.c the following....

    C:\Keil\C51\BIN>dir text1.c
    Volume in drive C has no label.
    Volume Serial Number is 70F6-02D7

    Directory of C:\Keil\C51\BIN

    12/15/2005 06:11 PM 49 Text1.c
    1 File(s) 49 bytes
    0 Dir(s) 2,564,460,544 bytes free

    regard's
    srikanth

Children