[dpdk-dev] [PATCH v13 2/6] doc: add a guide doc for cross compiling from x86
Ali Alnubani
alialnu at mellanox.com
Wed Jun 27 16:25:41 CEST 2018
Hi Gavin,
Thanks for documenting these steps.
Comments are inline.
> + cd numactl
> + git checkout v2.0.11 -b v2.0.11
> + ./autogen.sh
> + autoconf -i
> + ./configure --host=x86_64 CC=aarch64-linux-gnu-gcc prefix=<numa install
> dir>
>From ./configure -h:
"--host=HOST cross-compile to build programs to run on HOST [BUILD]"
Shouldn't it be aarch64-linux-gnu?
Also I think it would be safer to use '--' with prefix, since I think the configure script
might not throw an error for an invalid argument that doesn't start with '--'.
> + make install
> +
Regards,
Ali
More information about the dev
mailing list