I have just installed the Xillinux distribution in my zedboard, so that I can have access to my RAM. When I tried to run the elf executables by typing ./test.elf i got this message,instead of running and print me the "hello world" message:
root@localhost:~/Desktop# ls
test.elf
root@localhost:~/Desktop# ./test.elf
-bash: ./test.elf: No such file or directory
root@localhost:~/Desktop#
Could you please help me?