Re: [dpdk-dev] [PATCH v2] devtools: fix 32-bits build

2020-11-11 Thread Ferruh Yigit
On 11/9/2020 9:02 PM, Thomas Monjalon wrote: 09/11/2020 18:44, Thomas Monjalon: 09/11/2020 18:20, Thomas Monjalon: 09/11/2020 18:15, Ferruh Yigit: On 11/9/2020 5:01 PM, Thomas Monjalon wrote: 09/11/2020 17:48, Ferruh Yigit: I can send a new version to reset 'CUSTOM_PKG_CONFIG_PATH', what is

Re: [dpdk-dev] [PATCH v2] devtools: fix 32-bits build

2020-11-09 Thread Thomas Monjalon
09/11/2020 18:44, Thomas Monjalon: > 09/11/2020 18:20, Thomas Monjalon: > > 09/11/2020 18:15, Ferruh Yigit: > > > On 11/9/2020 5:01 PM, Thomas Monjalon wrote: > > > > 09/11/2020 17:48, Ferruh Yigit: > > > >> I can send a new version to reset 'CUSTOM_PKG_CONFIG_PATH', > > > >> what is the intention/

Re: [dpdk-dev] [PATCH v2] devtools: fix 32-bits build

2020-11-09 Thread Thomas Monjalon
09/11/2020 18:20, Thomas Monjalon: > 09/11/2020 18:15, Ferruh Yigit: > > On 11/9/2020 5:01 PM, Thomas Monjalon wrote: > > > 09/11/2020 17:48, Ferruh Yigit: > > >> I can send a new version to reset 'CUSTOM_PKG_CONFIG_PATH', > > >> what is the intention/plan with the config file? > > > > > > You sho

Re: [dpdk-dev] [PATCH v2] devtools: fix 32-bits build

2020-11-09 Thread Thomas Monjalon
09/11/2020 18:15, Ferruh Yigit: > On 11/9/2020 5:01 PM, Thomas Monjalon wrote: > > 09/11/2020 17:48, Ferruh Yigit: > >> On 11/9/2020 4:19 PM, Bruce Richardson wrote: > >>> On Mon, Nov 09, 2020 at 05:14:24PM +0100, Thomas Monjalon wrote: > 09/11/2020 16:44, Bruce Richardson: > > On Mon, Nov

Re: [dpdk-dev] [PATCH v2] devtools: fix 32-bits build

2020-11-09 Thread Ferruh Yigit
On 11/9/2020 5:01 PM, Thomas Monjalon wrote: 09/11/2020 17:48, Ferruh Yigit: On 11/9/2020 4:19 PM, Bruce Richardson wrote: On Mon, Nov 09, 2020 at 05:14:24PM +0100, Thomas Monjalon wrote: 09/11/2020 16:44, Bruce Richardson: On Mon, Nov 09, 2020 at 04:28:16PM +0100, Thomas Monjalon wrote: 09/

Re: [dpdk-dev] [PATCH v2] devtools: fix 32-bits build

2020-11-09 Thread Thomas Monjalon
09/11/2020 17:48, Ferruh Yigit: > On 11/9/2020 4:19 PM, Bruce Richardson wrote: > > On Mon, Nov 09, 2020 at 05:14:24PM +0100, Thomas Monjalon wrote: > >> 09/11/2020 16:44, Bruce Richardson: > >>> On Mon, Nov 09, 2020 at 04:28:16PM +0100, Thomas Monjalon wrote: > 09/11/2020 15:55, Ferruh Yigit:

Re: [dpdk-dev] [PATCH v2] devtools: fix 32-bits build

2020-11-09 Thread Ferruh Yigit
On 11/9/2020 4:19 PM, Bruce Richardson wrote: On Mon, Nov 09, 2020 at 05:14:24PM +0100, Thomas Monjalon wrote: 09/11/2020 16:44, Bruce Richardson: On Mon, Nov 09, 2020 at 04:28:16PM +0100, Thomas Monjalon wrote: 09/11/2020 15:55, Ferruh Yigit: If the 'PKG_CONFIG_PATH' is set in the environmen

Re: [dpdk-dev] [PATCH v2] devtools: fix 32-bits build

2020-11-09 Thread Bruce Richardson
On Mon, Nov 09, 2020 at 05:14:24PM +0100, Thomas Monjalon wrote: > 09/11/2020 16:44, Bruce Richardson: > > On Mon, Nov 09, 2020 at 04:28:16PM +0100, Thomas Monjalon wrote: > > > 09/11/2020 15:55, Ferruh Yigit: > > > > If the 'PKG_CONFIG_PATH' is set in the environment before script run, > > > > 32

Re: [dpdk-dev] [PATCH v2] devtools: fix 32-bits build

2020-11-09 Thread Thomas Monjalon
09/11/2020 16:44, Bruce Richardson: > On Mon, Nov 09, 2020 at 04:28:16PM +0100, Thomas Monjalon wrote: > > 09/11/2020 15:55, Ferruh Yigit: > > > If the 'PKG_CONFIG_PATH' is set in the environment before script run, > > > 32 bit still uses that value for 64-bits libraries. > > > > > > From the buil

Re: [dpdk-dev] [PATCH v2] devtools: fix 32-bits build

2020-11-09 Thread Bruce Richardson
On Mon, Nov 09, 2020 at 04:28:16PM +0100, Thomas Monjalon wrote: > 09/11/2020 15:55, Ferruh Yigit: > > If the 'PKG_CONFIG_PATH' is set in the environment before script run, > > 32 bit still uses that value for 64-bits libraries. > > > > From the build log: > > > > " > > Using DPDK_TARGET i386-pc-

Re: [dpdk-dev] [PATCH v2] devtools: fix 32-bits build

2020-11-09 Thread Thomas Monjalon
09/11/2020 15:55, Ferruh Yigit: > If the 'PKG_CONFIG_PATH' is set in the environment before script run, > 32 bit still uses that value for 64-bits libraries. > > From the build log: > > " > Using DPDK_TARGET i386-pc-linux-gnu > meson -Dexamples=l3fwd --buildtype=debugoptimized --werror > -Dc_arg

[dpdk-dev] [PATCH v2] devtools: fix 32-bits build

2020-11-09 Thread Ferruh Yigit
If the 'PKG_CONFIG_PATH' is set in the environment before script run, 32 bit still uses that value for 64-bits libraries. >From the build log: " Using DPDK_TARGET i386-pc-linux-gnu meson -Dexamples=l3fwd --buildtype=debugoptimized --werror -Dc_args=-m32 -Dc_link_args=-m32 /tmp/dpdk_maintain/self