Hello All,
I am using sitara starter kit, I Installed custom boot-loader(u-boot) and Linux Kernel along with rootfs filesystem. this rootfs filesystem is created using busybox source.The board boots well and shows Linux file systems after boot-up. now I want to run my simple HelloWorld program over board for that I cross-compiled HelloWorld.c code on my host machine using Linaro cross compiler toolchain.Now when I try to run this generated HelloWorld.out file on Target board it shows following error.
./HelloWorld.out :not found
This HelloWorld.out has executable permissions for all the users though it gives 'not found' error,I also tried using absolute path but same error occurs,
Please suggest me anything I am missing while running code on target board..?