Re: [dpdk-dev] [PATCH] net/bnx2x: fix the meson compile issue

2019-10-30 Thread Ferruh Yigit
On 10/29/2019 11:09 AM, Gavin Hu wrote: > The definition is conflicting with that of the compiler, as show the > following error: ../drivers/net/bnx2x/bnx2x_osal.h:27:17: error: > conflicting types for ‘uint64_t’ #define __le64 uint64_t ^~~~ In file > included from /usr/include/stdint.h:37, from >

[dpdk-dev] [PATCH] net/bnx2x: fix the meson compile issue

2019-10-29 Thread Gavin Hu
The definition is conflicting with that of the compiler, as show the following error: ../drivers/net/bnx2x/bnx2x_osal.h:27:17: error: conflicting types for ‘uint64_t’ #define __le64 uint64_t ^~~~ In file included from /usr/include/stdint.h:37, from /usr/lib/gcc/aarch64-linux-gnu/8/include/stdint.h