-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
I use the following command to do cross-compile.
$ cross build -v --target armv5te-unknown-linux-gnueabi --release
After finish the build process, I got two binaries rf-tester and sx13xx-conf at target/armv5te-unknown-linux-gnueabi/release/.
$ file target/armv5te-unknown-linux-gnueabi/release/rf-tester
target/armv5te-unknown-linux-gnueabi/release/rf-tester: ELF 32-bit LSB shared object, ARM, EABI5 version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux.so.3, for GNU/Linux 3.2.0, BuildID[sha1]=ebffd8069e76a2c5ec872fbe453971e4d5647228, with debug_info, not stripped
The problem is it cannot run on my target platform. I guess I need to copy the dependency libs from cross-build environment.
Where can I find the dependency libs for packet-forwarder-test?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels