PPSSPP for Pi
|
04-03-2013, 07:24 AM
Post: #16
|
|||
|
|||
RE: PPSSPP for Pi
(04-03-2013 05:37 AM)xsacha Wrote: The ones I saw were definitely hardware accelerated. Hmm, the thing is getting more and more interesting. So could you pls tell me where did you see that and how it works(if you know) cause there are only few pages about the gpu stuff of pi on google |
|||
04-18-2013, 12:45 PM
Post: #18
|
|||
|
|||
RE: PPSSPP for Pi
Any progress on getting PPSSPP to build on the pi?
|
|||
04-21-2013, 10:18 PM
Post: #19
|
|||
|
|||
RE: PPSSPP for Pi
AFAIK, it has been working for months now.
|
|||
04-21-2013, 10:25 PM
Post: #20
|
|||
|
|||
RE: PPSSPP for Pi
Oh well thats good. I have no idea how to compile it for linux though.
The github page vaguely says something about using cmake. |
|||
04-21-2013, 11:35 PM
(This post was last modified: 04-21-2013 11:36 PM by xsacha.)
Post: #21
|
|||
|
|||
RE: PPSSPP for Pi
(04-21-2013 10:25 PM)BubblegumBalloon Wrote: Oh well thats good. I have no idea how to compile it for linux though. The github page, which displays the README.md, gives exact instructions for building SDL or Qt builds. It's not vague, it's just that easy. Just follow the instruction exactly and it should be compiled. If you run in to troubles, just post the error here. |
|||
04-22-2013, 11:05 AM
(This post was last modified: 04-22-2013 11:35 AM by BubblegumBalloon.)
Post: #22
|
|||
|
|||
RE: PPSSPP for Pi
Thanks!
Ok so I tried to compile and I got a few errors. I downloaded the master branch as a zip file from github using wget, unzipped it. Installed cmake with apt-get cmake. ran cmake on ppsspp-master (where the project files were unzipped to) and I got the following errors. http://i.imgur.com/5GRjJe2.jpg EDIT: woops it looks like part of what im missing is the sdl library, I will install it and see if it fixes things. Ok so after installing the sdl libraries I get a new error. http://i.imgur.com/Y6gBSh9.jpg It says there is an error at line 321 of the cmakelists.txt file |
|||
04-22-2013, 12:38 PM
Post: #23
|
|||
|
|||
RE: PPSSPP for Pi
Looks like you forgot to download the native zip.
github.com/hrydgard/native |
|||
04-22-2013, 12:44 PM
(This post was last modified: 04-22-2013 01:03 PM by BubblegumBalloon.)
Post: #24
|
|||
|
|||
RE: PPSSPP for Pi
(04-22-2013 12:38 PM)xsacha Wrote: Looks like you forgot to download the native zip. Thanks! When downloading it as a zip it left out a few files for whatever reason. I tried downloading it again using the github Mac app and it seems to grab all the necessary files this time. Now just to transfer it over and see if it compiles! Ok so its getting a bit further now. cmake works but when I use the make command it throws an error. :/ Heres the error: http://i.imgur.com/WTeDNOp.jpg |
|||
04-22-2013, 02:49 PM
(This post was last modified: 04-22-2013 02:56 PM by BubblegumBalloon.)
Post: #25
|
|||
|
|||
RE: PPSSPP for Pi
OK I have gotten a bit further again by running cmake in wizard mode "cmake -i /directoryname"
This allowed me to disable x86 and enable ARM which was probably why it wouldn't compile. Now im just waiting to see if this work, its at 10% and no errors so far. spoke too soon... at 12% it threw an error after "scanning dependancies of target GPU" Heres the error: http://i.imgur.com/FvDO5Cr.jpg |
|||
04-22-2013, 02:49 PM
Post: #26
|
|||
|
|||
RE: PPSSPP for Pi
that problem you compile for x86 -sse2 not for arm.
cmake -DARM |
|||
04-22-2013, 04:18 PM
Post: #27
|
|||
|
|||
RE: PPSSPP for Pi
Still fails at 21% :/
heres the error: http://i.imgur.com/2lhgAXW.jpg Im not sure where I am going wrong |
|||
04-22-2013, 04:44 PM
Post: #28
|
|||
|
|||
RE: PPSSPP for Pi
Do you have a gl*.h header anywhere?
-[Unknown] |
|||
04-22-2013, 05:00 PM
(This post was last modified: 04-22-2013 08:56 PM by BubblegumBalloon.)
Post: #29
|
|||
|
|||
RE: PPSSPP for Pi
This is what I have.
This is what I did in a nutshell sudo apt-get install git-core sudo apt-get install cmake sudo apt-get install libsdl1.2-dev Sudo apt-get install libgles2-mesa-dev #Updated thanks MaXiMu git clone git://github.com/hrydgard/ppsspp.git cd ppsspp git submodule update --init cd .. cmake ppsspp make |
|||
04-22-2013, 06:30 PM
Post: #30
|
|||
|
|||
RE: PPSSPP for Pi
You need install libgles2-mesa-dev package.
Sudo apt-get install libgles2-mesa-dev debian based distro. or download deb http://packages.debian.org/sid/armel/lib...v/download |
|||
« Next Oldest | Next Newest »
|