Hi, Nilay, After I gave a second try, I figured out that the reason for that segmentation fault is that I compiled the code with --static for full system mode. Right now I removed --static, however another problem comes out. A message below was printed out in command line: /benchmarks/helloworld: /lib/libc.so.6.1: version `GLIBC_2.4' not found (required by /benchmarks/helloworld) The version of glibc I used is 2.6.1, so do I need to change glibc back to 2.4?
Thanks! Guangyi Cao
_______________________________________________ gem5-users mailing list [email protected] http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users
