hi, i am beginner to M5 too.I have the same problem. i use the Cross-compiler alphaev67-unknown-linux-gnu to compile the FFT benchmarks for ALPHA ISA. i receive the same error message:
command line: build/ALPHA_FS/m5.debug -d /tmp/output configs/splash2/ run.py -n 2 Traceback (most recent call last): File "<string>", line 1, in <module> File "/home/ghaddab/gem5-stable/src/python/m5/main.py", line 356, in main exec filecode in scope File "configs/splash2/run.py", line 82, in <module> class Cholesky(LiveProcess): NameError: name 'LiveProcess' is not defined N.B: i compiled the benchmarks with pthreads. here my Makefile : CC := /home/ghaddab/alphaev67-unknown-linux-gnu/bin/alphaev67-unknown- linux-gnu-gcc CFLAGS := -O3 -pthread -D_POSIX_C_SOURCE=200112 CFLAGS := $(CFLAGS) -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wdisabled-optimization CFLAGS := $(CFLAGS) -Wpadded -Winline -Wpointer-arith -Wsign-compare -Wendif-labels CFLAGS := $(CFLAGS) -static -static-libgcc CFLAGS := $(CFLAGS) -I/home/ghaddab/alphaev67-unknown-linux-gnu/alphaev67-unknown-linux- gnu/sys-root/usr/include LDFLAGS := -lm LDFLAGS := $(LDFLAGS) -L/home/ghaddab/alphaev67-unknown-linux-gnu/alphaev67-unknown-linux-gnu/lib/ thanks, ghaddab _______________________________________________ gem5-users mailing list gem5-users@gem5.org http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users