Contents of the auto-generated script :

#!/bin/sh

# File to run the bodytrack benchmark

cd /parsec/install/bin.ckpts
/sbin/m5 dumpstats
/sbin/m5 resetstats
./bodytrack /parsec/install/inputs/bodytrack/sequenceB_1 4 1 1000 5 0 3
echo "Done :D"
/sbin/m5 exit
/sbin/m5 exit


When I telnet to 127.0.0.1 on port 3456, I notice a segmentation fault.
It appears that this is happening due to problems in glibc.
I have glibc version 2.3.4 installed and gcc version 4.5.3 installed.

The document recommends version 2.6.1 of glibc.
I received the following error when I tried to install glibc 2.6.1 :

../sysdeps/i386/fpu/s_frexp.S: Assembler messages:
../sysdeps/i386/fpu/s_frexp.S:66: Error: invalid identifier for ".ifdef"
../sysdeps/i386/fpu/s_frexp.S:66: Error: junk at end of line, first
unrecognized character is `1'
../sysdeps/i386/fpu/s_frexp.S:66: Error: junk at end of line, first
unrecognized character is `1'
../sysdeps/i386/fpu/s_frexp.S:66: Error: junk at end of line, first
unrecognized character is `1'
../sysdeps/i386/fpu/s_frexp.S:66: Error: junk at end of line, first
unrecognized character is `.'
../sysdeps/i386/fpu/s_frexp.S:66: Error: junk at end of line, first
unrecognized character is `1'
../sysdeps/i386/fpu/s_frexp.S:66: Error: expected comma after name `'
in .size directive
../sysdeps/i386/fpu/s_frexp.S:66: Error: ".endif" without ".if"
../sysdeps/i386/fpu/s_frexp.S:66: Error: junk `.get_pc_thunk.dx' after
expression
make[2]: *** [/home/sdhoble/glibc-build/math/s_frexp.os] Error 1
make[2]: Leaving directory `/home/sdhoble/glibc-2.6.1/math'
make[1]: *** [math/subdir_lib] Error 2
make[1]: Leaving directory `/home/sdhoble/glibc-2.6.1'
make: *** [all] Error 2

On Wed, Nov 28, 2012 at 8:24 PM, Nilay Vaish <[email protected]> wrote:
> On Wed, 28 Nov 2012, Sumit Dhoble wrote:
>
>> Hi all,
>>
>> I am a beginner with Gem5. I need to run PARSEC benchmarks on ALPHA. I
>> followed instructions from the document provided by UT Austin.
>>
>> In order to follow the document completely, I'm using an older version
>> of Gem5 (http://repo.gem5.org/gem5/archive/549b72de8f72.tar.bz2) which
>> supported --detailed flags.
>> To build the older version, I am using gcc 4.5.3, python 2.4.3 and swig
>> 2.0.2
>> The ALPHA_FS build was successful.
>> I am using linux image provided by UT Austin.
>>
>>
>> When I try to create checkpoint using :
>>
>> build/ALPHA_FS/gem5.opt configs/example/fs.py -n 3
>> --script=/home/sdhoble/parsecScripts/bodytrack_3c_simsmall_ckpts.rcS
>>
>>
>
> Can you post the contents of the script
> /home/sdhoble/parsecScripts/bodytrack_3c_simsmall_ckpts.rcS?
>
> --
> 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

Reply via email to