Search found 14 matches

by Riekistyx
Wed Apr 25, 2007 1:19 am
Forum: PSP Development
Topic: build.mak help a noob.
Replies: 7
Views: 2547

If it helps any I can compile stuff (my uber hello world app) I have made the eboot by typing "make" in cygwin... but im sick doing that...
The make files look almost similar
So I'm just like what do I do... can someone show me a screen shot at what I should do.
by Riekistyx
Wed Apr 25, 2007 1:14 am
Forum: PSP Development
Topic: build.mak help a noob.
Replies: 7
Views: 2547

PATH = D:\Applications\Microsoft DirectX SDK (October 2006)\Utilities\Bin\x86;"D:\Applications\Microsoft DirectX SDK (October 2006)\Utilities\Bin\x86";%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;C:\Program Files\Microsoft SQL Server\90\Tools\binn\;D:\APPLIC~1\ALIENB~1\Cli...
by Riekistyx
Tue Apr 24, 2007 10:03 am
Forum: PSP Development
Topic: I'm working on Quake again, requesting some advice
Replies: 137
Views: 66533

... what do you mean no clipping.
PSP doesnt have a auto clipper for unseen geometry? ;(
by Riekistyx
Tue Apr 24, 2007 9:49 am
Forum: PSP Development
Topic: build.mak help a noob.
Replies: 7
Views: 2547

plz!!!
by Riekistyx
Mon Apr 23, 2007 3:17 pm
Forum: PSP Development
Topic: build.mak help a noob.
Replies: 7
Views: 2547

Performing Makefile project actions Converting PSP Project1.vcproj... psp-g++ -I. -ID:/cygwin/usr/local/pspdev/psp/sdk/include -G0 -Wall -I. -ID:/cygwin/usr/local/pspdev/psp/sdk/include -G0 -Wall -fno-exceptions -fno-rtti -c ./main.cpp -o ./main.o make: psp-g++: Command not found make: *** [main.o] ...
by Riekistyx
Mon Apr 23, 2007 2:12 am
Forum: PSP Development
Topic: build.mak help a noob.
Replies: 7
Views: 2547

build.mak help a noob.

Ok. I defined all the vars in environment vars in windows and as well as cygwin. I was getting that "toolchain not found" error code. So I changed pspsdk var to not look at that to get its path because apparently theres like a hidden var I'm not changing to make this work. I dont understan...
by Riekistyx
Sun Apr 22, 2007 11:26 am
Forum: PSP Development
Topic: 2003 project makefile help me!
Replies: 2
Views: 1762

You don't understand what I mean by that. Besides that sig is like ages old. lol too lazy to change it or not uncheck the box. anyways. I typed set in cygwin i think my pspdev is set my path hmmm it seems big. i think Q:I have installed the toolchain and SDK, but it says 'psp-gcc command not found' ...
by Riekistyx
Sun Apr 22, 2007 6:57 am
Forum: PSP Development
Topic: 2003 project makefile help me!
Replies: 2
Views: 1762

2003 project makefile help me!

Ok so I downloaded the mcvs thing in rasmus profile. I get this error in my output and I have no idea where to go. //OUTPUT WINDOW make: psp-config: Command not found Makefile:17: /lib/build.mak: No such file or directory make: *** No rule to make target `/lib/build.mak'. Stop. Alls i did was make a...
by Riekistyx
Sun Apr 22, 2007 5:59 am
Forum: PSP Development
Topic: How to compile, link and transfer PSP programs from VS.NET
Replies: 71
Views: 121308

I came up with a better solution tonight that doesn't require you to add anything to visual studio or change your makefiles. Just make the following scripts to your c:\cygwin directory and modify paths as needed: vs-pspdev.bat @c:\cygwin\bin\bash -c 'export VS_PATH=`pwd`; /bin/bash --login ...
by Riekistyx
Fri Apr 13, 2007 2:44 am
Forum: PSP Development
Topic: Question About the sdk
Replies: 0
Views: 1054

Question About the sdk

So I'm seeing gallons of make files being used and I have been converting a lot of this pspsdk code into microsoft visual ide loving because I guess I cant use a make file and then I ran into this... http://rafb.net/p/TqaByd93.html so.. anyone have any idea how to convert that into visual studio 200...
by Riekistyx
Fri Apr 13, 2007 12:40 am
Forum: PSP Development
Topic: Tutorial for VS2003
Replies: 2
Views: 1617

batch file.... I wish I knew what this contains. does this link these makefiles. I'm a noob with make files and I been bouncing around in google about them. I also don't know what to "link" the source to the eboot (i assume the make file) but I cant figure out how to use it. If you know of...
by Riekistyx
Wed Apr 11, 2007 12:16 am
Forum: PSP Development
Topic: Tutorial for VS2003
Replies: 2
Views: 1617

Tutorial for VS2003

Anyone have a tutorial for visual studio 2003
To set up the environment to practically make the EBOOT for you.
by Riekistyx
Mon Mar 20, 2006 10:59 am
Forum: PS2 Development
Topic: Reading single character off a file?
Replies: 12
Views: 4801

That method words as well

If you read harder in real coding books there is "no such thing as a string in C++"

If there was then I should be able to do this "dingle" + " berry"

=D
by Riekistyx
Sat Mar 18, 2006 10:15 am
Forum: PS2 Development
Topic: Reading single character off a file?
Replies: 12
Views: 4801

Yeah -> no... Gamedev.net = good Anyways Ill answer your question. Harder version #include <iostream> using namespace std; void main&#40;&#41; &#123; char data1&#91;256&#93;="hi"; char data2&#91;256&#93;="vegito"; char TheData&#91;513&#93;; mem...