This is likely a problem with the interpreter. Either check:
- the shebang line #! of FFT if it is a script - if it is an executable, the dynamic loader with readelf -a, look for a line of type: "Requesting program interpreter: /lib64/ld-linux-x86-64.so.2" and make sure the program exists. I also have a working Buildroot setup at: https://github.com/cirosantilli/linux-kernel-module-cheat/tree/ac67ce36433dbfbab1057af47df9e5f929ac107d#parsec-benchmark On Wed, Mar 28, 2018 at 9:41 AM, SARTHAK PRAKASH CHAUDHARI <[email protected]> wrote: > Hi > > I've been trying to run SPLASH2 on gem5 Full System using ARM architecture. > I am using linaro-minimal-armv8.img as the disk image. I cross compiled the > FFT application of SPLASH2, and put the file in the disk image in root. When > I run the Full System mode and try to run FFT using ./FFT, its shows: No > such file or directory > > root@genericarmv8:~# ls > ls > FFT hello.c hello.cc > root@genericarmv8:~# > root@genericarmv8:~# ./FFT > ./FFT > -sh: ./FFT: No such file or directory > root@genericarmv8:~# > root@genericarmv8:~# > > > > I am using the following command to build ARM in FS: > > ./build/ARM/gem5.opt configs/example/fs.py --kernel=vmlinux > --machine-type=VExpress_GEM5_V1 > --dtb-file=$PWD/system/arm/dt/armv8_gem5_v1_1cpu.dtb > --disk-image=linaro-minimal-armv8.img > > It'd be great if someone could tell me where I might be going wrong. > > Thanks > Sarthak > > _______________________________________________ > 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
