Search found 10 matches

by Apollo
Mon Mar 13, 2006 1:49 am
Forum: PS2 Development
Topic: Libito
Replies: 3
Views: 1958

Yes. This is my bash. # 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 # Syste...
by Apollo
Sun Mar 12, 2006 4:34 pm
Forum: PS2 Development
Topic: Libito
Replies: 3
Views: 1958

Libito

When I try to build libito I get the following error. I have the c++ compiler from cygwin so what should I do? $ 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...
by Apollo
Wed Mar 08, 2006 2:41 pm
Forum: PS2 Development
Topic: A seemingly simple problem
Replies: 10
Views: 3551

Any hints would be greatly appreciated though.
by Apollo
Wed Mar 08, 2006 11:03 am
Forum: PS2 Development
Topic: A seemingly simple problem
Replies: 10
Views: 3551

I'm going off of dreamtime's demos. I'll try to look at other examples.
by Apollo
Wed Mar 08, 2006 7:38 am
Forum: PS2 Development
Topic: A seemingly simple problem
Replies: 10
Views: 3551

Is this correct? spiral.elf: $(C_OBJ) $(S_OBJ) @echo "-------------------------------------------------" $(CC) $(CFLAGS) -Tlinkfile -o spiral.elf $(C_OBJ) $(S_OBJ) -lm -Wl,-Map,spiral.map
by Apollo
Tue Mar 07, 2006 12:49 pm
Forum: PS2 Development
Topic: A seemingly simple problem
Replies: 10
Views: 3551

That brought about a ton of more errors. I am using the binary sdk of the website. I'm going to download the cygwin toolchain tonight and maybe that will help. Thanks for the response.
by Apollo
Mon Mar 06, 2006 5:31 am
Forum: PS2 Development
Topic: A seemingly simple problem
Replies: 10
Views: 3551

A seemingly simple problem

I see under ps2dev/ee/ee/include that there is a math.h file, but when I include this and try to use the sin and cos functions I get this error. obj/spiral.o(.text+0x90): In function `spiral': spiral.c: undefined reference to `litodp' obj/spiral.o(.tex...
by Apollo
Sun Mar 05, 2006 5:59 am
Forum: PS2 Development
Topic: Running SMS Off of a CD-R
Replies: 5
Views: 2747

Would launchelf or other programs be able to read a cd like this?
by Apollo
Sun Mar 05, 2006 5:25 am
Forum: PS2 Development
Topic: Tutorial: How to setup a ps2dev env in cygwin
Replies: 64
Views: 37516

I've been running it for about 2 hours now and it is still not finished. It seems to be in some type of loop I think. Is this normal or has something gone wrong?
by Apollo
Sun Mar 05, 2006 3:23 am
Forum: PS2 Development
Topic: Tutorial: How to setup a ps2dev env in cygwin
Replies: 64
Views: 37516

I was wondering how long ./toolchain.sh is supposed to take. I started it, but after half an hour I started to think something went wrong. How long should it take?