Wow, that's exactly what I was looking to make.
Thank you so much for the link!
-Beeb
Search found 12 matches
- Sun May 20, 2007 6:20 pm
- Forum: PSP Development
- Topic: Proposal - Novice Training
- Replies: 3
- Views: 1745
- Sun May 20, 2007 10:59 am
- Forum: PSP Development
- Topic: Proposal - Novice Training
- Replies: 3
- Views: 1745
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...
- Fri May 18, 2007 8:35 pm
- Forum: PSP Development
- Topic: PSPSDK/Toolchain Built, but Errors compiling Samples
- Replies: 13
- Views: 3715
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...
- Fri May 18, 2007 6:48 pm
- Forum: PSP Development
- Topic: PSPSDK/Toolchain Built, but Errors compiling Samples
- Replies: 13
- Views: 3715
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...
- Fri May 18, 2007 5:22 pm
- Forum: PSP Development
- Topic: PSPSDK/Toolchain Built, but Errors compiling Samples
- Replies: 13
- Views: 3715
- Fri May 18, 2007 3:16 pm
- Forum: PSP Development
- Topic: PSPSDK/Toolchain Built, but Errors compiling Samples
- Replies: 13
- Views: 3715
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...
- Fri May 18, 2007 1:54 pm
- Forum: PSP Development
- Topic: PSPSDK/Toolchain Built, but Errors compiling Samples
- Replies: 13
- Views: 3715
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...
- Fri May 18, 2007 1:45 pm
- Forum: PSP Development
- Topic: PSPSDK/Toolchain Built, but Errors compiling Samples
- Replies: 13
- Views: 3715
- Fri May 18, 2007 9:25 am
- Forum: PSP Development
- Topic: PSPSDK/Toolchain Built, but Errors compiling Samples
- Replies: 13
- Views: 3715
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....
- Wed May 16, 2007 6:57 pm
- Forum: PSP Development
- Topic: Error Building Newlib (PSPToolchain)
- Replies: 2
- Views: 1242
- Wed May 16, 2007 5:57 pm
- Forum: PSP Development
- Topic: Error Building Newlib (PSPToolchain)
- Replies: 2
- Views: 1242
- Wed May 16, 2007 5:27 pm
- Forum: PSP Development
- Topic: Error Building Newlib (PSPToolchain)
- Replies: 2
- Views: 1242
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...