Forum Discussion
Altera_Forum
Honored Contributor
14 years agoNIOS IDE SOPC design
Sir, i hv created a SOPC design nios system using nios II (s) , jtag, sdram(16 bit 8MB) ,two 8 bit pios(Switches & LEDs ),timer,pll megafunction using Quartus 7.2 and successfully run hello p...
Altera_Forum
Honored Contributor
14 years ago --- Quote Start --- ../network_utilities.c: In function `generate_and_store_mac_addr': ../network_utilities.c:221: error: `EXT_FLASH_NAME' undeclared (first use in this function) ... --- Quote End --- When you use the SSS project template, you are supposed to have a flash memory device where you have stored MAC and IP addresses of your board. If you don't have it (or even if you don't mean to use this feature), you can simply remove the related code from network_utilities.c and return fixed MAC and IP addresses from get_mac_addr() and get_ip_addr() functions.