MCRInstaller on the PandaBoard. ARM platform
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
I'm trying to run the MCRInstaller on the PandaBoard. The Pandaboard runs Ubuntu 12.04 Pangolin desktop (ported for Panda).
I've unziped the MCRInstaller in the home directory. When trying to run with build-in java, i get the following error:
tmp/mathworks_4667/sys/java/jre/glnx86/jre/bin/java: 1: /tmp/mathworks_4667/sys/java/jre/glnx86/jre/bin/java: Syntax error: "(" unexpected
When trying the same .zip file on a different Ubuntu-machine with a different architecture, it installs without a problem.
When using
sudo sh ./install -glnx86 -javadir /usr/lib/jvm/java-6-openjdk-armhf/jre
It gives this error:
Exception in thread "main" com.google.inject.ProvisionException: Guice provision errors:
next are a lot of java errors (will post them if it helps) An (I think) important message is:
Caused by: com.mathworks.instutil.JNIException: java.lang.UnsatisfiedLinkError: /tmp/mathworks_4714/bin/glnx86/libinstutil.so: /tmp/mathworks_4714/bin/glnx86/libinstutil.so: No such file or directory (Possible cause: can't load IA 32-bit .so on a ARM-bit platform)
Please help =)
0 commentaires
Réponse acceptée
Walter Roberson
le 28 Mar 2013
MCR can only work on the same operating systems and architectures as the corresponding version of MATLAB. As best I recall, there has never been a version of MATLAB that run on ARM CPUs. The CPUs that I recall (historically) are DEC, SPARC, MIPS, HP and Intel -- but never ARM.
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur National Instruments Frame Grabbers dans Help Center et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!