eclipse - Oprofile not finding libraries -


I'm trying to use OProfile on Eclipse (3.8) Juno version of Oprofile did not work, so I installed Luna. It starts at least one but can never find libraries.

Here is an error:

  ns3-dev-lena-profiling-debug: error libraries while sharing: libns3-dev-lte- debug.so: shared object file Can not open: No such file or directory profiled application has come out of the following situation: 127  

I know that it means that I need to add library path so that I went to the profiling profile profile and specified the path under the environment variable:

  Name: LD_LIBRARY_PATH value: {workspace_loc: ns3dev2} / build (added)  

Manually I checked and located in the library build folder. Apart from this, this library path works well if I debug the same project (or run it ...) instead

I have removed the configuration and rebuilt it, but this same error is.

I also tried to add PAT to the same path instead of LDLIBIRRIRIFHA, but it does not make any difference. (Just tried it for hell).

Any thoughts?

Edit, I have the same problem on Eclipse 4.4 (Luna). I found the log for errors and the error is:

 ! Enter org.eclipse.linuxtools.oprofile.core 4 0 0 0 0 0 0 0 0 12: 33: 07.200! Message Operation Process Error Output: Warning: / no-vmlinux not found.  


Comments