reazn80 发表于 2020-11-23 20:33:53

交叉编译后程序不能运行

按照维基教程安装了编译环境,对应用程序demo进行编译
在板子上执行出现错误:
root@firefly:~/demo-linux-cpp# ./demo-test-cross
-bash: ./demo-test-cross: No such file or directory

时间的蝴蝶 发表于 2020-11-24 15:05:55

是不是没有权限,chmod 755 demo-test-cross

reazn80 发表于 2020-11-25 14:12:14

时间的蝴蝶 发表于 2020-11-24 15:05
是不是没有权限,chmod 755 demo-test-cross

已经找到原因,是使用的编译器问题

lydfl 发表于 2021-4-17 15:26:41

你好楼主,怎么把交叉编译后的程序下载到开发板上?
页: [1]
查看完整版本: 交叉编译后程序不能运行