forums.ps2dev.org Forum Index forums.ps2dev.org
Homebrew PS2, PSP & PS3 Development Discussions
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Is ccache safe to be used with psp-gcc and psp-g++ ?

 
Post new topic   Reply to topic    forums.ps2dev.org Forum Index -> PSP Development
View previous topic :: View next topic  
Author Message
Panajev2001a



Joined: 20 Aug 2005
Posts: 100

PostPosted: Mon Aug 29, 2005 2:40 pm    Post subject: Is ccache safe to be used with psp-gcc and psp-g++ ? Reply with quote

I compiled cache on Cygwin (not cross-compiled since it runs on this PC and not PS2) and have this in my Makefile after build.mak is included:

CC = ccache psp-gcc
CXX = ccache psp-g++

I am not using ccache for AS and LD though: ccache -s still reports to be used for non C/C++ files and being called for linking, but I do not think it should be a problem.

I have been using ccache for a long time with PS2Linux's GCC 2.95.2, but never with GCC 4.0.1 not to mention one patched to generate ALLEGREX compatible/optimized code ;).
Back to top
View user's profile Send private message
rinco



Joined: 21 Jan 2005
Posts: 255
Location: Canberra, Australia

PostPosted: Mon Aug 29, 2005 3:31 pm    Post subject: Reply with quote

I've had no problems with ccache... or distcc.

There is no need to specify it in the makefile. Just override CC and CXX when running make.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    forums.ps2dev.org Forum Index -> PSP Development All times are GMT + 10 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group