Altera_Forum
Honored Contributor
15 years agoSyntax problem
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.