Forum Discussion
Altera_Forum
Honored Contributor
15 years agoOut of memory error while compiling the altia generated files using nios gcc compiler
nios2-elf-gcc.exe is used for compiling the altia generated images and font files. File size is 64MB. An error is thrown while compiling as out of memory. Is there is any limitaion of file size or...
Altera_Forum
Honored Contributor
15 years agoThat looks like the gcc program image is exceeding the available user address space - 2GB on 32bit windows.
Depending of the exact contents of the font files, changing the compiler options (maybe turn off the optimiser if they are only data) might help. But you'll only hit the limit again later. I think you need to work out how to compile the fonts in small groups.