Forum Discussion
MSteg2
New Contributor
6 years agoHow to fix "OutOfMemoryError: Java heap space" error
We are building using the Quartus 11.1sp1 version (yes that is old but we have no reason to upgrade at this time) I found where I can remove “DEAD” codespace by adding this to my Compiler options: ...
MSteg2
New Contributor
6 years agoThe EPCS is 8M and we have no problem fitting in that (code only no RAM) even though GCC Build thinks it won't fit due to us putting a BOOT (small code and FPGA load) in 1MB of EPCS and a ZIPPED Application in remaining 7MB. GCC Build thinks APP won't fit (and without being ZIPPED it probably wouldn't).
RAM is 16MB Total which must fit the APP code (no FPGA since that is loaded by BOOT) and all RAM variables.