Altera_Forum
Honored Contributor
15 years agoweb server
hi,
am using cyclone iii dev board, i have successfully downloaded web server hardware image into fpga and ran a simple "hello world" pgm on nios ii. now i want to run web server software program on nios ii, but am facing prob at the initial stage itself i.e., while building project. . . am getting the following error, **** Build of configuration Debug for project web_server_0 **** make -s all includes Compiling web_server.c... ../web_server.c: In function `sevenseg_set_hex': ../web_server.c:434: error: `SEVEN_SEG_PIO_BASE' undeclared (first use in this function) ../web_server.c:434: error: (Each undeclared identifier is reported only once ../web_server.c:434: error: for each function it appears in.) make: *** [obj/web_server.o] Error 1 Build completed in 267.172 seconds since it is ready code am not getting wt should be done.if anybody know why this is occuring pls help me. . .