MCRInstaller on the PandaBoard. ARM platform
1 回表示 (過去 30 日間)
古いコメントを表示
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 件のコメント
採用された回答
Walter Roberson
2013 年 3 月 28 日
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.
その他の回答 (0 件)
参考
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!