Fail to install eclipse-cdt on ubuntu 11.10 for ARM panda board
- by Jiangning
I failed to install install eclipse-cdt on ubuntu 11.10 for ARM panda board with the command line below,
sudo apt-get install eclipse-cdt
Tracing the problem, I find the root cause is
eclipse-rcp : Depends: libequinox-osgi-java (= 3.5.2-11ubuntu3) but 3.7.0-0ubuntu1 is to be installed
Actually, I can't find this version of libequinox-osgi-java package at all in apt-get for ARM.
So how to get it installed?
Thanks,
-Jiangning