Sonicadvance1
Joined: 13 Oct 2005 Posts: 10
|
Posted: Fri Jan 06, 2006 1:47 pm Post subject: PSP SDL audio problem[Fixed] |
|
|
[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: | 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: |
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 |
|
|