Search found 14 matches

by Tristanm11
Sat Aug 22, 2009 12:34 pm
Forum: PSP Development
Topic: PSP Development - Where to begin?
Replies: 5
Views: 3188

Found the samples. Looking for the documentation.
by Tristanm11
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...
by Tristanm11
Sat Aug 22, 2009 8:09 am
Forum: PSP Development
Topic: Problem installing PSPtoolchain
Replies: 25
Views: 10911

Updated libtool to 2.2.6a and it compiled fine. I should be good now.
by Tristanm11
Fri Aug 21, 2009 1:19 pm
Forum: PSP Development
Topic: Problem installing PSPtoolchain
Replies: 25
Views: 10911

The CFLAGS suggested further up in the thread. The problems were that the tarball on the website is an older version. The svn worked almost perfectly. The only problem was binutils, which I fixed with: "$CFLAGS -fno-stack-protector -D_FORTIFY_SOURCE=0" as my CFLAGS My global CFLAGS setting...
by Tristanm11
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...
by Tristanm11
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 ...
by Tristanm11
Tue Aug 18, 2009 7:17 am
Forum: PSP Development
Topic: Problem installing PSPtoolchain
Replies: 25
Views: 10911

It already is, and I already tried reinstalling with no success.

Version 4.13 is currently installed. I tried with both 4.11 and 4.13 installed.

Versions 4.11, 4.12, and 4.13 are in portage.
by Tristanm11
Tue Aug 18, 2009 4:54 am
Forum: PSP Development
Topic: Problem installing PSPtoolchain
Replies: 25
Views: 10911

Would this be it? checking whether build environment is sane... config.status: creating Makefile make[2]: Entering directory `/usr/src/psptoolchain/build/newlib-1.15.0/build-psp/etc' for f in standards.info configure.info; do \ if test -f ../../etc/`echo $f | sed -e '...
by Tristanm11
Tue Aug 18, 2009 3:14 am
Forum: PSP Development
Topic: Problem installing PSPtoolchain
Replies: 25
Views: 10911

No, I'm getting crashes at newlib still, regardless of the gcc version. configure: loading cache .././config.cache checking build system type... (cached) x86_64-unknown-linux-gnu checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment i...
by Tristanm11
Tue Aug 18, 2009 12:09 am
Forum: PSP Development
Topic: Problem installing PSPtoolchain
Replies: 25
Views: 10911

Tried adding the CFLAGS. Didn't work.
by Tristanm11
Mon Aug 17, 2009 1:36 pm
Forum: PSP Development
Topic: Problem installing PSPtoolchain
Replies: 25
Views: 10911

Made the recommended change. Tried gcc 4.1 and 4.4. Still fails at the same point. Nothing else in that post helps as the only two suggestions are that fix and use an older compiler.
by Tristanm11
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...
by Tristanm11
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...
by Tristanm11
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...