I am using C51 verion 7.02. There is an error file named "queue_error_0" generated in my project directory when I compile the project. The content of the "queue_error_0" file has only one line - "while GetSendBuffer". Except for this error file, the project is compiled, linked and executed without problem. I am wondering what this file is for, and why it is generated. Please help me.
The Keil tools do not generate a file named queue_error_0. Maybe this is generated by a utility program you use. Jon