Altera_Forum
Honored Contributor
13 years agoInstance instantiates undefined entity
I have a project using the VIP scaler II. I am able to build it using the Quartus 11.1sp2 GUI on Ubuntu Server 11.04 64bit. The GUI build runs fine, but a command line build errors out during map with several errors all surrounding the scaler II IP:
Error (12006): Node instance "video_in" instantiates undefined entity "alt_vip_video_input_bridge" File: /var/tmp/build/vpb_0703121305/alt_vip_cl_scl_0002.v Line: 517
I have the following in my bashrc:
ALTERA_VERSION="11.1"
QUARTUS="/opt/altera/$ALTERA_VERSION/quartus/bin"
QUARTUS_ROOTDIR_OVERRIDE="/opt/altera/$ALTERA_VERSION/quartus"
SOPC_BUILDER="$QUARTUS_ROOTDIR/sopc_builder/bin"
SOPC_KIT_NIOS2="/opt/altera/$ALTERA_VERSION/nios2eds"
QUARTUS_64BIT=1
export LM_LICENSE_FILE
export QUARTUS
export QUARTUS_ROOTDIR
export SOPC_BUILDER
export SOPC_KIT_NIOS2
export QUARTUS_64BIT
export PATH="$PATH:$QUARTUS:$SOPC_BUILDER:$SOPC_KIT_NIOS2/bin"
I must be missing a link to a library that the GUI is using. Anybody have any ideas?