Hello Naveen,
On Fri, May 25, 2012 at 03:59:04PM +0530, naveen chaubey wrote:
Then i created a build directory.Then after making command "make run/demo"
[...]
spawn qemu-system-arm -m 256 -serial mon:stdio -M versatilepb -m 128 -kernel var/run/demo/image.elf couldn't execute "qemu-system-arm": no such file or directory while executing "spawn qemu-system-arm -m 256 -serial mon:stdio -M versatilepb -m 128 -kernel var/run/demo/image.elf "
Here, 'expect' tries to tell you that it is not able to execute 'qemu-system-arm' which is needed by the run script. So again, you should install a missing software package on your Linux host. This time, you need a recent Qemu version with ARM platform support. Afterwards, please rerun 'make run/demo'.
Sincerely