Post Reply 
 
Thread Rating:
  • 1 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
PPSSPP for nokia n900??
01-04-2014, 06:39 PM
Post: #20
RE: PPSSPP for nokia n900??
(01-01-2014 11:03 PM)xsacha Wrote:  The problem appears to be that it is compiling as x86 instead of ARM. I will add an exception for Maemo (like I did for Meego) to fix that.
Thanks. I got little further. And I was able to add this:
Code:
index 46d61b1..8d2de3a 100644
--- a/Qt/Settings.pri
+++ b/Qt/Settings.pri
@@ -51,7 +51,7 @@ else { # Assume ARM
gleslib = $$lower($$QMAKE_LIBS_OPENGL)
gleslib = $$find(gleslib, "gles")
maemo|!count(gleslib,0) {
-       DEFINES += USING_GLES2
+       DEFINES += USING_GLES2 MAEMO
}
Compiling with cmake, there are even more defines (should they be used also?):
Code:
-DPPSSPP -DMAEMO -DARM -DUSING_GLES2 -D_XOPEN_SOURCE=600 -D_XOPEN_SOURCE_EXTENDED -D__BSD_VISIBLE=1 -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64


Make then ended with:
Code:
../native/base/QtMain.cpp: In function 'int main(int, char**)':
../native/base/QtMain.cpp:104:29: error: 'AA_X11InitThreads' is not a member of 'Qt'

I already tested to just comment it out and then next error will be:
Code:
cannot find -lQtSensors
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
PPSSPP for nokia n900?? - samipower - 01-31-2013, 09:06 PM
RE: PPSSPP for nokia n900?? - xsacha - 02-01-2013, 12:22 AM
RE: PPSSPP for nokia n900?? - samipower - 02-18-2013, 12:00 AM
RE: PPSSPP for nokia n900?? - VIRGIN KLM - 02-18-2013, 03:31 AM
RE: PPSSPP for nokia n900?? - Diman9 - 03-17-2013, 07:19 AM
RE: PPSSPP for nokia n900?? - Henrik - 03-17-2013, 09:32 AM
RE: PPSSPP for nokia n900?? - xsacha - 03-22-2013, 10:47 PM
RE: PPSSPP for nokia n900?? - [Unknown] - 03-22-2013, 07:10 AM
RE: PPSSPP for nokia n900?? - [Unknown] - 03-22-2013, 01:41 PM
RE: PPSSPP for nokia n900?? - [Unknown] - 03-22-2013, 02:57 PM
RE: PPSSPP for nokia n900?? - xsacha - 03-24-2013, 05:53 AM
RE: PPSSPP for nokia n900?? - xsacha - 03-24-2013, 10:41 PM
RE: PPSSPP for nokia n900?? - xsacha - 01-01-2014, 11:03 PM
RE: PPSSPP for nokia n900?? - AapoRantalainen - 01-04-2014 06:39 PM
RE: PPSSPP for nokia n900?? - xsacha - 01-04-2014, 11:43 PM

Forum Jump: