https://bugs.linaro.org/show_bug.cgi?id=2453
Bug ID: 2453
Summary: PRIu64 is causing problems for odp-dpdk
Product: OpenDataPlane - linux- generic reference
Version: v1.10.1
Hardware: Other
OS: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: ---
Component: General ODP
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
Ricardo reports that
While it builds fine for arm64 and amd64, PRIu64 failed to build on i386:
odp_buffer.c: In function ‘odp_buffer_snprint’:
odp_buffer.c:80:34: error: cast from pointer to integer of different
size [-Werror=pointer-to-int-cast]
" pool %"PRIu64"\n", (int64_t) hdr->mb.pool);
^
cc1: all warnings being treated as errors
make[2]: *** [odp_buffer.lo] Error 1
This I believe has implications on the static build and what debian expects
when working towards the ABI and distro inclusion.
Is a 32 x86 build relevant ?
--
You are receiving this mail because:
You are the assignee for the bug.