Altera_Forum
Honored Contributor
16 years agoProject library settings
Quartus II 7.1 SP1 Build 178
I'm trying to build projects that have a directory structure like this: project1 project2 project3 vhdl_library At the moment the path to vhdl_library is specified in global user libraries. This means the paths to the vhdl_library must be fixed. I have tried to set the path to the vhdl_library in each project library setting as ../vhdl_library, but sopc_builder can't find any of the library components. Even if I specify an absolute path in the project library, it doesn't work. The error message in sopc_builder is : 'the component <xxx> could not be located. Add path to Global User Libraries' What can I do?