Hi,
On 22 May 2012 15:08, Scott Douglass Scott.Douglass@arm.com wrote:
Hi,
I’m trying to run an old armel image on 12.04 on Snowball. It doesn’t run because there’s no armel support; starting with a missing /lib/ld-linux.so.3
latest Linaro ARMEL images are based on Ubuntu 11.10 (Oneiric) and can be found on http://releases.linaro.org/12.03/ubuntu/leb-snowball/ Officially, Ubuntu 12.04 (Precise) builds support ARMHF. You can try to build an ARMEL image of Ubuntu Precise but you'll be on your own.
How can I add armel support? I tried this:
# dpkg --add-architecture armel
dpkg: error: unknown option --add-architecture
# apt-get update ; apt-get install dpkg
[...]
dpkg is already the newest version.
# dpkg-query --show dpkg
dpkg 1.16.1.2ubuntu7
Thanks for any pointers you can give me.