This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

DS-5: Cannot Install

Note: This was originally posted on 29th November 2011 at http://forums.arm.com

I'm having some difficulty installing DS-5 community edition in Eclipse Indigo.  The installation instructions appear very simple, but I always get the following error after selecting the ARM package in "Install New Software".

com.arm.ds.community.feature.feature.group [5.8.0.20111123_193926] cannot be installed in this environment because its filter is not applicable.

I've tried this on Linux x86_64, Mac x86_64, and Mac x86.  I'm trying to use a fresh Eclipse Indigo installation (Service Release 1).  I've tried both the Java Developers edition and the C/C++ Developer's edition, same result.  Each time, I unpack Eclipse, install the ADT plug-in, verify that the Android integration is working, then try to install the DS-5 package.

Any ideas?
Parents
  • Note: This was originally posted on 30th November 2011 at http://forums.arm.com

    For those curious, I did get it working by manually installing a 32-bit JVM.

    • Download the .tar.gz package from the Oracle Java site (I haven't tried OpenJDK) and extract it somewhere
    • Set PATH to include the bin/ directory of the extracted archive
    • Set JAVA_HOME to point to the directory of the extracted archive
    • Run ./eclipse from the 32-bit Eclipse download
    For example, in my environment:

    JAVA_HOME=/opt/java/jdk1.7.0_01 PATH=/opt/java/jdk1.7.0_01/bin:$PATH ./eclipse

    works fine on Ubuntu 11.10 64-bit using the 32-bit Eclipse download.
Reply
  • Note: This was originally posted on 30th November 2011 at http://forums.arm.com

    For those curious, I did get it working by manually installing a 32-bit JVM.

    • Download the .tar.gz package from the Oracle Java site (I haven't tried OpenJDK) and extract it somewhere
    • Set PATH to include the bin/ directory of the extracted archive
    • Set JAVA_HOME to point to the directory of the extracted archive
    • Run ./eclipse from the 32-bit Eclipse download
    For example, in my environment:

    JAVA_HOME=/opt/java/jdk1.7.0_01 PATH=/opt/java/jdk1.7.0_01/bin:$PATH ./eclipse

    works fine on Ubuntu 11.10 64-bit using the 32-bit Eclipse download.
Children
No data