Search found 14 matches

by Thrett
Sat Aug 13, 2005 6:28 am
Forum: PSP Development
Topic: ELF or PBP
Replies: 3
Views: 1883

You can also do a "make kxploit". You'll get both directories and the EBOOT.PBP files you need to drop into the GAME directory on your PSP (assuming you need them cause you're running 1.5 anyway, hehe).

^_^ v
by Thrett
Sat Aug 13, 2005 6:22 am
Forum: PSP Development
Topic: Newb Confusion
Replies: 16
Views: 4655

Got the docs, thanks for the help. I'll just hit the README next time and save us all my ineptitude, lol. You guys rock ^_^ v btw, can anyone recommend a good text viewer for files such as the README that comes with the pspsdk source from subversion? I installed emacs and have *kinda* figured it out...
by Thrett
Thu Aug 11, 2005 4:14 am
Forum: PSP Development
Topic: Newb Confusion
Replies: 16
Views: 4655

Clint@wsc-notebook ~ $ cd pspsdk Clint@wsc-notebook ~/pspsdk $ ./bootstrap . /usr/share/aclocal/libsmi.m4:8: warning: underquoted definition of AM_PATH_LIBSM I run info '(automake)Extending aclocal' or see http://sources.redhat.com/automake/automake.h...
by Thrett
Thu Aug 11, 2005 3:25 am
Forum: PSP Development
Topic: Newb Confusion
Replies: 16
Views: 4655

No, what does that do?
by Thrett
Thu Aug 11, 2005 2:01 am
Forum: PSP Development
Topic: Newb Confusion
Replies: 16
Views: 4655

Hehe, the new url worked great.

However, running "make doxygen-doc" from the PSPSDK folder that was downloaded still results in:

make: *** No rule to make target `doxygen-doc'. Stop.

=(
by Thrett
Tue Aug 09, 2005 7:23 am
Forum: PSP Development
Topic: Newb Confusion
Replies: 16
Views: 4655

Okay, I ran that and got a good old fashioned error: Clint@wsc-notebook ~ $ svn checkout svn://svn.pspdev.org/trunk/pspsdk svn: No repository found in 'svn://svn.pspdev.org/trunk/pspsdk' =( Is there a way to run "toolchain.sh -p" and have it save the downloaded file...
by Thrett
Tue Aug 09, 2005 2:25 am
Forum: PSP Development
Topic: Newb Confusion
Replies: 16
Views: 4655

Yeah, I was trying it from /usr/local/pspdev/psp/sdk.

The folder I downloaded the SDK from? Having used the psptoolchain script, which folder would that be? The folder with toolchain.sh in it? ./devel or ./svn under that? Somewhere completely different?
by Thrett
Tue Aug 09, 2005 1:49 am
Forum: PSP Development
Topic: Newb Confusion
Replies: 16
Views: 4655

Okay, got the whole home directory thing sorted out. Thanks for the help on that.

I tried "make doxygen-doc" from the PSPSDK folder and get "make: *** No rule to make target 'doxygen-doc'. Stop." Any suggestions?
by Thrett
Sat Aug 06, 2005 5:47 am
Forum: PSP Development
Topic: Newb Confusion
Replies: 16
Views: 4655

Newb Confusion

Thanks everyone for the help thus far. I now have the toolchain script running and have compiled the samples. I'm fairly unfamiliar with *nix , meaning I know a few commands, what the X window system is, have installed a few distros of linux, BSD, etc. but don't use *nix as an everyday platform and ...
by Thrett
Sat Aug 06, 2005 5:27 am
Forum: PSP Development
Topic: "Error running PSPSDK configure"
Replies: 8
Views: 3022

Works great, tnx!
by Thrett
Fri Aug 05, 2005 8:20 am
Forum: PSP Development
Topic: "Error running PSPSDK configure"
Replies: 8
Views: 3022

Manually created the /etc/make.conf file with only: AUTOCONF="yes" AUTOMAKE="yes" Script ran without crashing! Successfully compiled one of the SDK samples (power). At least I think I did...lol, ended up with a powersample.elf file. Is this where I have to use one of the packing ...
by Thrett
Fri Aug 05, 2005 6:35 am
Forum: PSP Development
Topic: "Error running PSPSDK configure"
Replies: 8
Views: 3022

I searched the entire Cygwin tree and didn't find a file named make.conf.

(; ;)

Re-install make? Manually create the make.conf file?
by Thrett
Fri Aug 05, 2005 3:47 am
Forum: PSP Development
Topic: "Error running PSPSDK configure"
Replies: 8
Views: 3022

automake --version
automake (GNU automake) 1.9.5

autoconf --version
autoconf (GNU Autoconf) 2.59
by Thrett
Fri Aug 05, 2005 3:25 am
Forum: PSP Development
Topic: "Error running PSPSDK configure"
Replies: 8
Views: 3022

"Error running PSPSDK configure"

So, I installed Cygwin fresh, including all the packages noted at http://wiki.pspdev.org/psp:programming_faq and http://wiki.ps2dev.org/psp:toolchain. Then I downloaded the lastest psptoolchain-080105 and extracted it to a folder I created in the Cygwin directory structure /home/Clint/psptoolchain (...