ARM mini2440开发板 Linux by gcc(4.3.2) 我自己用busybox制作的rootfs
运行最简单的test_example
#./hello
-/bin/sh: ./hello: not found
这是怎么回事?
hello可执行文件具备执行权限
会不会是因为busybox制作的rootfs的问题?
...全文
69014打赏收藏
-/bin/sh: ./hello: not found
ARM mini2440开发板 Linux by gcc(4.3.2) 我自己用busybox制作的rootfs 运行最简单的test_example #./hello -/bin/sh: ./hello: not found 这是怎么回事? hello可执行文件具备执行权限 会不会是因为busybox制作的rootfs的问题?