Petr Salinger wrote:
Hi, it looks like you use 64 bit environment. Is it true ? The "gcc -m32 -march=486" will produce i486 compliant code, BUT the startup files and whole glibc is compiled with -march=686, so the resulting binary wouldn't be. You have to use 32 bit chroot, see also man debootstrap. What is the kernel of your target system, does FPU emulation work correctly ? How output of "cat /proc/cpuinfo" looks ? Petr
Hello again Petr, This is the output of "cat /proc/cpuinfo" processor : 0 vendor_id : unknown cpu family : 4 model : 0 model name : 486 stepping : unknown fdiv_bug : yes hlt_bug : no f00f_bug : no coma_bug : no fpu : no fpu_exception : no cpuid level : -1 wp : yes flags : bogomips : 99.32 clflush size : 32Also, I suppose floating point emulation is working correctly, though slowly, as most Qt demos are working correctly, with demos that requires floating point. BTW, this is the chip homepage:
http://www.dmp.com.tw/tech/Vortex86SX/ Thanks for your time -Islam