Strace is not working
Hi,
I am working an embedded board which has MIPS processor. I am facing issue in executing strace in target.
Build environment:
glibc version: 2.3.2
gcc version: 3.4.4
strace version: 4.4.94
linux version : 2.6.34.1
I have cross compiled strace for MIPS target and trying to run strace in the target. But strace is not working. I don't see any system call trace.
Output of strace in target
--------------------------
#strace /bin/ls
(To be restarted).
#
I feel i am missing some configuration or flags to be configured to make strace working.
Thanks in advance,
Vignesh
|