Compile problem

I am compiling a file using the c51
Compiler. It seems that c51 is doing something but there is not any output,
no message, nothing. Further more if
I made by intension some syntax error the compiler produces the .lst file and
the compiler banner output is seen on the DOS window. Other files are compiled OK

The compiler is version V5.02

Parents
  • Are you saying it's just one particular 'C' source file which gives you this problem?
    Is there anything special about it:
    - very big?
    - very small?
    - lots of includes?

    How are you running the compiler:
    - command line?
    - make?
    - uVision?
    - other "IDE?"

    What OS version(s)?

    What do you get in the .lst file?

    Have you accidentally chosen (a) file name(s) which is (are) "reserved;" eg,
    PRN
    AUX
    CON

Reply
  • Are you saying it's just one particular 'C' source file which gives you this problem?
    Is there anything special about it:
    - very big?
    - very small?
    - lots of includes?

    How are you running the compiler:
    - command line?
    - make?
    - uVision?
    - other "IDE?"

    What OS version(s)?

    What do you get in the .lst file?

    Have you accidentally chosen (a) file name(s) which is (are) "reserved;" eg,
    PRN
    AUX
    CON

Children
More questions in this forum