WZ> ../tracecap.so
WZ> it warns like this:
WZ> .../tracecap.so:wrong ELF class: ELFCLASS[3]2
WZ> It's 32-bit LSB shre object, I have try times to reinstall the
WZ> temu according to your TEMU/Tracecap, 64-bit Ubuntu 12.04 build
WZ> walk-through.So ,What's wrong with it?
I think you'll need to supply more specific information about what
commands you've been running for anyone else to be able to help you
more. My suspicion is that you are having at least one of the
following kinds of problems:
1. You are not giving the correct path to the tracecap plugin as the
argument to the TEMU load_plugin command. Your examples have used
".." and "...", but it's not clear whether this is ".." as the Unix
parent directory, or "..." leaving out parts of the path that are
not relevant to the example. I think usually the tracecap.so file
is generated inside the "tracecap" directory, so it's unlikely that
the correct path to it would end with "../tracecap.so" unless
you're running TEMU from a subdirectory of the tracecap directory.
2. Your attempts to build a 64-bit Tracecap plugin according to the
walk-through are not succeeding. One or more of the steps is not
working correctly, perhaps because of a mistake or unclear point in
the instructions, or because something about your system is
different. The build process usually prints some kind of error
message when something goes wrong, which we might be able to help
you interpret. If you're not able to tell which messages are error
messages, you might consider sending a complete log of the commands
and results of your build process (created say with the "script"
command).