host vs target
#1710
Replies: 2 comments
-
Can you tell uname -a of both machines? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Sorry for the late reply. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This is mostly a naive question.
I follow installation steps and can run uftrace locally at my host.
My target machine though isn't straightforward.
To check quickly I copied uftrace binary and the dependent libs to target system.
However getting this error
./uftrace fib
ERROR: ld.so: object 'libmcount-fast.so' from LD_PRELOAD cannot be preloaded: ignored.
uftrace: record.c:1437:update_session_maps
ERROR: cannot find map files: No such file or directory
Is there a recommended steps to get uftrace compiled and installed in one place and used elsewhere ?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions