Forum Discussion
Altera_Forum
Honored Contributor
10 years agoDE2I150 - Nios compilation error
Hello, I am a newbie in using nios. I am trying to store an image which is sdcard onto a sdram. My c code has this function: IOWR_16DIRECT(SDRAM_BASE,(((i+80)*640+(j))-40),pixel) . When I compi...
Altera_Forum
Honored Contributor
10 years agoYou are missing the io.h header file. You must include io.h when using the any IO* functions.