Search found 8 matches

by orphean
Thu Apr 24, 2008 7:55 pm
Forum: PS2 Development
Topic: Semantic Analysis and Parsing on the PS2
Replies: 5
Views: 4655

Things like flex and bison simply take in a grammar, process it, and spit out a c source file. So you wouldn't need to create special binaries to do that. For the library components to the tools you could simply build them using the ps2 toolchain and link it in like any other library. I don't see wh...
by orphean
Tue Apr 22, 2008 10:02 pm
Forum: PSP Development
Topic: CYGWIN psp-gcc: command not found
Replies: 8
Views: 3728

i have added them as CYGWIN for variable name then the paths separated by ; as the paths is that correct? I could be offbase here since I am unclear as to precisely what you did in this procedure. But, it sounds like you created an environment variable named CYGWIN and assigned the path information...
by orphean
Tue Apr 22, 2008 5:37 pm
Forum: General Discussion
Topic: ps3dev.org splitting from ps2dev.org.
Replies: 18
Views: 91457

I've added the openid module. Can someone with openid try it out? I just logged in with my openid so it seems to work fine. :) Openid is a bit weird, you put it in your openid identity page address to login and then on the first logon you have to allow/deny the requesting site to let that id be use...
by orphean
Tue Apr 22, 2008 3:31 pm
Forum: PSP Development
Topic: CYGWIN psp-gcc: command not found
Replies: 8
Views: 3728

Have you tried restarting? I know at least with Vista new envvars don't 'pickup' until restart.
by orphean
Tue Apr 22, 2008 7:52 am
Forum: PSP Development
Topic: [Solved] PSPLINK execute Elf error on Linux
Replies: 4
Views: 2656

Good to know Tyranid. I'll just build prx's for psplink :)

Thanks for the response.
by orphean
Mon Apr 21, 2008 6:36 pm
Forum: PSP Development
Topic: [Solved] PSPLINK execute Elf error on Linux
Replies: 4
Views: 2656

This is a problem I am having while running psplink Wally. I'm using the psplinkusb provided by psptoolchain. It's not a matter of me copying the file to the incorrect place. This error happens when I try to execute an elf inside pspsh (./sprite.elf for example) I'm going through the 'Example of Use...
by orphean
Mon Apr 21, 2008 5:07 pm
Forum: PSP Development
Topic: [Solved] PSPLINK execute Elf error on Linux
Replies: 4
Views: 2656

[Solved] PSPLINK execute Elf error on Linux

Hi all, I am running Ubuntu 7.10 and have checked out and built both psptoolchain and psplibraries from the subversion repo. Everything is working fine with one exception, whenever I try to execute (not debug, just execute) an elf file on my pc or an EBOOT on my psp itself I get the following error:...
by orphean
Sun Apr 20, 2008 8:58 pm
Forum: PSP Development
Topic: Win32 native Toolchain for PSPSDK
Replies: 261
Views: 161157

This was exactly what I was looking for and it works great. I'm running into a problem with psplink however. It refuses to run .elf files, always giving me an error. Also, psplink will not start homebrew'ed software that I didn't compile already on my psp (like snes9xtyl among others). If I compile ...