Altera_Forum
Honored Contributor
14 years agoBitec DVI daughter card missing definitions
Hello,
I'm a newbie trying to compile the DVI demo project included with the Bitec Cyclone III video development kit with the Bitec DVI daughter card. I'm getting the following errors suggesting a missing include file. However I don't know which include file is missing or where to find it. Can anyone help me? M Ramstad Description Resource Path Location Type 'BITEC_DVIIN_0_BASE' undeclared (first use in this function) main.c /hsmc_dvi_demo line 48 C/C++ Problem 'BITEC_DVIIN_0_BASE' undeclared (first use in this function) main.c /hsmc_dvi_demo line 75 C/C++ Problem 'BITEC_DVIIN_0_IRQ' undeclared (first use in this function) main.c /hsmc_dvi_demo line 61 C/C++ Problem 'OC_I2C_MASTER_DVI_IN_DDC_BASE' undeclared (first use in this function) main.c /hsmc_dvi_demo line 92 C/C++ Problem 'OC_I2C_MASTER_DVI_OUT_TFP410_BASE' undeclared (first use in this function) main.c /hsmc_dvi_demo line 64 C/C++ Problem 'VGA_BASE' undeclared (first use in this function) main.c /hsmc_dvi_demo line 69 C/C++ Problem make: *** [obj/default/main.o] Error 1 hsmc_dvi_demo C/C++ Problem implicit declaration of function 'alt_irq_register' main.c /hsmc_dvi_demo line 61 C/C++ Problem