Altera_Forum
Honored Contributor
14 years agosystem-console and tcl exec
I'm using Quartus 11.1 and Windows 7
There is a difference in system-console's behavior depending on how it is invoked. If I start system-console from a Nios command shell, I can use the tcl exec command, such as exec dir returning my local directory contents. However, if I invoke system-console from either qsys/tools or Eclipse/NiosII and try the same exec, I get error: couldn't execute "dir": no such file or directory while executing "exec dir" In this context, exec doesn't seem to understand anything. The auto_path var is the same for both. What else could be missing or different?