This is the mail archive of the libc-help@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

problem with __init_cpu_features()


Hello, I'm trying to run my application on Cyrix Cx486SLC based system. But application (built for i486 as well as glibc) crashes on illegal instruction inside __init_cpu_features(). As far as I understand this CPU does not support cpuid (/proc/cpuinfo reports cpuid level -1 and /dev/cpu/0/cpuid can not be read with i/o error), so that might be the problem. Is there a way to avoid using __cpuid()? My glibc version is 2.22


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]