[dts] [PATCH V1] framework/project_dpdk:delete the specified compiler

Tu, Lijuan lijuan.tu at intel.com
Wed Apr 3 19:00:51 CEST 2019


I found there are a couple of location with gcc48, and did you miss the others?

> -----Original Message-----
> From: dts [mailto:dts-bounces at dpdk.org] On Behalf Of changqingxwu
> Sent: Tuesday, March 26, 2019 1:05 AM
> To: dts at dpdk.org
> Cc: Wu, ChangqingX <changqingx.wu at intel.com>
> Subject: [dts] [PATCH V1] framework/project_dpdk:delete the specified
> compiler
> 
> Signed-off-by: changqingxwu <changqingx.wu at intel.com>
> ---
>  framework/project_dpdk.py | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/framework/project_dpdk.py b/framework/project_dpdk.py index
> 6035c68..42ff3d6 100644
> --- a/framework/project_dpdk.py
> +++ b/framework/project_dpdk.py
> @@ -236,7 +236,7 @@ class DPDKdut(Dut):
>          self.send_expect("rm -rf %s" % r'./app/test/test_pci_sysfs.res.o' , "#")
>          build_time = 120
>          # compile
> -        out = self.send_expect("make -j %d install T=%s CC=gcc48" %
> (self.number_of_cores,
> +        out = self.send_expect("make -j %d install T=%s" %
> + (self.number_of_cores,
>                                                                       target),
>                                 "#", build_time)
>          if("Error" in out or "No rule to make" in out):
> --
> 2.17.2



More information about the dts mailing list