PSP SDL audio problem[Fixed]

Discuss the development of new homebrew software, tools and libraries.

Moderators: cheriff, TyRaNiD

Post Reply
Sonicadvance1
Posts: 10
Joined: Thu Oct 13, 2005 8:35 am

PSP SDL audio problem[Fixed]

Post by Sonicadvance1 »

[UPDATE]Nvm,I found out how to fix it,I just started switching back and forth between cygwin and mingw32 to get it compiled completly[/UPDATE]

Scanned the forum for a fix but couldn't seem to find one so I'll ask the question

When trying to compile the SDL for PSP, I get it to where it starts compiling(followed the instructions in readme.psp). But when it got down to the audio it gave me an error

Code: Select all

rm -fr .libs/libaudio.lax/libaudio_psp.a
mkdir .libs/libaudio.lax/libaudio_psp.a
(cd .libs/libaudio.lax/libaudio_psp.a && psp-ar x /home/Ryan Hou
o/psp/.libs/libaudio_psp.a)
c:\PSPide\bin\psp-ar.exe: /home/Ryan: No such file or directory
tried changing the directory so it wouldn't have the Ryan Houdek folder and it gave me an error that it couldn't find libaudio_psp.a

Code: Select all

rm -fr .libs/libaudio.lax/libaudio_psp.a
mkdir .libs/libaudio.lax/libaudio_psp.a
(cd .libs/libaudio.lax/libaudio_psp.a && psp-ar x /home/RYan/sdl/src/audio/psp/.
libs/libaudio_psp.a)
c:\PSPide\bin\psp-ar.exe: /home/RYan/sdl/src/audio/psp/.libs/libaudio_psp.a: No
such file or directory
Post Reply