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

C51 COMPILER V4.01

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

Parents
  • No, you better hang onto that version 4 code. We've already got a couple of PCs in the office with 4 gig of RAM. If we don't get wider address bus support in the hardware and OS, we'll be right back to needing memory extenders soon... Darn those dinky 32-bit segment registers in the 386. Who thought that was a good idea?

Reply
  • No, you better hang onto that version 4 code. We've already got a couple of PCs in the office with 4 gig of RAM. If we don't get wider address bus support in the hardware and OS, we'll be right back to needing memory extenders soon... Darn those dinky 32-bit segment registers in the 386. Who thought that was a good idea?

Children
  • 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.