Устанавливаю х86 сборки entware и qnapware на Android_x86 (РС-версия).
Код: Выделить всё
shell@eeepc:/ $ uname -a
Linux localhost 3.0.36-android-x86-eeepc+ #1 SMP PREEMPT Fri Jul 13 19:55:18 CST 2012 i686 GNU/Linux
shell@eeepc:/Apps/opt/bin $ ./opkg print-architecture
arch all 1
arch noarch 1
arch qnapx86 10
shell@eeepc:/Apps/opt/bin $ ./opkg info nano
Package: nano
Version: 2.4.2-1
Depends: libc, libncursesw
Status: install user installed
Section: utils
Architecture: qnapx86
Maintainer: Jonathan Bennett <JBennett@incomsystems.biz>
MD5Sum: 64d1e846a4c4e2589656ac3f9b9740f6
Size: 35565
Filename: nano_2.4.2-1_qnapx86.ipk
Source: feeds/packages/utils/nano
shell@eeepc:/Apps/opt/bin $ ./nano
Illegal instruction
Результат идентичный - opkg работает нормально, но при попытке запуска пакетов mc, nano (другие пока не интересуют), вылетает ошибка "Illegal instruction".
Подозреваю, что дело в процессоре (может, отсутствии в нём SSE2?)
Код: Выделить всё
shell@eeepc:/ $ cat /proc/cpuinfo
processor : 0
vendor_id : GenuineIntel
cpu family : 6
model : 13
model name : Intel(R) Celeron(R) M processor 900MHz
stepping : 8
cpu MHz : 900.031
cache size : 512 KB
fdiv_bug : no
hlt_bug : no
f00f_bug : no
coma_bug : no
fpu : yes
fpu_exception : yes
cpuid level : 2
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov clflush dts acpi mmx fxsr sse sse2 ss tm
pbe nx up bts
bogomips : 1800.06
clflush size : 64
cache_alignment : 64
address sizes : 32 bits physical, 32 bits virtual
power management:
Как-то это победить?
