Search found 17 matches

by wankel
Wed Dec 09, 2009 10:19 am
Forum: PSP Development
Topic: Help re-porting uClinux to the psp
Replies: 34
Views: 13437

lets keep this going people :)
by wankel
Mon Nov 16, 2009 8:28 am
Forum: PSP Development
Topic: Help re-porting uClinux to the psp
Replies: 34
Views: 13437

Just got a chance to work on this. I succesfully patched it, and placed the config file. In the last step where I install it is where Im running into trouble. I think its an issue with my paths since it cant find a lot of the libraries: applets/applets.c:15:20: error:...
by wankel
Thu Nov 12, 2009 6:28 am
Forum: PSP Development
Topic: Help re-porting uClinux to the psp
Replies: 34
Views: 13437

I can give it a whirl, ill let you know how it goes.
by wankel
Mon Nov 09, 2009 5:58 pm
Forum: PSP Development
Topic: Help re-porting uClinux to the psp
Replies: 34
Views: 13437

it seems helloworld can't accept command line args though Is that something that maybe needs to be added to kernel? What command line arguments are you referring to so I can test it out it won't accept any command line args. in fact when I try to printf argv[0] which should be the location of hello...
by wankel
Fri Nov 06, 2009 5:15 am
Forum: PSP Development
Topic: Help re-porting uClinux to the psp
Replies: 34
Views: 13437

Re: I'll be making the jump to hyperspace this weekend...

Too much Linux / BSD tech support during M-F 8-5. And I am so dead tired when I get home, the spirit of a project often requires me to start on Saturday morning early. Very glad to hear you guys are getting started, I think we can make a more updated version of PSPLinux and hopefully get it compili...
by wankel
Fri Nov 06, 2009 5:12 am
Forum: PSP Development
Topic: Help re-porting uClinux to the psp
Replies: 34
Views: 13437

coolkehon wrote:it seems helloworld can't accept command line args though
Is that something that maybe needs to be added to kernel? What command line arguments are you referring to so I can test it out
by wankel
Thu Nov 05, 2009 3:55 pm
Forum: PSP Development
Topic: Help re-porting uClinux to the psp
Replies: 34
Views: 13437

AHHH I got it! I compiled a hello world app in the toolchain, ran it on the psp in uclinux and displayed the damn hello world. Heres how I did it: Step 1: Download the precompiled toolchain and unpack it. Step 2: copy the following files from /staging_dir/usr/lib to /staging_dir/mipsel-linux-uclibc/...
by wankel
Thu Nov 05, 2009 1:33 pm
Forum: PSP Development
Topic: Help re-porting uClinux to the psp
Replies: 34
Views: 13437

Okay I got it to compile but I cannot execute the program. When its compiled I get two files, one hello and one hello.gdb. When trying to execute the hello file I get this:

Code: Select all

bash: ./hello: cannot execute binary file
Whats the deal?
by wankel
Thu Nov 05, 2009 4:09 am
Forum: PSP Development
Topic: Help re-porting uClinux to the psp
Replies: 34
Views: 13437

The buildroot I compiled failed since it wont do anything apparently. So I downloaded the prebuilt one and got the same error as you. To fix it, I downloaded the mipsel "libc6-dev" package and copied the ctrl.o and ctri.o files from that to the specified location. Now I'm getting this erro...
by wankel
Wed Nov 04, 2009 6:11 am
Forum: PSP Development
Topic: Help re-porting uClinux to the psp
Replies: 34
Views: 13437

Did you install the "install" and "build-essential" packages before compiling? These usually arent included in a default ubuntu installation. These specific errors lead me to believe that you may not have them installed. /ufiles/psplinux/buildroot/toolchain_build_mipsel/gcc-4.2.1...
by wankel
Tue Nov 03, 2009 4:57 pm
Forum: PSP Development
Topic: Help re-porting uClinux to the psp
Replies: 34
Views: 13437

Re: Any more help needed? Better with Linux than with PSP...

coolkehon, I just used this guide to do it. Very detailed and seems to work well. Let me know how it goes. http://montamer.blogspot.com/2008/08/building-linux-for-psp-getting.html I'll third that.. ie this sounds like a fun project, and if I can combine Linux and PSP and make the currently existing...
by wankel
Mon Nov 02, 2009 7:05 am
Forum: PSP Development
Topic: Help re-porting uClinux to the psp
Replies: 34
Views: 13437

coolkehon, I just used this guide to do it. Very detailed and seems to work well. Let me know how it goes.

http://montamer.blogspot.com/2008/08/bu ... tting.html
by wankel
Sun Nov 01, 2009 10:15 am
Forum: PSP Development
Topic: Help re-porting uClinux to the psp
Replies: 34
Views: 13437

A little late but I believe I got the buildroot successfully installed. What now sir?
by wankel
Thu Oct 22, 2009 10:45 am
Forum: PSP Development
Topic: Help re-porting uClinux to the psp
Replies: 34
Views: 13437

gotcha =) well i dont know how to get started, but if theres anything you'd like for me to do/try just let me know
by wankel
Thu Oct 22, 2009 10:33 am
Forum: PSP Development
Topic: Help re-porting uClinux to the psp
Replies: 34
Views: 13437

have you tried looking at jacksons files? that may help you get started
by wankel
Wed Oct 21, 2009 3:49 pm
Forum: PSP Development
Topic: Help re-porting uClinux to the psp
Replies: 34
Views: 13437

I like this idea very much. What kind of help are you looking for?
by wankel
Sun Oct 18, 2009 2:23 pm
Forum: PSP Development
Topic: A new port of uClinux on PSP (with accessibility to ms0)
Replies: 284
Views: 210815

Awesome project :) I just read through all 10 pages and have a few questions: 1.) Has any progress been made on this, specifically with the wifi driver? 2.) It seems that 5 minutes after booting my psp will freeze. The cursor will keep blinking but I have to remove the battery to restart the psp. An...