Git Product home page Git Product logo

Comments (4)

ThinkerYzu1 avatar ThinkerYzu1 commented on June 22, 2024 1

I am looking into this issue.

from blazesym.

woodpenker avatar woodpenker commented on June 22, 2024

BTW, it seems not correct to link C program with this -lrt -ldl -lpthread -lm libblazesym.a according to https://github.com/libbpf/blazesym#link-c-programs, such as gcc CMakeFiles/xx.dir/xx.c.o -o xx -lrt -ldl -lpthread -lm ./libblazesym.a libbpf/libbpf.a -lelf -lz, the ld program complains a lot like this:

/home/xx/.cargo/registry/src/github.com-1ecc6299db9ec823/nix-0.24.2/src/sys/timer.rs:162: undefined reference to `timer_getoverrun'
./libblazesym.a(nix-1d96e29aba325ff2.nix.dba0ec83-cgu.8.rcgu.o): In function `<nix::sys::timer::Timer as core::ops::drop::Drop>::drop':
/home/xx/.cargo/registry/src/github.com-1ecc6299db9ec823/nix-0.24.2/src/sys/timer.rs:169: undefined reference to `timer_delete'
collect2: error: ld returned 1 exit status

The sequence of the args matters. If I change it to libblazesym.a -lrt -ldl -lpthread -lm, such as gcc CMakeFiles/xx.dir/xx.c.o -o xx ./libblazesym.a -lrt -ldl -lpthread -lm libbpf/libbpf.a -lelf -lz, the ld succeed.

Maybe the doc needs to change the order?

My GCC version is 7.4.0.

from blazesym.

ThinkerYzu1 avatar ThinkerYzu1 commented on June 22, 2024

@woodpenker pull #11 should fix your issue. It should work with only kallsyms or a kernel image. Please check if it fixes your problem. Thank you!

from blazesym.

woodpenker avatar woodpenker commented on June 22, 2024

@woodpenker pull #11 should fix your issue. It should work with only kallsyms or a kernel image. Please check if it fixes your problem. Thank you!

👍 It works! I had tested it with the setting src.params.kernel.kallsyms = NULL and src.params.kernel.kallsyms = "/proc/kallsyms";, both work well. Thanks!

from blazesym.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.