[no subject]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



I wonder what is the proper way to build BPF programs with gcc then.
In the source code the includes are what you'd expect:

    #include <stdbool.h>
    #include <stddef.h>
    #include <stdint.h>       // conflict is between this
    #include <string.h>

    #include <linux/bpf.h>
    #include <linux/icmp.h>   // and this
    #include <linux/icmpv6.h>
    ...

Any suggestions?

Thanks.






[Index of Archives]     [Linux Samsung SoC]     [Linux Rockchip SoC]     [Linux Actions SoC]     [Linux for Synopsys ARC Processors]     [Linux NFS]     [Linux NILFS]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]


  Powered by Linux