* [Bug 37] DPAA / FSLMC do not compile on the musl libc
@ 2018-05-03 10:54 bugzilla
0 siblings, 0 replies; only message in thread
From: bugzilla @ 2018-05-03 10:54 UTC (permalink / raw)
To: dev
https://dpdk.org/tracker/show_bug.cgi?id=37
Bug ID: 37
Summary: DPAA / FSLMC do not compile on the musl libc
Product: DPDK
Version: 18.05
Hardware: All
OS: All
Status: CONFIRMED
Severity: normal
Priority: Normal
Component: ethdev
Assignee: dev@dpdk.org
Reporter: dpdk@stormmq.com
Target Milestone: ---
Various files assume that `error.h` is part of the c library (it isn't). These
files include at least:-
```
drivers/bus/fslmc/qbman/include/compat.h
drivers/bus/dpaa/include/compat.h
bus/dpaa/base/fman/netcfg_layer.c
```
`drivers/bus/fslmc/qbman/include/compat.h` needs `#include <stdio.h>`
`drivers/bus/dpaa/include/fsl_qman.h` assumes uses the privately namespaced
`__WORDSIZE` is defined.
There are probably other defects.
--
You are receiving this mail because:
You are the assignee for the bug.
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2018-05-03 10:54 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-05-03 10:54 [Bug 37] DPAA / FSLMC do not compile on the musl libc bugzilla
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.