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

dpdk compile error struct mlx5_wqe_cseg *restrict cs = &wqe->cseg;

Open andreireiand opened this issue 4 years ago • 1 comments

following:

sudo apt -y install zlib1g-dev build-essential python python3-distutils git clone https://github.com/cisco-system-traffic-generator/trex-core.git cd trex-core/ cd linux_dpdk ./b configure ./b build cd .. sudo cp scripts/cfg/simple_cfg.yaml /etc/trex_cfg.yaml

build fails w/ { dpdk compile error struct mlx5_wqe_cseg *restrict cs = &wqe->cseg; } on latest ubuntu 20 release. Build fails also on an up to date 18.04 version too with "task in 'mlx5-64-debug' failed with exit status 4"

andreireiand avatar Jan 25 '21 13:01 andreireiand

@andreireiand could you check the latest on master. it has the latest DPDK and makefile that should solve this

hhaim avatar Apr 22 '21 09:04 hhaim