Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
14 years ago

problem with Quartus II 11.0

Hi,

knows someone explain to me why the same VHDL code with the 10.0 version of Quartus II worked, and now with version 11.0 I get this error?

Error: Tcl error: error deleting "pos_vel.sta.summary": permission denied

while executing

"file delete -force $summary_file"

invoked from within

"if [file exist $summary_file] {

msg_vdebug "QSTA_DEFAULT_SCRIPT: About to delete $summary_file"

file delete -force $summary_file

}"

invoked from within

"if [is_project_open] {

if {$options(qsf2sdc)} {

post_message -type info "Migrating assignments from quartus_tan"

set value [get_ini_var -nam..."

(procedure "main" line 121)

invoked from within

"main"

(file "c:/altera/11.0/quartus/common/tcl/internal/qsta_default_script.tcl" line 1104)

thank you very much

This only happens with cycloneIII does not happen with the Stratix

2 Replies

  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    Looks like quartus process doesn't have rights to delete file(s). Do you keep your project files on system drive? Modern Windows systems are somewhat strict with what you can do with files on system drive especially when current user doesn't have admin rights.