| View previous topic :: View next topic |
| Author |
Message |
Apollo
Joined: 05 Mar 2006 Posts: 10
|
Posted: Sun Mar 12, 2006 4:34 pm Post subject: Libito |
|
|
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 |
|
 |
Drakonite Site Admin

Joined: 17 Jan 2004 Posts: 989
|
Posted: Sun Mar 12, 2006 5:23 pm Post subject: |
|
|
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 |
|
 |
Apollo
Joined: 05 Mar 2006 Posts: 10
|
Posted: Mon Mar 13, 2006 1:49 am Post subject: |
|
|
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 |
|
 |
Drakonite Site Admin

Joined: 17 Jan 2004 Posts: 989
|
Posted: Mon Mar 13, 2006 6:22 am Post subject: |
|
|
And when you check, ee-g++ does exist then? _________________ Shoot Pixels Not People!
Makeshift Development |
|
| Back to top |
|
 |
|