GP32 C++ And Devkit


solarice

Member
Joined
Jan 29, 2004
Messages
120
Location
UK
Website
Visit site
Hi,

firstly very new to programming, so there may be a very obivous answer to my question, but buggered if i know it :D

ive already looked through the posts and gone through ricos tutorials, my problem comes when i try to get devkitadv to work in c++.

ive changed the gp32.mk entry from gcc to g++ in the makefile itself in the test folder ive changed gpmain.o: gpmain.c to gpmain.o: gpmain.ccp and finally renamed my gpmain file to gpmain.ccp

i then try to compile my code and i get the following error :huh: .

make: *** No rule to make target 'gpmain.ccp', needed by 'gpmain.o'. Stop.

looking at this i sort of understand the error, but how do i go about fixing it ?


Thanks in Advance.
 
hmmm

just tried it your way again to make sure, but it still displays the same error message.

the mystery continues... <_<
 
ahh i see :rolleyes: I bow down to the masters :D

thanks for that, it now works.

I suppose all i have to do now is learn to code....lol
 
Back
Top