Search found 13 matches

by pacman2323
Mon Jul 17, 2006 11:33 pm
Forum: PSP Development
Topic: Need some help with Visual Studio
Replies: 9
Views: 2612

Damn. It finished but I don't see any output files...
by pacman2323
Mon Jul 17, 2006 11:16 pm
Forum: PSP Development
Topic: Need some help with Visual Studio
Replies: 9
Views: 2612

In my first post, I refollowed those instructions and I had to change some stuff in the settings, but I did get it to say completed successfully. Then I clicked Debug and at the top it says 'Running'. Does that mean it's copying it to my PSP and I should just let it run? Cause it's been going for qu...
by pacman2323
Mon Jul 17, 2006 9:52 pm
Forum: PSP Development
Topic: Need some help with Visual Studio
Replies: 9
Views: 2612

You may need to (update and) recompile source code (available on their page) for your version.
How exactly would I do that?
by pacman2323
Mon Jul 17, 2006 8:52 pm
Forum: PSP Development
Topic: Need some help with Visual Studio
Replies: 9
Views: 2612

One other problem: It says I need to copy 'Sony PSP Application.awx' and 'Sony PSP Application.hlp' to (Microsoft Visual Studio directory)\Common\MSDev98\Template directory (mine would be C:\Program Files\Microsoft Visual Studio 8) but in that folder there is no 'Common' folder. Theres one that's ca...
by pacman2323
Mon Jul 17, 2006 7:11 pm
Forum: PSP Development
Topic: Need some help with Visual Studio
Replies: 9
Views: 2612

Ok, it says there are a few things that are required in cygwin, but I've already installed cygwin. Do I need to completely reinstall it to get those?
by pacman2323
Mon Jul 17, 2006 6:32 pm
Forum: PSP Development
Topic: Need some help with Visual Studio
Replies: 9
Views: 2612

Need some help with Visual Studio

Ok, I have all the source files and I have Visual Studio installed. How do I get my source files into an Eboot that will run on my PSP? I tried following these instrcutions: http://www.psphacks.net/content/view/296/ but they weren't very clear and some of the stuff it said to do just wouldn't work. ...
by pacman2323
Tue Jul 04, 2006 2:41 pm
Forum: PSP Development
Topic: Problem with 'Hello World'
Replies: 8
Views: 2963

So how would I rewrite it?
by pacman2323
Tue Jul 04, 2006 11:40 am
Forum: PSP Development
Topic: Problem with 'Hello World'
Replies: 8
Views: 2963

Got a problem with Lesson 3 though: here's my code- // Counter Program - My Second App for the PSP /* This program was created by Pac Man on July 3, 2006. It is a simple Counter Program. */ #include <pspkernel.h> #include <pspdebug.h> #include <pspdisplay.h> #include <pspctrl.h> PSP_MODULE_INFO&...
by pacman2323
Tue Jul 04, 2006 10:43 am
Forum: PSP Development
Topic: Problem with 'Hello World'
Replies: 8
Views: 2963

Oops, I mispelled the filename. My bad. I noticed it made 'hello' and 'hello%' to put on the PSP, but it also made 'hello.elf', 'main.o' and 'PARAM.SFO'. What do I do with those?
by pacman2323
Tue Jul 04, 2006 10:11 am
Forum: PSP Development
Topic: Problem with 'Hello World'
Replies: 8
Views: 2963

What did he screw up?
by pacman2323
Tue Jul 04, 2006 9:41 am
Forum: PSP Development
Topic: Problem with 'Hello World'
Replies: 8
Views: 2963

Problem with 'Hello World'

Ok, I'm following this tutorial: http://www.psp-programming.com/tutorials/c/lesson02.htm And I've gotten all the way to here- "Now open up a CYGWIN Bash Shell and "cd" into your "projects/helloworld" directory. Type "make" and your shell should output some stuff to...
by pacman2323
Mon Jul 03, 2006 8:36 pm
Forum: PSP Development
Topic: Problem setting up toolchain
Replies: 3
Views: 1494

drcd wrote:Did you do this?
"Then scroll down to "web," click the "+" next to it, scroll down and set "wget" to "install.""
Ah, that was it. Thanks.

I better pay closer attention or I won't get very far with this whole thing, lol. :D
by pacman2323
Mon Jul 03, 2006 5:24 pm
Forum: PSP Development
Topic: Problem setting up toolchain
Replies: 3
Views: 1494

Problem setting up toolchain

Ok, I'm following this tutorial to set up toolchain: http://www.psp-programming.com/tutorials/c/lesson01.htm and everything goes fine until I get here- Due to a recent problem with the toolchain, we need to update everything, so to get the updates and have them modify the toolchain script, you will ...