Search found 5 matches

by Paou
Thu Oct 05, 2006 7:07 am
Forum: PSP Development
Topic: PSPLINK
Replies: 313
Views: 296083

Hi again, OK, everything is working now. It turned out that my evening of re-compiling the toolchain and sdk resulted in a copy of gcc that built bad elfs. I downloaded a "windows auto installer pre built wizard wonder" for the toolchain (as I couldn't be arsed to wait for the script to ru...
by Paou
Thu Oct 05, 2006 6:13 am
Forum: PSP Development
Topic: PSPLINK
Replies: 313
Views: 296083

FYI The 6.4 version of insight fails to compile under cygwin. Found a fix here: http://sources.redhat.com/ml/insight/2005-q3/msg00021.html after applying the changes (i.e. adding __attribute__ ((used)) on the relevant symbols.. ) all is good. I also have a problem running GDB: I can get to the point...
by Paou
Mon May 08, 2006 5:40 am
Forum: PSP Development
Topic: eLoader / eMenu / choice sources?
Replies: 4
Views: 3090

I thought about that too, and am currently implementing exactly the same thing as a starting point....but, sometimes it takes 10-20 seconds to connect to my accesspoint, so I'd like to keep the connection alive between test runs.... plus, it would be a fairly cool app to give back to the community ;)
by Paou
Sun May 07, 2006 11:47 pm
Forum: PSP Development
Topic: eLoader / eMenu / choice sources?
Replies: 4
Views: 3090

Ok,

Just attempting to run my eboot instead of the menu... this works... but.... I get a "couldn't load eboot" error on exit, and then my app reloads....so.... I imagine I just need to return/set the path to the eboot in my app and eLoader runs it on exit?
by Paou
Sun May 07, 2006 9:24 pm
Forum: PSP Development
Topic: eLoader / eMenu / choice sources?
Replies: 4
Views: 3090

eLoader / eMenu / choice sources?

Hi, Ok... I'm fairly new to psp development, but I'm an experienced programmer. I would like to get the source to eMenu, or one of the other loader menus. (Or perhaps someone can tell me how the loader kicks off new eboots when you select an item)... the reason is: What I'd like to do is to create a...