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 agofirst go to your bsp editor (right click on project->nios2) and enable the small c library. then change your printf() to alt_printf() this is a shredded down version of printf which lacks certain formatting functions. but since you're not doing any formatting it should be the same. and dont include stdio.h alt_printf is in the hal library