Post Reply 
 
Thread Rating:
  • 2 Votes - 4.5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
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.
It's like the main selling point of RPi. Other than the beastly GPU, you have a rather weak CPU.

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 googleSad
Find all posts by this user
Quote this message in a reply
04-08-2013, 12:03 AM (This post was last modified: 04-08-2013 12:08 AM by xsacha.)
Post: #17
RE: PPSSPP for Pi
Well, everyone seems to have GPU acceleration on Youtube.

Here's some:
http://www.youtube.com/results?search_qu...rry+pi+gpu
http://www.youtube.com/watch?v=wDYBPOM9QPo#t=61s
http://www.youtube.com/watch?v=2SI7rWfaDc0#t=34s
http://www.youtube.com/watch?v=uMxtTFI1hFs
http://www.youtube.com/watch?v=A-vBbqamNBU
http://www.youtube.com/watch?v=-bVsbayoR_g#t=296s

All these things require GLES2 and look to be working very fast.

On the forums everyone seems to have GLES2 as well.

http://www.raspberrypi.org/phpBB3/viewtopic.php?p=61913
http://www.raspberrypi.org/phpBB3/viewto...p?p=136317
http://www.raspberrypi.org/phpBB3/viewto...=68&t=9223
http://www.raspberrypi.org/phpBB3/viewto...68&t=26452
http://www.raspberrypi.org/phpBB3/viewto...68&t=33484
http://www.raspberrypi.org/phpBB3/viewto...1&start=50


It appears like GLES2 works fine with whatever standard distro these guys use. No setup required.
Find all posts by this user
Quote this message in a reply
04-18-2013, 12:45 PM
Post: #18
RE: PPSSPP for Pi
Any progress on getting PPSSPP to build on the pi?
Find all posts by this user
Quote this message in a reply
04-21-2013, 10:18 PM
Post: #19
RE: PPSSPP for Pi
AFAIK, it has been working for months now.
Find all posts by this user
Quote this message in a reply
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. Tongue

The github page vaguely says something about using cmake.
Find all posts by this user
Quote this message in a reply
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. Tongue

The github page vaguely says something about using cmake.

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.
Find all posts by this user
Quote this message in a reply
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
Find all posts by this user
Quote this message in a reply
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
Find all posts by this user
Quote this message in a reply
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.
github.com/hrydgard/native

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! Smile

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
Find all posts by this user
Quote this message in a reply
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. Big Grin

spoke too soon... at 12% it threw an error after "scanning dependancies of target GPU"

Heres the error: http://i.imgur.com/FvDO5Cr.jpg
Find all posts by this user
Quote this message in a reply
04-22-2013, 02:49 PM
Post: #26
RE: PPSSPP for Pi
that problem you compile for x86 -sse2 not for arm.

cmake -DARM
Find all posts by this user
Quote this message in a reply
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
Find all posts by this user
Quote this message in a reply
04-22-2013, 04:44 PM
Post: #28
RE: PPSSPP for Pi
Do you have a gl*.h header anywhere?

-[Unknown]
Find all posts by this user
Quote this message in a reply
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.

[Image: 7jelJTF.png]

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
Find all posts by this user
Quote this message in a reply
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
Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump: