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.
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
Hi I found the problem. It was a code line that exceeds the maximal length per one code line. I have a #define with many lines that were concatenated with the "\ " and this makes the long line. Thanks for the help Zohar