[gem5-users] cloud for gem5

2018-06-04 Thread commerce _com
Hi Ciro, do you know of a free cloud to use gem5, because I always took a lot of time to run the kernel armv8 on the fs.big.LITTLE mode. Thanks, com_. ___ gem5-users mailing list gem5-users@gem5.org http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users

[gem5-users] the instructions that are responsible for the number of access to the cache and energy consumption.

2018-06-01 Thread commerce _com
hi all, I need to do an analysis on the change of time of simulation of a parsec 3.0 application (ex: blackscholes) in gem5 ,armv8 big.LITTLE mode , and I do not know the statistics (the instructions of file stats.txt) which are responsbales on the change of execution time (for example the

Re: [gem5-users] execution problem hello.c in architecture armv8 big.LITTLE

2018-06-01 Thread commerce _com
ackoverflow.com/questions/31929092/trying-to-run- >> a-cross-compiled-executable-on-target-device-fails-with- >> no-such-f/49993116#49993116 >> >> On Fri, Jun 1, 2018 at 6:34 AM, Tung Hoang >> wrote: >> >>> You may need “-static” for arm cross-comp

Re: [gem5-users] execution problem hello.c in architecture armv8 big.LITTLE

2018-05-31 Thread commerce _com
hello", see "interpreter /some/path", and check if "/some/path" is > present on guest. > > On Thu, May 31, 2018 at 9:33 PM, commerce _com > wrote: > > Hi all, > > > > i need to run hello.c in an architecture armv8 big.LITTLE > > I co

[gem5-users] execution problem hello.c in architecture armv8 big.LITTLE

2018-05-31 Thread commerce _com
Hi all, i need to run hello.c in an architecture armv8 big.LITTLE I compile hello_word.c by a crosscompiler here is the command: arm-linux-gnueabihf-gcc hello.c -o hello I added the binarie of the compilation to the linaro aarch64 image, with I generated this .rcs script as follows: #! / Bin /

[gem5-users] execution problem parsec3.0

2018-05-26 Thread commerce _com
Hi Ciro i need to run parsec 3.0 on armv8 big.LITTLE, i added parsec 3.0 in the image but i found this problem, do you have any idea about this problem please? Mount failed for selinuxfs on /sys/fs/selinux: No such file or directory [3.858394] init: hwclock main process (665) terminated

[gem5-users] parsec3.0 compilation by aarch64-linux-gnu-gcc cross compiler.

2018-05-23 Thread commerce _com
I installed aarch64-linux-gnu-gcc cross compiler in my ubuntu system to compile parsec3.0, and I typed the following commands: source ./env.sh parsecmgmt -a build -c gcc-hooks -p blackscholes and I found this compilation result: [PARSEC] Packages to build: parsec.blackscholes [PARSEC]

[gem5-users] free coud

2018-05-21 Thread commerce _com
hi all; i need a free cloud to do the simulation with gem5, please is there? because i do not have a powerful pc. thanks advance; ___ gem5-users mailing list gem5-users@gem5.org http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users

[gem5-users] the instructions that are responsible for the number of access to the cache and energy consumption.

2018-05-19 Thread commerce _com
Hi all; I need to do an analysis on the change of time of execution of a parsec 3.0 application (ex: blackscholes) in gem5 and I do not know the statistics (the instructions of file stats.txt) which are responsbales on the change of execution time (for example the instructions that are

Re: [gem5-users] how to compile hello.c of the linaro image with "Cross-Compile" and execute it in gem5.

2018-05-14 Thread commerce _com
st, cross compile hello.c. It is not dependent on gem5. > > Second, mount the linaro image and copy the binary file. > For example, > > mount -oloop,offset=32256 /tmp/linaro.img /mnt > > Finally, run the FS simluation. > http://gem5.org/Running_gem5 > > > 2018-05-13

[gem5-users] how to compile hello.c of the linaro image with "Cross-Compile" and execute it in gem5.

2018-05-13 Thread commerce _com
hi all; please help me I am beginner with gem5 ; how to compile hello.c of the linaro image with "Cross-Compile" and execute it in gem5. thanks; ___ gem5-users mailing list gem5-users@gem5.org http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users

Re: [gem5-users] compile parsec 3.0 with Cross-Compile:

2018-05-12 Thread commerce _com
> I am not sure if Ciro’s parsec can compile all benchmark for aarch64 but I > could not. At least Raytrace and Vips are not compiled with patches. > > /T > > On Sat, May 12, 2018 at 9:00 AM commerce _com <commercecom...@gmail.com> > wrote: > >> hi Ciro; >> &