Hello ,
I have some problem with debugging the statetrace tool on the gem5
simulator. There are some errors in the experiment. I use the command so
that it appeared that it can not find variables file
/home/gem5/build/variables/arm or default file(s) /home/gem5/build_opts/arm.
But I can find ARM at /home/gem5build_opts/ARM, so I try to use ARM
testing.There are still some errors in the expriment. How to solve the errors?
OS:ubuntu10.10 Compilation tools:arm-none-linux-gnueabi-gcc
root@fengye:/home/gem5# scons ARMCXX=arm-none-linux-gnueabi-g++
build/arm/statetrace
scons: Reading SConscript files ...
Checking for leading underscore in global variables...(cached) no
Checking for C header file Python.h... (cached) yes
Checking for C library pthread... (cached) yes
Checking for C library dl... (cached) yes
Checking for C library util... (cached) yes
Checking for C library m... (cached) yes
Checking for C library python2.6... (cached) yes
Checking for accept(0,0,0) in C++ library None... (cached) yes
Checking for zlibVersion() in C++ library z... (cached) yes
Checking for clock_nanosleep(0,0,NULL,NULL) in C library None... (cached) no
Checking for clock_nanosleep(0,0,NULL,NULL) in C library rt... (cached) yes
Checking for C library tcmalloc_minimal... (cached) yes
Checking for C header file fenv.h... (cached) yes
Reading SConsopts
Building in /home/gem5/build/arm
Error: cannot find variables file /home/gem5/build/variables/arm or default
file(s) /home/gem5/build_opts/arm
root@fengye:/home/gem5# scons ARMCXX=arm-none-linux-gnueabi-g++
build/ARM/statetrace
scons: Reading SConscript files ...
Checking for leading underscore in global variables...(cached) no
Checking for C header file Python.h... (cached) yes
Checking for C library pthread... (cached) yes
Checking for C library dl... (cached) yes
Checking for C library util... (cached) yes
Checking for C library m... (cached) yes
Checking for C library python2.6... (cached) yes
Checking for accept(0,0,0) in C++ library None... (cached) yes
Checking for zlibVersion() in C++ library z... (cached) yes
Checking for clock_nanosleep(0,0,NULL,NULL) in C library None... (cached) no
Checking for clock_nanosleep(0,0,NULL,NULL) in C library rt... (cached) yes
Checking for C library tcmalloc_minimal... (cached) yes
Checking for C header file fenv.h... (cached) yes
Reading SConsopts
Building in /home/gem5/build/ARM
Using saved variables file /home/gem5/build/variables/ARM
Generating LALR tables
WARNING: 3 shift/reduce conflicts
scons: done reading SConscript files.
scons: Building targets ...
scons: *** Do not know how to make File target `build/ARM/statetrace'
(/home/gem5/build/ARM/statetrace). Stop.
scons: building terminated because of errors.
_______________________________________________
gem5-users mailing list
[email protected]
http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users