MCRInstaller on the PandaBoard. ARM platform

2 views (last 30 days)
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 =)

Accepted Answer

Walter Roberson
Walter Roberson on 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.
  1 Comment
xxxxx
xxxxx on 28 Mar 2013
Hmm.. That's a shame. Now I have to search for a mistake in the Matlab Coder to run my model.
Anyway, many thanks for the fast answer!

Sign in to comment.

More Answers (0)

Categories

Find more on Introduction to Installation and Licensing in Help Center and File Exchange

Products

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!