Search found 1145 matches

by jimparis
Thu Oct 01, 2009 5:07 am
Forum: PSP Development
Topic: [pspgl + sdl] psp hangs up
Replies: 12
Views: 4175

Your SDL was not built properly. You should see: 00000008 T PSP_GL_GetAttribute 00000290 T PSP_GL_GetProcAddress 00000010 T PSP_GL_Init 00000248 T PSP_GL_MakeCurrent 00000238 T PSP_GL_SwapBuffers 000010f8 T SDL_GL_GetAttribute 00001250 T SDL_GL_GetProcAddress 000012b4 T SDL_GL_LoadLibrary 00000388 T...
by jimparis
Wed Sep 30, 2009 1:13 pm
Forum: PS3 Linux Development
Topic: Bluetooth Questions
Replies: 4
Views: 4079

Re: Bluetooth Questions

When you shut off a PS3 in GameOS mode, pressing the PS button on a remote or a controller will wake up the machine. Is it possible to do this when the machine is shut off in OtherOS mode - i.e. can a process be listening for these events when the machine is in Standby on OtherOS mode? As far as I ...
by jimparis
Wed Sep 30, 2009 1:05 pm
Forum: PSP Development
Topic: [pspgl + sdl] psp hangs up
Replies: 12
Views: 4175

Looks like the pspgl context wasn't initialized. As far as I know SDL should do that setup if it was built properly. Are you sure it was built with pspgl support? The output of "nm /usr/local/pspdev/psp/lib/libSDL.a | grep GL" should show if it was. Also, try compiling other SDL OpenGL PSP...
by jimparis
Wed Sep 30, 2009 12:49 pm
Forum: PSP Development
Topic: Libraries autogen error
Replies: 4
Views: 3890

Try changing LDFLAGS to:
LDFLAGS="-L$(psp-config --pspsdk-path)/lib --start-group -lc -lpspuser"
by jimparis
Fri Sep 25, 2009 3:15 am
Forum: PSP Development
Topic: Routine works on PC, crashes on PSP.. Why?
Replies: 10
Views: 5520

On the PC, run it under valgrind to find memory corruption bugs.
by jimparis
Fri Sep 25, 2009 3:13 am
Forum: PS3 Linux Development
Topic: ps3vram is up to 50% faster - does this affect anything?
Replies: 3
Views: 4304

There were some claims that ps3vram performance has actually suffered quite a bit recently (maybe related to firmware or kernel version). I haven't yet had a chance to figure out why.
by jimparis
Sat Sep 19, 2009 5:49 am
Forum: PSP Development
Topic: Cygwin: building libraries, fopen
Replies: 8
Views: 3745

I already answered the question -- that error is because you edited the script and changed -lc to -lpsplibc or whatever. If you're still getting an error with an unmodified psplibraries script, post that config.log here and we'll see what we can do.
by jimparis
Thu Sep 17, 2009 3:44 am
Forum: Patch Submissions
Topic: [PS2] ERL: fix relocation of common symbols
Replies: 1
Views: 2388

Committed in rev 1610, thanks
by jimparis
Tue Sep 15, 2009 8:50 am
Forum: Patch Submissions
Topic: libjpeg, libpng, zlib fixes
Replies: 3
Views: 4146

Committed in rev 1609.
Please double-check the results.
by jimparis
Tue Sep 15, 2009 7:36 am
Forum: PSP Development
Topic: where to put patches for the toolchain? got a little one
Replies: 3
Views: 1630

Committed in rev 2473, thanks
by jimparis
Sat Sep 12, 2009 7:40 am
Forum: PSP Development
Topic: [fixed] libvorbis compilation fails
Replies: 4
Views: 1954

It is, but it's kind of silly to build the docs when cross compiling for PSP... I've committed a patch to remove docs from Makefile.am, just to work around this bug.

Code: Select all

$ svn commit 
Sending        libvorbis/Makefile.am
Transmitting file data .
Committed revision 2472.
by jimparis
Sat Sep 12, 2009 4:14 am
Forum: PSP Development
Topic: where to put patches for the toolchain? got a little one
Replies: 3
Views: 1630

I think applying that would cause gcc-4.3.2-PSP.patch to apply with fuzz (you have to be careful when patching patches, better to regenerate the patch than to hand edit it).

I'm not familiar with gcc innards but it looks fine to me as long as it's been tested, and the patch is regenerated right.
by jimparis
Fri Sep 11, 2009 3:27 am
Forum: PS3 Linux Development
Topic: Bootable sdlmame - beta version (update 20090917)
Replies: 27
Views: 15619

Could you guess why the local partition is needed in order to boot from USB? I will take a look at the sources and try to find any dependancy for the existance of the local partition. It is a hypervisor bug. See http://lists.ozlabs.org/pipermail/cbe-oss-dev/2009-September/007012.html for more info ...
by jimparis
Fri Sep 11, 2009 3:23 am
Forum: PS3 Development
Topic: PC as SIXAXIS Joystick
Replies: 35
Views: 20420

I think I have found the reason.After I changed the BT address and the class of the adptor,I use the command "hciconfig hci0 reset".Although I don't know why but I can connect to the PS3 smoothly. Yeah, it doesn't surprise me that you'd need to reset the adapter after changing its address...
by jimparis
Fri Sep 11, 2009 3:11 am
Forum: PSP Development
Topic: [fixed] libvorbis compilation fails
Replies: 4
Views: 1954

Looks like a bug in the libvorbis makefile.
Try adding "--disable-docs" to the configure line in psplibraries/scripts/012-libvorbis.sh, then retry that one.
by jimparis
Fri Sep 11, 2009 3:04 am
Forum: PSP Development
Topic: Toolchain build error on OSX.
Replies: 2
Views: 1302

Looks like a difference with readline. Psplink isn't strictly required anyway, so the toolchain and SDK itself should still be fine to use.
by jimparis
Fri Sep 11, 2009 2:59 am
Forum: PSP Development
Topic: Cygwin: building libraries, fopen
Replies: 8
Views: 3745

psp-gcc -L/usr/local/pspdev/lib -L/usr/local/pspdev/psp/lib -L /usr/local/pspdev/psp/sdk/lib -lpsplibc -lpspuser conftest.c >&5 Where is it getting that commandline from? Did you specify LDFLAGS yourself when compiling? Nowhere in the psplibraries script, nor in freetype, does it contain the st...
by jimparis
Fri Sep 11, 2009 2:52 am
Forum: General Discussion
Topic: Remember...
Replies: 2
Views: 8651

nice :)
by jimparis
Fri Sep 11, 2009 2:51 am
Forum: Patch Submissions
Topic: [PS2] SBV library: remove libc dependency
Replies: 1
Views: 2543

Code: Select all

$ svn commit
Sending        ps2sdk/ee/sbv/src/erl-support.c
Sending        ps2sdk/ee/sbv/src/slib.c
Sending        ps2sdk/ee/sbv/src/smod.c
Transmitting file data ...
Committed revision 1604.
Thanks
by jimparis
Thu Sep 03, 2009 9:20 am
Forum: PSP Development
Topic: [pspgu] help with index-list
Replies: 8
Views: 2843

Stop posting and bumping the same question. You've posted two possible answers -- can't you just try them and see?
by jimparis
Thu Sep 03, 2009 4:23 am
Forum: PS3 Development
Topic: PC as SIXAXIS Joystick
Replies: 35
Views: 20420

Ah....It works perfectly.I just change the link mode of the bluetooth adptor by using the "hciconfig hci0 lm accept".It is the slave mode before I change the link mode ,but it didn't work which I also don't know why.After I change the mode again,it works. That is strange, I never had to s...
by jimparis
Thu Sep 03, 2009 4:16 am
Forum: PSP Development
Topic: Warning: setting incorrect section attributes for .rodata.sc
Replies: 16
Views: 5238

Which branch/tag/version? I tried PSPStacklessPython2.5.2_R1 tag and it compiles fine here (with various stuff disabled in the Makefile since I'm too lazy to track down all the dependencies)
by jimparis
Thu Sep 03, 2009 4:03 am
Forum: PSP Development
Topic: [solved]-f may not be used without -shared ... ?
Replies: 1
Views: 1012

The PSP toolchain can only do static linking. If you want shared libraries, you have to use a prx which is done in a psp-specific way, not by the normal linker.
by jimparis
Wed Sep 02, 2009 3:21 am
Forum: PS3 Development
Topic: PC as SIXAXIS Joystick
Replies: 35
Views: 20420

Re: My question

I just also want to use the PC as the joystick to control the PS3.So we studied the sixaxis's HID descriptor and use the format to send the data to the PS3.The data is: You should use my code, or Brandon's code. You don't need to use that other "hidclient" code, because the PS3 does not n...
by jimparis
Wed Sep 02, 2009 3:13 am
Forum: PS3 Development
Topic: From pc send data to PS3
Replies: 2
Views: 3216

You already posted this in the other thread, no need to double-post it. I will answer there.
by jimparis
Wed Sep 02, 2009 2:57 am
Forum: PSP Development
Topic: Warning: setting incorrect section attributes for .rodata.sc
Replies: 16
Views: 5238

No idea, as ab5000 says the "const" tag should prevent it from being marked writable. Could you post the full source, so we can try to reproduce the problem?
by jimparis
Tue Aug 25, 2009 3:57 am
Forum: PSP Development
Topic: compiling openttd - pthread problem
Replies: 2
Views: 1263

The psp doesn't have pthreads. Try using the libpthreadlite library in svn as a replacement.
by jimparis
Sat Aug 22, 2009 4:36 am
Forum: PS3 Development
Topic: Slim PS3 = No More Otheros
Replies: 82
Views: 62193

On the cbe-oss-dev mailing list, Geoff from Sony says: The feature of "Install Other OS" was removed from the new "Slim" PS3 model to focus on delivering games and other entertainment content. Please be assured that SCE is committed to continue the support for previously sold mod...
by jimparis
Sat Aug 22, 2009 4:31 am
Forum: PSP Development
Topic: Cannot compile PSP Libraries
Replies: 13
Views: 3249

It needs libc, not libpsplibc.
It sounds like your toolchain is somehow messed up. maybe you have two copies installed and it's finding bad stuff in the old location?
by jimparis
Sat Aug 22, 2009 4:27 am
Forum: Patch Submissions
Topic: [psp] psputility missing header
Replies: 1
Views: 2274

I added an include for pspkerneltypes.h.

ps. please submit actual patches in the Patch Submission forum, this thread as written should just go in the psp forum.