2410板子执行程序出错 - cannot execute binary file,该如何处理

2410板子执行程序出错 - cannot execute binary file本人刚接触嵌入式编程交叉编译了S32410的文件系统把自

2410板子执行程序出错 - cannot execute binary file
本人刚接触嵌入式编程   交叉编译了S32410的文件系统   把自己编译的hello绑在里面了   烧进去执行就出错   提示   cannot   execute   binary   file   请问何解?谢谢

实在没法子   google上找了也进展   :(

[解决办法]
在linux下用file命令看一下你编译好的可执行文件什么类型~~~
是不是elf
还有就是看你下载在板上后的文件权限对不 不对就用chmod 777 hello 然后./hello

[解决办法]
我怎么没有鹏见过这种问题啊
[解决办法]
chmod g+x hello
[解决办法]
内核和你编译用的不是一个版本?