Re: [dpdk-dev] [PATCH v6 3/7] devtools: fix the Exec format error

2018-06-15 Thread Gavin Hu
Hi Bruce, This patch was dropped, thanks for your review. Best Regards, Gavin > -Original Message- > From: Bruce Richardson > Sent: Thursday, June 14, 2018 6:34 PM > To: Gavin Hu > Cc: dev@dpdk.org; sta...@dpdk.org > Subject: Re: [dpdk-dev] [PATCH v6 3/7] devtools: f

Re: [dpdk-dev] [PATCH v6 3/7] devtools: fix the Exec format error

2018-06-14 Thread Bruce Richardson
On Thu, Jun 14, 2018 at 05:51:23PM +0800, Gavin Hu wrote: > meson will natively compile and generate the sanitycheck.exe file. It will > be spawned and run at the host side. Export the cross compiler is not > necessary as it is already done by the cross-file, and even worse it > generate the file

[dpdk-dev] [PATCH v6 3/7] devtools: fix the Exec format error

2018-06-14 Thread Gavin Hu
meson will natively compile and generate the sanitycheck.exe file. It will be spawned and run at the host side. Export the cross compiler is not necessary as it is already done by the cross-file, and even worse it generate the files in the wrong target format. The fix to the following compiling