Search found 14 matches
- Sat Aug 22, 2009 12:34 pm
- Forum: PSP Development
- Topic: PSP Development - Where to begin?
- Replies: 5
- Views: 3188
- Sat Aug 22, 2009 10:16 am
- Forum: PSP Development
- Topic: PSP Development - Where to begin?
- Replies: 5
- Views: 3188
PSP Development - Where to begin?
Having sorted out problems installing the toolchain an libraries, I have moved on to programming. That is a problem in and of itself. There seems to be very little to no information on PSP specific functions anywhere, and the only set of tutorials (psp-programming.com) I can find approaches the grap...
- Sat Aug 22, 2009 8:09 am
- Forum: PSP Development
- Topic: Problem installing PSPtoolchain
- Replies: 25
- Views: 10911
- Fri Aug 21, 2009 1:19 pm
- Forum: PSP Development
- Topic: Problem installing PSPtoolchain
- Replies: 25
- Views: 10911
- Thu Aug 20, 2009 5:58 am
- Forum: PSP Development
- Topic: Problem installing PSPtoolchain
- Replies: 25
- Views: 10911
Well, I got the svn version ( I was previously trying with the snapshot that's hosted on the website. ) I managed to get it to compile correctly with some messing with the CFLAGS. Now I'm onto psplibraries. Unfortunately, I'm getting compile crashes there as well. the copy of psplibraries is the lat...
- Wed Aug 19, 2009 10:53 pm
- Forum: PSP Development
- Topic: Problem installing PSPtoolchain
- Replies: 25
- Views: 10911
Alright. On to another error. The toolchain seems like it's going to fight me through every package at this rate. __sbrk libcglue.c -c -o glue__sbrk.o psp-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/libc/include -I../../src/base -I../../src/kernel -I../../src/user -I../../src/debug -g -O2 -G0 -Wall ...
- Tue Aug 18, 2009 7:17 am
- Forum: PSP Development
- Topic: Problem installing PSPtoolchain
- Replies: 25
- Views: 10911
- Tue Aug 18, 2009 4:54 am
- Forum: PSP Development
- Topic: Problem installing PSPtoolchain
- Replies: 25
- Views: 10911
- Tue Aug 18, 2009 3:14 am
- Forum: PSP Development
- Topic: Problem installing PSPtoolchain
- Replies: 25
- Views: 10911
- Tue Aug 18, 2009 12:09 am
- Forum: PSP Development
- Topic: Problem installing PSPtoolchain
- Replies: 25
- Views: 10911
- Mon Aug 17, 2009 1:36 pm
- Forum: PSP Development
- Topic: Problem installing PSPtoolchain
- Replies: 25
- Views: 10911
- Sun Aug 16, 2009 8:05 am
- Forum: PSP Development
- Topic: Problem installing PSPtoolchain
- Replies: 25
- Views: 10911
First, it's failing at newlib, not binutils or gcc. The second post was showing that using a version of gcc newer than 4.1.2 causes compile to fail on gcc. Second, the configure scripts look like they are using CFLAGS that are not defined in the script. As such, it seems they'd be using my global CF...
- Sat Aug 15, 2009 3:27 am
- Forum: PSP Development
- Topic: Problem installing PSPtoolchain
- Replies: 25
- Views: 10911
Compile error with the 4.4.1 gcc: psp-ar rc ./libgcov.a libgcc/./_gcov.o libgcc/./_gcov_merge_add.o libgcc/./_gcov_merge_single.o libgcc/./_gcov_merge_delta.o libgcc/./_gcov_fork.o libgcc/./_gcov_execl.o libgcc/./_gcov_execlp.o libgcc/./_gcov_execle.o libgcc/./_gcov_execv.o libgcc/./_gcov_execvp.o l...
- Sat Aug 15, 2009 2:17 am
- Forum: PSP Development
- Topic: Problem installing PSPtoolchain
- Replies: 25
- Views: 10911
Problem installing PSPtoolchain
I am on a Gentoo 64-bit system, and have been attempting to install the psptoolchain. Unfortunately, the script fails part of the way through. I am unsure of the problem. I have tried multiple versions of gcc including 4.1.2, 4.2.4, 4.3.4, and 4.4.1. None build the toolchain correctly. Here is the m...