Forum Discussion
7 Replies
- KennyT_altera
Super Contributor
can you attached your design.qar file to have a look?
- curtisg63
New Contributor
Kenny,
I got that resolved.. now I get this error(s). Sorry but I've spent hours and hours trying to play whack a mole with one fix, then I get other errors. I've looked at multiple sites for download hints, etc.. and it's really a convoluted process. I have the MaxV libs in the path under EDA settings or at least I think I do. I uninstalled 20.3 and installed 17.1 thinking it might work better:
# ** Warning: (vlib-34) Library already exists at "work".
# Model Technology ModelSim - Intel FPGA Edition vcom 10.5c Compiler 2017.01 Jan 23 2017
# Start time: 20:52:21 on Nov 02,2020
# vcom -work work lab1_ex.vho
# -- Loading package STANDARD
# ** Error: lab1_ex.vho(30): (vcom-1598) Library "maxv" not found.
# -- Loading package TEXTIO
# -- Loading package std_logic_1164
# ** Error: lab1_ex.vho(32): (vcom-1136) Unknown identifier "MAXV".
# ** Error: lab1_ex.vho(34): VHDL Compiler exiting
# End time: 20:52:21 on Nov 02,2020, Elapsed time: 0:00:00
# Errors: 3, Warnings: 0
# ** Error: C:/intelFPGA_pro/17.1/modelsim_ase/win32aloem/vcom failed.
# Executing ONERROR command at macro ./lab1_ex.do line 3
Error.
- curtisg63
New Contributor
Where is the design.qar file located?
- MVatte
New Contributor
Hi Curt,
Project -> Archive project and then name it and click “Archive”.
Thanks
Madhu
- KennyT_altera
Super Contributor
This is most probably you do not have all the device install, which is an old bug.
Can you try to install the latest release Quartus with all the device?
- KennyT_altera
Super Contributor
any update?
- curtisg63
New Contributor
Yes I solved it myself. I had two \work folders( \work\work\ ) somehow so I was getting a warning which led to the error. Consider it closed.
Thanks.