-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
-sh: ./demoui: not found 在开发板上运行报错 #105
Comments
看一下文件格式:
|
root@lf-virtual-machine:/mnt/hgfs/LinuxApp/awtk-linux-fb/release/bin# file demoui 看着也是arm的 |
可能是要依赖awtk.so文件,用export LD_LIBRARY_PATH=/path/to/so 设置so文件的绝对路径 |
/mnt/udisk/bin # ./demoui |
看看相关库都找到了吗? ldd ./demoui |
已经交叉编译成功,然后把编译生成的release.tar.gz, 放到U盘,挂到设备上,解压运行demoui, 提示“-sh: ./demoui: not found”
/mnt/udisk/release/bin #
/mnt/udisk/release/bin # ./demoui
-sh: ./demoui: not found
/mnt/udisk/release/bin #
/mnt/udisk/release/bin #
The text was updated successfully, but these errors were encountered: