Hello,
While I was programming Zedboard with the pre-installed Linux distribution I was running my elf files with the following command: ./test.elf . At this period of time I need to have access to the DDR3 memory and I decided to installed the Xillinux distribution. The entire installation processes completed with success but when I am trying to run a simple " Hello world" Linux application I am facing a problem depicted with this message :
root@localhost:~/Desktop# ./test.elf
-bash: ./test.elf: No such file or directory
root@localhost:~/Desktop#
There must be a problem with the format of the executable files (e.g. the elf files can not be read from the ubuntu xillinux distribution)
Could you please help me to overcome this problem?? How can I create executable files for the Xillinux distribution??
Thank you in advance
Nicholas