当前位置: 代码迷 >> 驱动开发 >> 2410板子执行程序出错 - cannot execute binary file,该如何处理
  详细解决方案

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

热度:190   发布时间:2016-04-28 11:09:41.0
2410板子执行程序出错 - cannot execute binary file
本人刚接触嵌入式编程   交叉编译了S32410的文件系统   把自己编译的hello绑在里面了   烧进去执行就出错   提示   cannot   execute   binary   file   请问何解?谢谢

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

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

------解决方案--------------------
我怎么没有鹏见过这种问题啊
------解决方案--------------------
chmod g+x hello
------解决方案--------------------
内核和你编译用的不是一个版本?
  相关解决方案