Hello, I am getting glibc and glibcxx version errors when running my binaries on an alpha system in gem5:
./word_count: /lib/libc.so.6.1: version `GLIBC_2.4' not found (required by ./word_count) ./word_count: /usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.10' not found (required by ./word_count) I actually cross-compiled my application for alpha and even used "--static" and some other trick to force the OS to use static c++ library rather than the shared object (.so) one. But the problem remains. I am using disk and binaries which from gem5 website (full system stuff). First of all, since I am linking statically, this shouldn't happen. Second, even if it happens, this means that the OS kernel which I downloaded from gem5 website uses an older version of these libraries. I couldn't find any details about their versions. Any help appreciated. Mahshid _______________________________________________ gem5-users mailing list [email protected] http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users
