Forum Discussion
Altera_Forum
Honored Contributor
15 years agoNios2 problem
Hi, I am trying to run a simple code of led blinking but I get this error Description Resource Path Location Type led_nois.elf: section .exceptions lma 0x1020 overlaps pre...
Altera_Forum
Honored Contributor
15 years agoUsing printf() pulls in quite a lot of code from libc, you'll need about 64k. You can use a smaller libc and smaller functions than printf() to get code to run in smaller memory blocks.
Doing anything in 4k using any of the altera libc code is rather optimistic! If you write everything yourself (and don't want anything like printf) it can be done.