Altera_Forum
Honored Contributor
14 years agoNios II Ethernet Standard Design Example
I just built and compiled the Nios II Ethernet Standard Design Example with no problems, and successfully programmed it on my Cyclone III Nios II NEEK development kit.
I did a quick SW check by running the "Hello World" sample software with no problem. Now, getting into the more serious stuff with an attempt to compile and run the Web Server sample code. No luck! Got the following error: web_server.c:346: error: 'led_pio_base' undeclared (first use in this function)Can someone tell me where 'LED_PIO_BASE' should be declared, and perhaps WHY it is not declared? Here is the link to the example design on Altera's Website http://www.altera.com/support/examples/nios2/exm-net-std-de.html