Why is there an installation problem with Vex libraries on Mac (using MATLAB R2015a)?
Mostrar comentarios más antiguos
We are receiving the following error when installing the VEX libraries on a Mac. Below are the error messages that we received during the installation of the VEX Cortex Support Package.
We anyway went ahead and opened it after install fail and the software appears to work correctly and we are able to make a Simulink model. However, when we try to deploy, it compiles but fails when it tries to download the program to the controller.
Warning: An error was encountered while installing the VEXNet Serial USB
driver:/Users/DianneWatson/Documents/MATLAB/SupportPackages/armcortexbasedvexmicrocontroller/toolbox/target/supportpackages/vexarmcortex/resources/installVEXNetDriver.scpt:
execution error: installer: Error the package path specified was invalid:
'/Volumes/VexCortexCDC_1.1/Installer_10.5/VexCortexCDC 1.0.0.pkg'. (1)
> In codertarget.vexarmcortex.internal.installVEXNetUSBSerial (line 47)
In hwconnectinstaller.util.evaluateCmd (line 58)
In hwconnectinstaller.internal.LegacyThirdPartyStrategy/installThirdPartyPackage (line 78)
In hwconnectinstaller.PackageInstaller/installTpPkgs (line 1301)
In hwconnectinstaller.PackageInstaller/install (line 1064)
In hwconnectinstaller.PackageInstaller/installRecursiveImp (line 608)
In hwconnectinstaller.PackageInstaller/installRecursive (line 421)
In hwconnectinstaller.internal.executeConfirm>installFromFolder (line 282)
In hwconnectinstaller.internal.executeConfirm>updateWorkflow (line 242)
In hwconnectinstaller.internal.executeConfirm (line 88)
In hwconnectinstaller.Step/next (line 169)
In hwconnectinstaller.internal.executeConfirm>@(varargin)hStep.next(varargin{:}) (line 266)
In hwconnectinstaller.util.download.MWDownloadManager/fireMethod (line 412)
In hwconnectinstaller.util.download.MWDownloadManager/initCallback/serviceCallback (line 388)
In hgfeval (line 62)
In javaaddlistener>cbBridge (line 52)
In javaaddlistener>@(o,e)cbBridge(o,e,response) (line 47)
System information:
[General]
Application Version=14.3.2 (54772)
System Version=10.10.2
Processor Type=7,4
Processor Speed=2.50 GHz
Number of Processors=4
L2 Cache (per processor)=256 KBytes
Memory=4.00 GB
Bus Speed=100.00 MHz
Machine Class=x86_64
Machine Model=MacBookPro9,2
System Up Time=14:53 up 168 days, 4:09, 1 user, load averages: 2.09 1.75 1.81
Respuesta aceptada
Más respuestas (1)
Walter Roberson
el 31 de Ag. de 2015
I suggest trying this:
Go to the terminal window (Applications -> Utilities -> Terminal) and command
sudo installer -package '/Volumes/VexCortexCDC_1.1/Installer_10.5/VexCortexCDC 1.0.0.pkg' -target /
and authenticate when asked.
I do not promise this will work.
Categorías
Más información sobre Introduction to Installation and Licensing en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!