我正在尝试通过我的 tcl 脚本运行一个应用程序。
通常我会转到该目录cd /OpenTimer/
然后键入./bin/ot-shell
以运行该应用程序。
在我的脚本中执行该命令的行是:
set time_elapsed_in_us [time {exec /OpenTimer/bin/ot-shell < $OutputDirectory/$DesignName.conf >& $OutputDirectory/$DesignName.results} 1]
puts "time_elapsed_in_us is $time_elapsed_in_us"
我得到了这个:
error
couldn't execute "/OpenTimer/bin/ot-shell/": no such file or directory
while executing
也是ot-shell
一个共享库。