From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.droids-corp.org (zoll.droids-corp.org [94.23.50.67]) by dpdk.org (Postfix) with ESMTP id 86C97592B for ; Tue, 13 Oct 2015 14:27:06 +0200 (CEST) Received: from was59-1-82-226-113-214.fbx.proxad.net ([82.226.113.214] helo=[192.168.0.10]) by mail.droids-corp.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.84) (envelope-from ) id 1Zlyfw-0002J8-P7; Tue, 13 Oct 2015 14:27:29 +0200 Message-ID: <561CF892.9040507@6wind.com> Date: Tue, 13 Oct 2015 14:26:58 +0200 From: Olivier MATZ User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Icedove/31.7.0 MIME-Version: 1.0 To: Simon Kagstrom , dev@dpdk.org References: <20150924094328.5a2ea3c8@miho> <20151013141022.6446821e@miho> In-Reply-To: <20151013141022.6446821e@miho> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH] mk: Quote $(KERNELCC) to allow ccache builds X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Oct 2015 12:27:06 -0000 Hi Simon, Sorry for not having answered before. On 10/13/2015 02:10 PM, Simon Kagstrom wrote: > Ping? > > This is one of three outstanding DPDK patches I have which hasn't seen > any activitiy in a while. Is there a list of pending applies somewhere > to monitor activity? There is the patchwork tool: http://dpdk.org/dev/patchwork/project/dpdk/list/ >> Otherwise building with KERNELCC="ccache gcc" will fail: >> >> == Build lib/librte_eal/linuxapp/igb_uio >> /usr/src/linux-headers-3.13.0-63-generic/arch/x86/Makefile:98: stack protector enabled but no compiler support >> /usr/src/linux-headers-3.13.0-63-generic/arch/x86/Makefile:113: CONFIG_X86_X32 enabled but no binutils support >> ccache: invalid option -- 'p' >> Usage: >> ccache [options] >> ccache compiler [compiler options] >> compiler [compiler options] (via symbolic link) >> >> Options: >> -c, --cleanup delete old files and recalculate size counters >> (normally not needed as this is done automatically) >> -C, --clear clear the cache completely >> -F, --max-files=N set maximum number of files in cache to N (use 0 for >> no limit) >> -M, --max-size=SIZE set maximum size of cache to SIZE (use 0 for no >> limit; available suffixes: G, M and K; default >> suffix: G) >> -s, --show-stats show statistics summary >> -z, --zero-stats zero statistics counters >> >> -h, --help print this help text >> -V, --version print version and copyright information >> >> Signed-off-by: Simon Kagstrom Acked-by: Olivier Matz