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 

Libito

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



Joined: 05 Mar 2006
Posts: 10

PostPosted: Sun Mar 12, 2006 4:34 pm    Post subject: Libito Reply with quote

When I try to build libito I get the following error. I have the c++ compiler from cygwin so what should I do?

Code:
$ make
Building libito 1.0.0
make -C source
make[1]: Entering directory `/usr/local/ps2dev/libito/source'
mkdir obj/
ee-g++ -D_EE -O2 -c -Wall -fno-rtti -fno-builtin -ffreestanding -fno-exceptions
-fsingle-precision-constant -ansi -pedantic -Wno-long-long -I/usr/local/ps2dev/l
ibito/include -I/usr/local/ps2dev/libito/samples/common -I/usr/local/ps2dev/ps2s
dk/ee/include -I/usr/local/ps2dev/ps2sdk/common/include  -DF_PureVirtual Ito.cpp
 -o obj/Ito_PureVirtual.o
make[1]: ee-g++: Command not found
make[1]: *** [obj/Ito_PureVirtual.o] Error 127
make[1]: Leaving directory `/usr/local/ps2dev/libito/source'
make: *** [build-ito] Error 2


Last edited by Apollo on Mon Mar 13, 2006 1:51 am; edited 1 time in total
Back to top
View user's profile Send private message
Drakonite
Site Admin


Joined: 17 Jan 2004
Posts: 989

PostPosted: Sun Mar 12, 2006 5:23 pm    Post subject: Reply with quote

Obvious questions -- did you build the ps2 toolchain? Did you add the path information liek you were supposed to?
_________________
Shoot Pixels Not People!
Makeshift Development
Back to top
View user's profile Send private message Visit poster's website
Apollo



Joined: 05 Mar 2006
Posts: 10

PostPosted: Mon Mar 13, 2006 1:49 am    Post subject: Reply with quote

Yes. This is my bash.

Code:
# base-files version 3.7-1

# WARNING
#
# IF THIS bash IS MODIFIED IT WILL NOT BE UPDATED BY THE CYGWIN
# SETUP PROGRAM.  IT BECOMES YOUR RESPONSIBILITY.
#
# The latest version as installed by the Cygwin Setup program can
# always be found at /etc/defaults/etc/bash.bashrc

# System-wide .bashrc file
## PS2DEV SETTINGS
export PS2DEV="/usr/local/ps2dev"
export PS2SDK="$PS2DEV/ps2sdk"
export PATH="$PATH:$PS2DEV/bin:$PS2DEV/ee/bin:$PS2DEV/iop/bin:$PS2DEV/dvp/bin:$PS2SDK/bin"
export PS2LIB="$PS2SDK/ps2lib"
export GSKIT="$PS2SDK/gsKit"
export LIBITO="$PS2DEV/libito"
Back to top
View user's profile Send private message
Drakonite
Site Admin


Joined: 17 Jan 2004
Posts: 989

PostPosted: Mon Mar 13, 2006 6:22 am    Post subject: Reply with quote

And when you check, ee-g++ does exist then?
_________________
Shoot Pixels Not People!
Makeshift Development
Back to top
View user's profile Send private message Visit poster's website
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