Search found 12 matches

by Beeblebrox
Sun May 20, 2007 6:20 pm
Forum: PSP Development
Topic: Proposal - Novice Training
Replies: 3
Views: 1688

Wow, that's exactly what I was looking to make.

Thank you so much for the link!

-Beeb
by Beeblebrox
Sun May 20, 2007 10:59 am
Forum: PSP Development
Topic: Proposal - Novice Training
Replies: 3
Views: 1688

Proposal - Novice Training

As a programmer just getting his feet wet at PSP programming, I've found that even though the community is amazing at answering questions, there really isn't too much... I guess I'd call it "Documentation" for novices. I propose a Novice Guide that would introduce programmers to the progra...
by Beeblebrox
Fri May 18, 2007 8:35 pm
Forum: PSP Development
Topic: PSPSDK/Toolchain Built, but Errors compiling Samples
Replies: 13
Views: 3562

Are you saying you've installed jpeglib for cygwin and you're wondering why it doesn't work? You have to compile a library for the platform you're going to use it on. There's a port of jpeglib in the respository you can use: svn export svn://svn.pspdev.org/psp/trunk/jpeg The readme says all you hav...
by Beeblebrox
Fri May 18, 2007 6:48 pm
Forum: PSP Development
Topic: PSPSDK/Toolchain Built, but Errors compiling Samples
Replies: 13
Views: 3562

Well, I'm a bit of a Cygwin novice, but from what I saw, the files in the /lib directory pertaining to ncurses are: libncurses.a libncurses.dll.a libncurses.la libncurses++.a libncurses++.dll.a libncurses++.la I simply changed the Depend script to look for libncurses.la Now maybe you can answer this...
by Beeblebrox
Fri May 18, 2007 5:22 pm
Forum: PSP Development
Topic: PSPSDK/Toolchain Built, but Errors compiling Samples
Replies: 13
Views: 3562

Success! The only thing I had to do was change the Depend script to look for the correct sign of ncurse existing. As long as you define the PSPDEV and the PATH as stated in the readme, the new script works perfectly.

I'm now able to build all the sample files as well.

Thanks,
Beeblebrox
by Beeblebrox
Fri May 18, 2007 3:16 pm
Forum: PSP Development
Topic: PSPSDK/Toolchain Built, but Errors compiling Samples
Replies: 13
Views: 3562

I notice you're in: /usr/psp/sdk/samples/debug/kprintf But you're grabbing files from: -I/usr/local/pspdev/psp/sdk/include And your path contains: /usr/local/pspdev/bin Which is the real place: /usr/local/pspdev, or /usr/psp? Did you install it twice? What do you have $PSPDEV set to? I definitely o...
by Beeblebrox
Fri May 18, 2007 1:54 pm
Forum: PSP Development
Topic: PSPSDK/Toolchain Built, but Errors compiling Samples
Replies: 13
Views: 3562

Attempt just now to make the kprintf debug sample, and the PATH that was defined before running make. Still no go: Zaphod Beeb@ZBeeb /usr/psp/sdk/samples/debug/kprintf $ make psp-gcc -I. -I/usr/local/pspdev/psp/sdk/include -O2 -G0 -Wall -D_PSP_FW_VERSION= 150 -c -o main.o main.c In file included fro...
by Beeblebrox
Fri May 18, 2007 1:45 pm
Forum: PSP Development
Topic: PSPSDK/Toolchain Built, but Errors compiling Samples
Replies: 13
Views: 3562

Yeah, all of the basic libraries are already in the path IWN said.

Any other suggestions?

-Beeb
by Beeblebrox
Fri May 18, 2007 9:25 am
Forum: PSP Development
Topic: PSPSDK/Toolchain Built, but Errors compiling Samples
Replies: 13
Views: 3562

PSPSDK/Toolchain Built, but Errors compiling Samples

I built everything using the previous toolchain build (Prior to the 5/17 upgrade). I think it's 0501, or something to that regard. The problem is that every time I try to compile or build anything using psp-gcc, even building from the sample code using the given makefiles, I get odd compiler errors....
by Beeblebrox
Wed May 16, 2007 6:57 pm
Forum: PSP Development
Topic: Error Building Newlib (PSPToolchain)
Replies: 2
Views: 1213

SUCCESS!

-Beeblebrox (It's been a long, long night.)
by Beeblebrox
Wed May 16, 2007 5:57 pm
Forum: PSP Development
Topic: Error Building Newlib (PSPToolchain)
Replies: 2
Views: 1213

Well, this fixed it - I ran the following right before running the script export PSPDEV=/usr/local/pspdev export PATH=$PATH:$PSPDEV/bin as suggested in the readme file, but the readme file actually has "/usr/local/pspdev" and "$PATH.... " With the double quotes, which I think mig...
by Beeblebrox
Wed May 16, 2007 5:27 pm
Forum: PSP Development
Topic: Error Building Newlib (PSPToolchain)
Replies: 2
Views: 1213

Error Building Newlib (PSPToolchain)

I've been over every other thread regarding errors using the PSPToolchain script. I'm using psptoolchain-20070501 Using Cygwin on Windows XP: I ran the script once (./toolchain.sh), and it downloaded the files, began to build everything, and then crashed during the building of Newlib I then added /c...