https://bugs.linaro.org/show_bug.cgi?id=1031

            Bug ID: 1031
           Summary: Buffer header build time assert fails on a 32 bit
                    build
           Product: OpenDataPlane
           Version: 0.6
          Hardware: PC
                OS: Linux
            Status: UNCONFIRMED
          Severity: critical
          Priority: ---
         Component: General
          Assignee: lng-odp@lists.linaro.org
          Reporter: petri.savolai...@linaro.org

Tried to build 32 bit ODP for 64 bit x86:

make "CC=gcc -m32"

...

In file included from ./include/odp_buffer_internal.h:25:0,
                 from ./include/odp_buffer_pool_internal.h:25,
                 from odp_buffer.c:8:
./include/api/odp_debug.h:48:40: error: static assertion failed:
"ODP_BUFFER_HDR_T__SIZE_ERROR"
 #define _ODP_STATIC_ASSERT(cond, msg)  _Static_assert(cond, msg)
                                        ^
./include/odp_buffer_internal.h:140:1: note: in expansion of macro
'_ODP_STATIC_ASSERT'
 _ODP_STATIC_ASSERT((sizeof(odp_buffer_hdr_t) % 8) == 0,
 ^

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
lng-odp mailing list
lng-odp@lists.linaro.org
http://lists.linaro.org/mailman/listinfo/lng-odp

Reply via email to