Hello,
I'm running the PDK version 9.4.0 build 298593 on a Mac OS X system running Mavericks.
I'm trying to cross-compile for linux-x86-64.
I try to build my application with this command line:
perlapp --target=linux-x86-64 --norunlib --force --bind Hal.zip[file=Hal.zip,extract,mode=666] --bind HwDiag.zip[file=HwDiag.zip,extract,mode=666] --bind 'Matlab Simulator.zip'[file='Matlab Simulator.zip',extract,mode=666] --exe linux64-install-vantage-2.9-release ../install-vantage-2.9-release.pl
When this command ran, it generated the following output:
Downloading ActivePerl for linux-x86-64...................done
Unpacking ActivePerl...Could not open file '/Users/verasonics/Library/Application Support/ActiveState/PDK/PerlApp/target-perl/2000/linux-x86-64/ActivePerl-5.20.1.2000-x86_64-linux-glibc-2.15-298557/perl/man/man3/Pod::perldoc.3': Permission denied at /PerlApp/Target.pm line 349
Could not extract 'ActivePerl-5.20.1.2000-x86_64-linux-glibc-2.15-298557/perl/man/man3/Pod::perldoc.3' at /PerlApp/Target.pm line 349
Can't grab the perl/bin directory from /Users/verasonics/Library/Application Support/ActiveState/PDK/PerlApp/target-perl/2000/linux-x86-64//ActivePerl-5.20.1.2000-x86_64-linux-glibc-2.15-298557: No such file or directory at /PerlApp/Target.pm line 150.
I would welcome any suggestions as to how I can resolve this issue.
Best,
John Sambrook