Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Guide on compiling ppsspp on Linux Mint 13 64
11-15-2013, 09:05 AM (This post was last modified: 11-15-2013 09:07 AM by amirzaim.)
Post: #10
RE: Guide on compiling ppsspp on Linux Mint 13 64
I followed the guide above, all OK during compile, but got an error when I'm tried to run the PPSSPP and it says "Segmentation Fault"

So, I have to recompile it back via my own method like this after set up everything like dependencies, source code packages and so on and let say that the current directory is ppsspp, so:

export CC=gcc
export CXX=g++
mkdir build
cd build
cmake ..
make

Thus, I can able to run PPSSPP without problems so far.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Guide on compiling ppsspp on Linux Mint 13 64 - amirzaim - 11-15-2013 09:05 AM

Forum Jump: