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

Allocating memory, Memory Space Exhuasted

Does anyone know how to prevent this situation?

On my old celeron 400mhz, running windows 2000 pro, I compile a file and my app runs fine.


On my brand new P4 1.8ghz running XP. I compile the same file and it stops with a NMAKE: fatal error U1077 'c51' : Return code 0x3. And in the .LST file, at the end I have this

C51 FATAL-ERROR -
ACTION: ALLOCATING MEMORY
ERROR: MEMORY SPACE EXHAUSTED
C51 TERMINATED.

Thanks,

Roger

Parents
  • How do I check that there is enough extended and expanded memory? I clicked on properties of nmake and switched to windows compatibility mode for windows 95. The same result, but now it atleast tells me the error is with c51.exe. I also clicked on properties for c51.exe. There are options to use extended and expanded memory. But I still get this error. If I split the file in 2 then it compiles. It doesn't make sence to me.

Reply
  • How do I check that there is enough extended and expanded memory? I clicked on properties of nmake and switched to windows compatibility mode for windows 95. The same result, but now it atleast tells me the error is with c51.exe. I also clicked on properties for c51.exe. There are options to use extended and expanded memory. But I still get this error. If I split the file in 2 then it compiles. It doesn't make sence to me.

Children