Search found 6 matches

by doc.o
Thu Aug 17, 2006 4:19 pm
Forum: PS2 Development
Topic: make error help
Replies: 4
Views: 2938

Your $PS2SDK is empty. You can tell by it trying to access '/samples/Makefile.pref'. Reread the instructions that came with your toolchain installation, specifically the part about environment variables. But it isn't the files are there current in my folder it doesn't make any sense. Proof below. h...
by doc.o
Wed Aug 16, 2006 4:16 pm
Forum: PS2 Development
Topic: make error help
Replies: 4
Views: 2938

make error help

This annoying error keeps coming up the files are currently there.

Image

please help.
by doc.o
Fri Jul 28, 2006 2:41 am
Forum: PS2 Development
Topic: Starting out..
Replies: 6
Views: 2827

EDIT: It still is giving problems.. I tried it thru ps2link and emulator, it prints nothing to my TV screen at all but does print into the output of ps2link via PC screen. Thats because thats what it's supposed to do... The PS2 doesn't have a text mode display, so stdio is redirected to the pc cons...
by doc.o
Thu Jul 27, 2006 10:04 am
Forum: PS2 Development
Topic: Starting out..
Replies: 6
Views: 2827

nevermind had to use debug.h along with scr_printf.
by doc.o
Wed Jul 26, 2006 4:25 pm
Forum: PS2 Development
Topic: Starting out..
Replies: 6
Views: 2827

That should pretty much compile and run just fine ;) ....there are lots of examples in svn and with ps2sdk. It doesn't launch after I compile it for some reason, i figured it was because the ps2 use's different header rather than stdio.h. EDIT: It still is giving problems.. I tried it thru ps2link ...
by doc.o
Wed Jul 26, 2006 4:02 pm
Forum: PS2 Development
Topic: Starting out..
Replies: 6
Views: 2827

Starting out..

Hello, i've just now started getting into ps2dev. I have not found a single example of what the ps2 uses as a header file; as opposed to #include <stdio.h> that window's uses. More like a hello world starter. Maybe more direct if someone could show me a short snippet of 'translation' to this. #inclu...