MCRInstaller on the PandaBoard. ARM platform
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
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 comentarios
Respuesta aceptada
Walter Roberson
el 28 de Mzo. de 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.
Más respuestas (0)
Ver también
Categorías
Más información sobre National Instruments Frame Grabbers en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!