Search found 7 matches

by icebattle
Mon Dec 10, 2007 7:03 am
Forum: PSP Development
Topic: Does building the toolchain build the PSPSDK as well?
Replies: 1
Views: 1043

Does building the toolchain build the PSPSDK as well?

Quick question - I have built the toolchain using the script - thanks. I didn't watch the build, so I'm wondering whether it built the SDK at the same time, or do I need to build that separately?

thanks for some excellent resources!
by icebattle
Tue Jul 03, 2007 7:58 am
Forum: PSP Development
Topic: psptoolchain installation woes
Replies: 7
Views: 2580

OK, trying a different tack. Would anyone who has built the LATEST release of the toolchain on cygwin be so kind as to confirm: 1. Exact toolchain version 2. Exact versions of autoconf, automake, ncurses etc (all the prereqs) Finally, is there anything that can be accomplished with the toolchain tha...
by icebattle
Tue Jul 03, 2007 5:27 am
Forum: PSP Development
Topic: psptoolchain installation woes
Replies: 7
Views: 2580

I'm still trying. By running the scripts individually from the build directory, I seem to be having more success. However, the gdb (007-) build dies with the following after successfully compiling a lot of source code. Any pointers will be appreciated. In file included from ../../gdb/tui/tui-command...
by icebattle
Mon Jul 02, 2007 2:21 pm
Forum: PSP Development
Topic: psptoolchain installation woes
Replies: 7
Views: 2580

OK, back again. Been trying all day to get this to go. I've tried using the trunk from svn, as well as the latest .tgz off the site. Latest build dies in the pspsdk phase. Here's the last few lines: checking for working memcmp... yes checking for getcwd... yes checking for strchr... yes checking for...
by icebattle
Mon Jul 02, 2007 9:12 am
Forum: PSP Development
Topic: psptoolchain installation woes
Replies: 7
Views: 2580

OK, well, it did get me a bit further. However, the doxygen generation phase is looking for dot, which I take as coming from Graphviz. So, after trying to build graphviz (and failing) I installed the Windows version and made another symlink. Most of my issues seem to be arising from cygwin. I though...
by icebattle
Sun Jul 01, 2007 4:57 pm
Forum: PSP Development
Topic: psptoolchain installation woes
Replies: 7
Views: 2580

Thanks, that might help. autoconf seemed to be there, but aclocal wasn't. A quick find and I got: /bin/aclocal-1.10 /bin/aclocal-1.4 /bin/aclocal-1.5 /bin/aclocal-1.6 /bin/aclocal-1.7 /bin/aclocal-1.8 /bin/aclocal-1.9 so I added a symlink to the latest version. The same type of thing was happening f...
by icebattle
Sun Jul 01, 2007 3:11 pm
Forum: PSP Development
Topic: psptoolchain installation woes
Replies: 7
Views: 2580

psptoolchain installation woes

Hi all I'm trying to get the latest psptoolchain fired up on a cygwin setup. The cygwin is fresh and complete. Running the toolchain.sh script works for an hour or so before it fails (consistently) - see below. I suspect it is some sort of configure issue, but don't know where to start debugging. I ...