trex-core icon indicating copy to clipboard operation
trex-core copied to clipboard

gcc9 issue.

Open spyroot opened this issue 5 years ago • 0 comments

linux/ws_main.py

Added '-Wno-error=address-of-packed-member', ( DPDK committed as well ) I think it bunch of false-positive errors.

cxxflags_base =['-DWIN_UCODE_SIM', '-DTREX_SIM', '-D_BYTE_ORDER', '-D_LITTLE_ENDIAN', '-DLINUX', '-D__STDC_LIMIT_MACROS', '-D__STDC_FORMAT_MACROS', #'-DGLIBCXX_USE_CXX11_ABI=0', '-g', '-Wno-deprecated-declarations', '-Wno-error=uninitialized', '-Wno-error=address-of-packed-member', '-std=c++0x', ];

spyroot avatar May 08 '20 14:05 spyroot