iovisor / bcc

BCC - Tools for BPF-based Linux IO analysis, networking, monitoring, and more
Apache License 2.0
20.59k stars 3.88k forks source link

How to use standard C libraries? #4790

Open tomwassing opened 1 year ago

tomwassing commented 1 year ago

Hi,

I'm trying to write a XDP program that uses . It compiles fine when using clang, but fails when trying to use the BCC framework. How could I use standard C libraries in my program?