[ccache] CCACHE_NLEVELS , locking and cache size

2013-08-21 Thread tal zilcer
hi, i recently started using ccache and i have a couple of questions. 1)i did a little experiment with different values of CCACHE_NLEVELS and i got the following build time results: NLEVELS 2: 1m:33s NLEVELS 4: 1m:45s NLEVELS 6: 1m:50s NLEVELS 8: 1m:59s some info: a) i always build the same proj

[ccache] -MD flag and absolute path problem

2014-01-20 Thread tal zilcer
hi, I use a shared cache over NFS to increase cache hits for users on different servers. *some more info:* 1) ccache version is 3.19 2) CCACHE_BASEDIR=/home (to get hits from different folders) 3) the toolchain is located in the user home folder *when i try to rebuild busybox i get an error:* fi

[ccache] -fdiagnostics-color problem

2014-11-18 Thread tal zilcer
hi, ive been using ccache for quite some time now(version 3.1.9) and decided to upgrade to 3.2. when i try to build buildroot for x86_64 platform with ccache i have a build error, because of the -fdiagnostics-color=auto flag. from build log: >>> host-kmod 18 Building ... ... cc1: error: unrecogniz

Re: [ccache] -fdiagnostics-color problem

2014-11-20 Thread tal zilcer
tached patch should fix the problem. Could you give it a > spin and see if it works for you? > > -- Joel > > > On 18 November 2014 12:16, tal zilcer wrote: > >> hi, >> >> ive been using ccache for quite some time now(version 3.1.9) and decided >> to >> up