Nios® V/II Embedded Design Suite (EDS)
Support for Embedded Development Tools, Processors (SoCs and Nios® V/II processor), Embedded Development Suites (EDSs), Boot and Configuration, Operating Systems, C and C++
12627 Discussions

Simple socket server example build error

Altera_Forum
Honored Contributor II
1,186 Views

Hardware consistes of CPU, SDRAM, LAN91C111, TIMER, UART_JTAG, PIO(8 bit for LED), PIO(16 bit for seven_seg) 

 

Software is the example from kits. 

 

When built without modifing, errores were occurred, it read make[clean]:error 127 (ignored), and make:***[alt_error_handler.o] error 2 

 

So I had to check which files encoutered problems ,found that unresolved inclusion showing.# include <alt_iniche_dev.h># include "ipport.h"# include "tcpport.h"# include "libport.h"# include "osport.h" 

So how to deal with them? Thanks for any suggestions.
0 Kudos
1 Reply
Prajwal_RJ146
Beginner
131 Views

I'm also facing the same issue,

did you found any solutions?

 

thanks and regards

Prajwal RJ

0 Kudos
Reply