mesonbuild / meson

The Meson Build System
http://mesonbuild.com
Apache License 2.0
5.6k stars 1.63k forks source link

use fsl-qoriq-glibc-x86_64-fsl-toolchain-aarch64-toolchain-3.1 to build vpp and meson report unknow compiler(s) #12878

Open cddlbb opened 8 months ago

cddlbb commented 8 months ago

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.

mitchgrout commented 8 months ago

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?