Hi All, 'am new to C51 compilier and I got this error message which I would like anybody familiar with C51 to help me out with a good suggestion on how to solve it: C51 FATAL-ERROR- ACTION: ALLOCATING MEMORY ERROR: MEMORY SPACE EXHAUSTED C51 TERMINATED Compilation Failure Thanks for your anticipated help. Yemi
Thank you all. I have traced the problem to the size of the one of the c source files being compiled. To overcome the problem , the large have been split to 2 and linked together. The problem is over and I have succefully downloaded the resulting appliaction into the terminal.Thank you all.