vpp version :22.06
dpdk version:21.11.2
meson Version: 0.55.0
error:../src-dpdk/meson.build:4:0: ERROR: Unknown compiler(s): [['aarch64-fsl-linux-gcc']]
The follow exceptions were encountered:
Running "aarch64-fsl-linux-gcc --version" gave "[Errno 2] No such file or directory: 'aarch64-fsl-linux-gcc'"
aarch64-fsl-linux-gcc not support --version option it only support -v.
how to fix it.
What's the origin for this compiler? It looks like it's a cross-compiler build of gcc, but then surely it should have the standard gcc command line options, including --version?
vpp version :22.06 dpdk version:21.11.2 meson Version: 0.55.0 error:../src-dpdk/meson.build:4:0: ERROR: Unknown compiler(s): [['aarch64-fsl-linux-gcc']] The follow exceptions were encountered: Running "aarch64-fsl-linux-gcc --version" gave "[Errno 2] No such file or directory: 'aarch64-fsl-linux-gcc'" aarch64-fsl-linux-gcc not support --version option it only support -v. how to fix it.