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. |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
Guide on compiling ppsspp on Linux Mint 13 64 - xenowildfire - 09-16-2013, 02:10 AM
RE: Guide on compiling ppsspp on Linux Mint 13 64 - [Unknown] - 09-16-2013, 04:16 AM
RE: Guide on compiling ppsspp on Linux Mint 13 64 - xenowildfire - 09-16-2013, 04:54 AM
RE: Guide on compiling ppsspp on Linux Mint 13 64 - [Unknown] - 09-16-2013, 05:41 AM
RE: Guide on compiling ppsspp on Linux Mint 13 64 - xenowildfire - 09-16-2013, 05:58 AM
RE: Guide on compiling ppsspp on Linux Mint 13 64 - [Unknown] - 09-16-2013, 07:54 PM
RE: Guide on compiling ppsspp on Linux Mint 13 64 - Sky Warden - 10-11-2013, 03:12 AM
RE: Guide on compiling ppsspp on Linux Mint 13 64 - xenowildfire - 10-11-2013, 12:29 PM
RE: Guide on compiling ppsspp on Linux Mint 13 64 - Sky Warden - 10-12-2013, 11:13 AM
RE: Guide on compiling ppsspp on Linux Mint 13 64 - amirzaim - 11-15-2013 09:05 AM
|