Hey All + Nilay! I'm going to compile m5thread for X86. I 'hg clone'd it. in tests dir, i've changed CC and CPP to point to gcc and g++. but when i make:
In file included from ../pthread.c:48:0: ../profiling_hooks.h:37:6: error: #error "M5 profiling hooks not implemented for your architecture, write them" make: *** [../pthread.o] Error 1 any idea? On Thu, Apr 5, 2012 at 9:12 PM, Nilay Vaish <[email protected]> wrote: > On Thu, 5 Apr 2012, kostadinos parasyris wrote: > >> I am trying to compile the m5threads lib for alpha architecture using a >> crosstool im getting the following message : >> #error "No TLS defs for your architecture" >> Is alpha architecture not supported by this lib? >> Thank You >> Kostadinos Parasyris >> On 04/05/2012 01:38 PM, Nilay Vaish wrote: >>> >>> With gcc, but instead of linking with the pthreads library, I linked with >>> the m5threads library. You can obtain this library from >>> http://repo.gem5.org/. I think this is required since pthreads library is >>> dependent on the operating system for system calls, all of which may not >>> have been implemented in the SE mode. >>> > > It is possible that Alpha architecture is not supported. I cannot say for > sure as I have not used it. > > -- > Nilay > > _______________________________________________ > gem5-users mailing list > [email protected] > http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users _______________________________________________ gem5-users mailing list [email protected] http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users
