Hello I am trying to get started running some very simple tests on Gem5/Ruby. However, I am getting errors:
[j00533938@lhrplinux00001 gem5]$ ./build/X86_MSI/gem5.opt configs/example/se.py --ruby --cpu_type=timing -c tests/test-progs/hello/bin/x86/linux/hello ./build/X86_MSI/gem5.opt: /lib64/libstdc++.so.6: version `CXXABI_1.3.8' not found (required by ./build/X86_MSI/gem5.opt) ./build/X86_MSI/gem5.opt: /lib64/libstdc++.so.6: version `GLIBCXX_3.4.20' not found (required by ./build/X86_MSI/gem5.opt) [j00533938@lhrplinux00001 gem5]$ ./build/X86/gem5.opt configs/example/se.py --ruby --cpu_type=timing -c tests/test-progs/hello/bin/x86/linux/hello ./build/X86/gem5.opt: /lib64/libstdc++.so.6: version `CXXABI_1.3.8' not found (required by ./build/X86/gem5.opt) ./build/X86/gem5.opt: /lib64/libstdc++.so.6: version `GLIBCXX_3.4.20' not found (required by ./build/X86/gem5.opt) ./build/X86_MSI/gem5.opt configs/learning_gem5/part3/simple_ruby.py ./build/X86_MSI/gem5.opt: /lib64/libstdc++.so.6: version `CXXABI_1.3.8' not found (required by ./build/X86_MSI/gem5.opt) ./build/X86_MSI/gem5.opt: /lib64/libstdc++.so.6: version `GLIBCXX_3.4.20' not found (required by ./build/X86_MSI/gem5.opt) Any pointers to fix the above issues, greatly appreciated. Thanks in advance. JO
_______________________________________________ gem5-users mailing list -- [email protected] To unsubscribe send an email to [email protected] %(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s
