k13132 / openwrt-dpdk

Data Plane Development Kit (DPDK) integration into OpenWrt
26 stars 12 forks source link

cross compile for arm64 failed #3

Closed youkechat closed 2 years ago

youkechat commented 2 years ago

error log ../../build_dir/target-aarch64_generic_musl/dpdk-22.03/config/arm/meson.build:484:12: ERROR: Problem encountered: Arm SoC must be specified in the cross file.

need change MESON_CPU value Makefile? my cpu is RK3399, use this value failed, What value shoud I use?

youkechat commented 2 years ago

fixed by change openwrt-cross.txt.in by add platform

zokl commented 2 years ago

Please send me a longer output from your compilation log. I would like to check if for Makefile correction.