Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Failed to make in Linux(x86)
08-26-2013, 12:51 PM
Post: #1
Failed to make in Linux(x86)
Failed to make in Linux(x86)

Linking CXX executable PPSSPPSDL
/home/Downloads/ppsspp/ffmpeg/linux/x86_64/lib/libavformat.a: could not read symbols: File format not recognized
collect2: error: ld returned 1 exit status
make[2]: *** [PPSSPPSDL] Error 1
make[1]: *** [CMakeFiles/PPSSPPSDL.dir/all] Error 2
make: *** [all] Error 2
Find all posts by this user
Quote this message in a reply
08-26-2013, 07:53 PM
Post: #2
RE: Failed to make in Linux(x86)
Not sure but did you compile ffmpeg before compiling ppsspp itself?
Find all posts by this user
Quote this message in a reply
08-26-2013, 09:27 PM (This post was last modified: 08-26-2013 09:42 PM by psh1977.)
Post: #3
RE: Failed to make in Linux(x86)
Thank you for advice
Success to make after compiling ffmpeg

But, There was no sound in Linux enviroment.
Atrac3+ decoder is not available in Linux?
I cound not find any clue in other threads

(08-26-2013 07:53 PM)necrotek Wrote:  Not sure but did you compile ffmpeg before compiling ppsspp itself?
Find all posts by this user
Quote this message in a reply
08-27-2013, 06:00 AM (This post was last modified: 08-27-2013 06:11 AM by necrotek.)
Post: #4
RE: Failed to make in Linux(x86)
Actually, like I found out just recently, while there is no precompiled atrac3plus library for Linux, you can compile it yourself. Get the source code from here. Run make in src folder and after that get libat3plusdecoder.so file in output folder. To enable atrac3+, you just need to put the obtained file to the same directory with PPSSPPSDL executable and be sure that atrac3plus is enabled in ppsspp options.
Find all posts by this user
Quote this message in a reply
08-27-2013, 01:45 PM
Post: #5
RE: Failed to make in Linux(x86)
Could not imported in same Directory with PPSSPPSDL
Success to import when put it in /usr/lib directory.

But, Sound was too choppy
Find all posts by this user
Quote this message in a reply
08-27-2013, 02:23 PM
Post: #6
RE: Failed to make in Linux(x86)
That's strange. Why would't it possible to put in the same directory...?
Anyway, more strange that I have no issues with sound. I hear pretty much the same stuff what is supposed to be heard from real psp, it wasn't choppy for me.
Find all posts by this user
Quote this message in a reply
09-16-2013, 02:38 AM (This post was last modified: 09-16-2013 03:01 AM by xenowildfire.)
Post: #7
RE: Failed to make in Linux(x86)
I tried to get the sound to work but nothing, I am on Linux Mint 13 64bit

Edit: I got it to work.
Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump: