[gem5-users] Assertion Failed in getVaddr()

2018-05-31 Thread Google
Hi, I am running blackscholes benchmark in X86 system. My command is : build/X86/gem5.opt configs/example/fs.py –script=runscript.rcS --mem-type=DDR4_2400_8x8 --cpu-type=DerivO3CPU -I 1 --caches --l2cache --l1d_size=64kB --l1i_size=32kB --l2_size=2MB --l1d_assoc=2 --l1i_assoc=2 --l2_ass

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

2018-05-31 Thread Ciro Santilli
This is not required, the best thing to do is to find what is the proper compatible cross compiler for the image: https://stackoverflow.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 Hoan

[gem5-users] Can we run memtestx86 on gem5 with dramsim2 memory?

2018-05-31 Thread prakhar gurawa
Is it possible to run memtestx86 on gem5. I have already attached dramsim2 as memory type. That's not the issue. Main priority is to run memtestx86 on gem5. Thanks in advance. ___ gem5-users mailing list gem5-users@gem5.org http://m5sim.org/cgi-bin/mailma

[gem5-users] How is addresses mapped between gem5 and dramsim2?

2018-05-31 Thread prakhar gurawa
Sir/Ma'am, I have successfully integrated dramsim2 and gem5. Now I want to learn how memory/addresses are mapped between gem5 os( disk image in fs mode) and dramsim2 (memory used).Because addresses printed by dramsim2 in file memory controller. Cpp is not in league of that in OS by gem5 fs mode. __

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

2018-05-31 Thread Tung Hoang
You may need “-static” for arm cross-compiling. /T On Thu, May 31, 2018 at 3:19 PM commerce _com wrote: > Hi ciro, > > I'm sure the binary of the compilation is in the image on the path: / > home / root / parsec > > but I did not understand how to solve this problem; Please. > > > com_. > > 201

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

2018-05-31 Thread commerce _com
Hi ciro, I'm sure the binary of the compilation is in the image on the path: / home / root / parsec but I did not understand how to solve this problem; Please. com_. 2018-05-31 23:02 GMT+02:00 Ciro Santilli : > Likely incompatible compiler using wrong dynamic loader, do "file > hello", see "

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

2018-05-31 Thread Ciro Santilli
Likely incompatible compiler using wrong dynamic loader, do "file 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 compile hello_wo

[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 / ba

Re: [gem5-users] gem5 SE, binary which takes a file as an input

2018-05-31 Thread Jasmin Jahic
Binary -i file.txt worked. Thank you. Gesendet von meinem Windows 10 Phone Von: TungHoang_GMail Gesendet: Mittwoch, 30. Mai 2018 19:50 An: gem5 users mailing list; Jasmin Jahic Betreff: Re: [gem5-users] gem5 SE, binary which takes a file as an input Jasmin You can use pass "file.txt" via -o |