Search found 7 matches

by reizencroft
Sat Nov 29, 2008 12:34 am
Forum: PSP Development
Topic: Newbie and Ubuntu 8.10 Intrepid Ibex
Replies: 8
Views: 3700

by reizencroft
Sat Nov 29, 2008 12:33 am
Forum: PSP Development
Topic: Remotejoy on Linux (*buntu Intrepid)
Replies: 12
Views: 5210

Try this one out: * Install GCC 4.2 sudo apt-get install gcc-4.2 * Modify toolchain-sudo.sh, adding following right before “export PSPDEV=/usr/local/pspdev” export CC=/usr/bin/gcc-4.2 like so: #!/bin/bash # toolchain-sudo.sh by Dan Peori (danpeori@oopo.net) ## Enter the psptoolchain ...
by reizencroft
Fri Nov 28, 2008 8:57 pm
Forum: PSP Development
Topic: problem installing pspgl(on ubuntu 8.10)
Replies: 1
Views: 973

problem installing pspgl(on ubuntu 8.10)

im installing pspgl to in my ubuntu 8.10 machine using the latest of the sdk. But I get stuck on an errors while building the tests. rm -f .deps/*.d *.o *.a *.elf *.sys *~ (sym=`echo firefox | tr '-' '_'`; echo -e ".data\n.global ${sym}_start\n${sym}_...
by reizencroft
Wed Sep 03, 2008 11:29 am
Forum: PSP Development
Topic: SIO connector - an howto
Replies: 14
Views: 7157

Sorry to bring up an old topic.

The pdf link above seemed to be broken. And also, how's the pinout for the slim?
by reizencroft
Wed Sep 03, 2008 10:57 am
Forum: PSP Development
Topic: Open Keyboard Project
Replies: 299
Views: 388589

wow, great news. I was waiting for something like that to start building mine. Thanks.
by reizencroft
Tue Sep 02, 2008 12:27 pm
Forum: PSP Development
Topic: Open Keyboard Project
Replies: 299
Views: 388589

Any new on its compatibility with slim?
by reizencroft
Wed Jul 09, 2008 10:57 pm
Forum: PSP Development
Topic: Compiling and Debugging on Code::Blocks with psplink
Replies: 3
Views: 1502

Compiling and Debugging on Code::Blocks with psplink

I refuse to use eclipse as my IDE in ubuntu. Yeah, psplinkusb works on it, but it really can’t compensate the uber slowness of it(Sorry, I don’t have enough dough to buy a faster pc). The best IDE for me is Source Insigh but its for windows, so I often have it to run on wine but some of its outstand...