Forum Discussion
Altera_Forum
Honored Contributor
14 years ago --- Quote Start --- # Copying /altera/11.0/modelsim_ase/linux/../modelsim.ini to /altera/11.0/modelsim_ase# ** Error: (vmap-7) Failed to open ini file "/altera/11.0/modelsim_ase" in write mode.# Is a directory. (errno = EISDIR)# ** Error: (vmap-20) Cannot access for writing file "/altera/11.0/modelsim_ase".# Permission denied. (errno = EACCES) --- Quote End --- Modelsim uses modelsim.ini to track the location of mapped libraries. You should always have the original file read-only. That way, Modelsim will copy the file to the student's own working folder (where they have write permission). ls -aln modelsim.ini Should show the mode as 644. Cheers, Dave