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 

Questions on GSKit and LlibPlanar

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



Joined: 13 Jan 2005
Posts: 34

PostPosted: Thu Mar 24, 2005 9:17 am    Post subject: Questions on GSKit and LlibPlanar Reply with quote

I was playing around with the PS2Dev stuff a few months back and as soon as I got comfortable with gslib, gskit came out. I have some spare time now and was wondering what the easiest way to make my gslib code compile using gskit.

Also, I have no spanish skills at all (since im canadian) and also want to test out LlibPlanar. When I go into the makefile.pref most everything looks familiar except for the following.

"SHELL" (which i have found in my cygwin/bin directory just don't know if I leave it there or move it)
"TOOLCHAIN_DIR"

Im using cygwin with Windows XP and have ps2dev installed using the newest toolchain from oopos site (March 20th i think)
Back to top
View user's profile Send private message
bbchazz



Joined: 13 Jan 2005
Posts: 34

PostPosted: Thu Mar 24, 2005 10:30 am    Post subject: Reply with quote

I got a little further with the help of some translation websites, but here is the error im getting.

$ make
Building Planar
Building Samples
00_basicGFX1....
ee-ld: cannot find -lgcc
make[2]: *** [all] Error 1
make[1]: *** [all] Error 2
make: *** [ee-build-samples] Error 2


Any help would be appreciated
Back to top
View user's profile Send private message
Shazz



Joined: 31 Aug 2004
Posts: 244
Location: Somewhere over the rainbow

PostPosted: Thu Mar 24, 2005 6:31 pm    Post subject: Reply with quote

Yep I've got some problems too, I fixed it in setting the good paths in the file makefile.pref

Code:
PS2DEV_Dir = $(PS2DEV)

SHELL         = /usr/bin/sh
LALIB_DIR     = D:/Dev/DevC/projects/PS2/lalib
#TOOLCHAIN_DIR = $(PS2DEV)/ee/lib/gcc-lib/ee/3.2.2/include
PLANAR_DIR = D:/Dev/DevC/projects/PS2/LlibPlanar1b

EE_PREFIX  = ee-
EE_CC      = $(EE_PREFIX)gcc
EE_AS      = $(EE_PREFIX)gcc
EE_LD      = $(EE_PREFIX)ld
EE_AR      = $(EE_PREFIX)ar
DVPASM     = $(PS2DEV)/dvp/bin/dvp-as
EE_OBJCOPY = $(EE_PREFIX)objcopy
EE_STRIP   = $(EE_PREFIX)strip


then it compiled...
_________________
- TiTAN Art Division -
http://www.titandemo.org
Back to top
View user's profile Send private message Visit poster's website
bbchazz



Joined: 13 Jan 2005
Posts: 34

PostPosted: Fri Mar 25, 2005 12:16 am    Post subject: Reply with quote

Thanks Shazz....that got me a little further but im getting a new error now if anyone can help me.

$ make
Building Planar
Building Samples
00_basicGFX1....
make[2]: *** No rule to make target `/lalib-0.1s2/common/crt0.o', needed by `all
'. Stop.
make[1]: *** [all] Error 2
make: *** [ee-build-samples] Error 2



Thanks in advance
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 -> PS2 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