Hi, Yang Zhou,

If you get this working, or even just a start towards it, please post
the patch here and hopefully we can integrate it to help others.

Regards,
Martin

On 18 November 2011 14:52, Zhou, Yang <yang.z...@polycom.com> wrote:
> Hi Martin,
>
> Thanks for help. I'm using cl6x from Texas Instruments, it's used for TI 
> C6000 DSPs.
>
> Best Regards,
> Yang Zhou
>
> -----Original Message-----
> From: martinp...@gmail.com [mailto:martinp...@gmail.com] On Behalf Of Martin 
> Pool
> Sent: Friday, November 18, 2011 11:48 AM
> To: Zhou, Yang
> Cc: ccache@lists.samba.org
> Subject: Re: [ccache] How to support another compiler?
>
> On 18 November 2011 14:34, Zhou, Yang <yang.z...@polycom.com> wrote:
>> Hi all,
>>
>> I want to use ccache to optimize the compilation of my project. However, 
>> another compiler(not gcc) is used for the compilation. The compiler options 
>> are different from those of gcc. But I think the compilation process should 
>> be similar.
>> I tried to compile with ccache, from the log, every time the manifest file 
>> can't be found, and can't find the object file in manifest. After that, 
>> preprocessor runs, and got object file hash from preprocessor, but the 
>> object file is not in cache.
>
>> So the real compiler runs every time.
>> Seems the results of real compilation are not stored into the cache.
>
> If the command line arguments are different that's not surprising.
>
>> Do you think it's possible to change ccache source code to support the my 
>> compiler?
>
> Yes.
>
>> If possible, which part of code should be updated? Thanks a lot!
>
> The parts that deal with compiler argument parsing.
>
> Probably you will want to introduce an object layer that describes
> different compilers, and an environment variable to switch between
> them.
>
> What's the other compiler you are using?
>
> m
> _______________________________________________
> ccache mailing list
> ccache@lists.samba.org
> https://lists.samba.org/mailman/listinfo/ccache
>
>



-- 
Martin
_______________________________________________
ccache mailing list
ccache@lists.samba.org
https://lists.samba.org/mailman/listinfo/ccache

Reply via email to