Need help: /lib/ld-linux-armhf.so.3: No such file or directory
11 views
Skip to first unread message
not you
unread,
Sep 3, 2018, 12:52:32 PM9/3/18
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to BeagleBoard
I have Eclipse CDT and Linaro 7.3.1 installed on my Ubuntu x64 machine. Then, I install some other tools like QEMU and the different architectures for ARM after this guide: http://exploringbeaglebone.com/chapter7/
The code builds without problem. However, it fails to run and complains:
/lib/ld-linux-armhf.so.3: No such file or directory
I already link to the folder containing this file. Why is it giving this error? The video mentions that QEMU takes care of the problem. It doesnt seem to work for me. Please help.