trex-core
                                
                                
                                
                                    trex-core copied to clipboard
                            
                            
                            
                        gcc9 issue.
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', ];