You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I try build sources using latest dpdk version, but not luck.
[root@sbc-stage-a0 glb-director]# make -C src/glb-director
make: Entering directory '/root/glb-director/src/glb-director'
Makefile:63: /usr/share/dpdk//mk/rte.extapp.mk: No such file or directory
make: *** No rule to make target '/usr/share/dpdk//mk/rte.extapp.mk'. Stop.
make: Leaving directory '/root/glb-director/src/glb-director'
[root@sbc-stage-a0 glb-director]# rpm -q dpdk
dpdk-21.11-1.el8.aarch64
commit 3cc6ecfdfe85d2577fef30e1791bb7534e3d60b3
Author: Ciara Power <[email protected]>
Date: Thu Sep 3 16:26:50 2020 +0100
build: remove makefiles
A decision was made [1] to no longer support Make in DPDK, this patch
removes all Makefiles that do not make use of pkg-config, along with
the mk directory previously used by make.
[1] https://mails.dpdk.org/archives/dev/2020-April/162839.html
Signed-off-by: Ciara Power <[email protected]>
Reviewed-by: Ruifeng Wang <[email protected]>
Signed-off-by: Thomas Monjalon <[email protected]>
I try build sources using latest dpdk version, but not luck.
I have checked dpdk sources and found this commit.
https://git.dpdk.org/dpdk-stable/commit/?h=21.11&id=3cc6ecfdfe85d2577fef30e1791bb7534e3d60b3
Now mk files do not present in DPDK and build glb do not possible using the latest dpdk version.
Could you add support for the latest dpdk version?
The text was updated successfully, but these errors were encountered: