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++

Syntax problem

Altera_Forum
Honored Contributor II
926 Views

Hi, there 

 

I am working on the verification of video over IP reference design. The hardware part is ok. But when I import the software folder from original reference design, and build the projects, some errors occurs, here I listed some of them:  

 

extern alt_avalon_rtp_tx_dev rtp_tx; 

error: syntax error before "rtp_tx" 

 

static alt_avalon_udp_ip_design_parameters udp_params; 

error: syntax error before "udp_params" 

 

fec_settings[i].EnableFEC = 0; 

error: request for member `EnableFEC' in something not a structure or union 

 

Can anyone help me to understand what happened, and how to correct these errors? Thanks. They make me very confused.
0 Kudos
1 Reply
Altera_Forum
Honored Contributor II
223 Views

The most probable cause of the error would be missing include/library file. 

Check if all the include/library files are in the path expected by your software application.
0 Kudos
Reply