G
g4173c
Hi:
I have the following code:
#
# First Check out the File...
#
system ("cleatool co -unr -nc $revfilename") || die "Error:
Couldn't Check Out $revfilename: $!\n";
#
# Open File, find the REV variable name and increament...
#
open (REVFILE, "+<$revfilename") || die "Couldn't Open File
$revfilename: $!\n";
The system call has a typo for the command. I thought that it should
have stopped there, however I get this:
Can't exec "cleatool": No such file or directory at ba line 83,
<ALTERA> line 6.
Couldn't Open File pkg.vhd: Permission denied
What am I doing wrong? Shouldn't it have exited on the cleatool error?
Thanks for any help in advance!
Tom
I have the following code:
#
# First Check out the File...
#
system ("cleatool co -unr -nc $revfilename") || die "Error:
Couldn't Check Out $revfilename: $!\n";
#
# Open File, find the REV variable name and increament...
#
open (REVFILE, "+<$revfilename") || die "Couldn't Open File
$revfilename: $!\n";
The system call has a typo for the command. I thought that it should
have stopped there, however I get this:
Can't exec "cleatool": No such file or directory at ba line 83,
<ALTERA> line 6.
Couldn't Open File pkg.vhd: Permission denied
What am I doing wrong? Shouldn't it have exited on the cleatool error?
Thanks for any help in advance!
Tom