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

Reply via email to