On Dec 20, 2011 7:27 AM, "Thomson" <[email protected]> wrote: > > I got a low end box with ARM, and I want to install uclibc into it, but > after a short look at the toolchains page, it seems there is a version for > arm, armeb, and it also seems there are many instruction set version for > ARM (armv4, armv5, armv6, etc.). So how could I get the CPU information and > install the right version of uclibc for it?
ARM ISAs are backward compatible, so boot e.g. armv3 and see what CPU it is (short of looking at the chip). _______________________________________________ uClibc mailing list [email protected] http://lists.busybox.net/mailman/listinfo/uclibc
