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
  • C51 V4 used a DOS extender to allocate more memory from extended (XMS) and expanded ()(EMS) memory areas. Make sure that if you run this version under Windows that you specify these memory types in a PIF file for C51. The Memory tab in the PIF Properties allows you to specify these settings.

    Now there's a way back machine answer for you.

    Jon

Reply
  • C51 V4 used a DOS extender to allocate more memory from extended (XMS) and expanded ()(EMS) memory areas. Make sure that if you run this version under Windows that you specify these memory types in a PIF file for C51. The Memory tab in the PIF Properties allows you to specify these settings.

    Now there's a way back machine answer for you.

    Jon

Children