[dpdk-dev] [Bug 40] drivers/net/nfp/nfpcore/nfp-common/nfp_platform.h: does not compile with musl because it uses an internal glibc header

bugzilla at dpdk.org bugzilla at dpdk.org
Thu May 3 14:26:02 CEST 2018


https://dpdk.org/tracker/show_bug.cgi?id=40

            Bug ID: 40
           Summary: drivers/net/nfp/nfpcore/nfp-common/nfp_platform.h:
                    does not compile with musl because it uses an internal
                    glibc header
           Product: DPDK
           Version: 18.05
          Hardware: All
                OS: All
            Status: CONFIRMED
          Severity: normal
          Priority: Normal
         Component: ethdev
          Assignee: dev at dpdk.org
          Reporter: dpdk at stormmq.com
  Target Milestone: ---

Code should not link to `sys/cdefs.h` (see
https://wiki.musl-libc.org/faq.html#Q:-When-compiling-something-against-musl,-I-get-error-messages-about-%3Ccode%3Esys/cdefs.h%3C/code%3E
 ) (apologies for the awful link).

The link above includes the necessary fix.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the dev mailing list