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

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
  • Yes it is windows NT.

    If the file is OK i.e. not syntax errors or other compilation errors the compiler does not produce a .lst file
    and it does not output anything to the
    command window. But if I make a syntax error somewhere in the file the .lst file is produced and the compiler send
    a message to the DOS window from where
    I am activating the command line

Reply
  • Yes it is windows NT.

    If the file is OK i.e. not syntax errors or other compilation errors the compiler does not produce a .lst file
    and it does not output anything to the
    command window. But if I make a syntax error somewhere in the file the .lst file is produced and the compiler send
    a message to the DOS window from where
    I am activating the command line

Children