The version of /usr/lib/stdc++.so.6 that is on the disk image is older  
than the version that you're using to compile the facesim binary. You  
could either compile facesim statically, or copy all the libc/libstdc+ 
+ libraries from the compiler you're using onto the disk image (you'll  
probably need to create a bigger one to do this).

Ali

On Jul 15, 2008, at 5:21 AM, Jerry Lin wrote:

> Hello
>
> I am trying to simulate benchmark in M5 ALPHA_FS mode,
>
> and I have finished the installation of M5 and made the image file  
> of benchmark.
>
> When running the benchmark on M5,
>
> it shows the message as following :
>
> # ./facesim -timing -threads 4
> ./facesim: /usr/lib/libstdc++.so.6: version 'GLIBCXX_3.4.9' not  
> found (required by ./facesim)
> ./facesim: /usr/lib/libstdc++.so.6: version 'GLIBCXX_3.4.6' not  
> found (required by ./facesim)
> #
>
> Can anyone teach me how to update the library version on M5? Thanks.
>
> Jerry
> _______________________________________________
> m5-users mailing list
> [email protected]
> http://m5sim.org/cgi-bin/mailman/listinfo/m5-users

_______________________________________________
m5-users mailing list
[email protected]
http://m5sim.org/cgi-bin/mailman/listinfo/m5-users

Reply via email to