Forum Discussion
Altera_Forum
Honored Contributor
21 years agoGoAhead Webserver
hello there, anyone know how to port the goahead webserver to NIOS2? Thnx
Altera_Forum
Honored Contributor
21 years ago<div class='quotetop'>QUOTE </div>
--- Quote Start --- main.c:252: error: conflicting types for 'send' /cygdrive/d/ha/Sk3_Ecos/sk3_goahead_install/include/sys/socket.h:466: error: previous declaration of 'send' was here[/b] --- Quote End --- This is a standard C compiler error somewhere in your project you have multiple declarations of send. You need to find out where these are in your include files. Short of actually doing the job for you it's hard to be any more helpful I'm afraid.