Forum Discussion
smari19
New Contributor
6 years agoProblem when trying to compile a project after downloading the full quartus prime with modelsim included
couldn't open "transcript": permission denied
# Reading C:/intelFPGA/19.1/modelsim_ase/tcl/vsim/pref.tcl
# Trace back: ** Error: (vlib-35) Failed to create directory "C:/intelFPGA/19.1/work".
# Permission denied. (errno = EACCES)
# child process exited abnormally
2 Replies
- RichardT_altera
Super Contributor
Try to change the directory to your project directory. It seems that you are creating a project in the Quartus installation directory.
- amarcacci
New Contributor
This worked! Thanks Richard!