|
交叉编译的程序在开发板Ubuntu系统无法执行
发表于 2016-1-21 10:57:38
浏览:8015
|
回复:3
打印
只看该作者
[复制链接]
楼主
我主机的开发环境是Ubuntu14.04 Desktop 64位虚拟机,我是在其上编译在firefly_Rk3288上运行的Ubuntu 的boot.img 和制作linux_rootfs.img。
现在我仍然是在Ubuntu14.04 Desktop 64位虚拟机写应用程序,使用arm-2014.05-29-arm-none-linux-gnueabi-i686-pc-linux-gnu.tar.bz2交叉工具链编译应用程序,编译出的应用程序放到firefly_Rk3288的Ubuntu系统运行,提示如下:
root@firefly:/home/ubuntu/share# ./net_video_app
-bash: ./net_video_app: No such file or directory
我该使用什么样的交叉工具链才能正常运行呢?
是不是firefly_Rk3288上跑的Ubuntu系统也是64位的啊? |
|