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_. > >

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

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

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