Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Qt build for Linux
08-24-2013, 03:52 PM (This post was last modified: 08-24-2013 05:09 PM by necrotek.)
Post: #6
RE: Qt build for Linux
Thank you. I tried to move -lz to the end of LIBS and now I get a lot of lines like this "/usr/bin/ld: i386:x86-64 architecture of input file `../ffmpeg/linux/x86_64/lib/libavformat.a(allformats.o)' is incompatible with i386 output" (~165 similar lines related to ffmpeg). After that I tried to compile ffmpeg using linux script before trying to compile ppsspp again, and it did work. But for some reason, I get a "Segmentation fault (core dumped)" without any additional information if I try to run PPSSPPQt.

If I try ro run release build, the application just doesn't show up and gives "Segmentation Fault". If I try to run debug build, application shows up but closes after 1-2 sec (it differs, sometimes almost instantly, sometimes almost after ppsspp logo disappears). Debug output:

Code:
./PPSSPPQt
I: ../native/file/zip_read.cpp:227: I: Registered VFS for prefix : assets/
I: ../native/file/zip_read.cpp:227: I: Registered VFS for prefix : ./
QMetaObject::connectSlotsByName: No matching signal for on_language_changed(QAction*)
I: ../native/gfx/texture.cpp:235: I: ZIM loaded: 1 levels
I: ../native/gfx/texture.cpp:266: I: Gen-binding texture
Segmentation fault (core dumped)

If I try to debug the application, it crashes at this line.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Qt build for Linux - necrotek - 08-23-2013, 03:34 PM
RE: Qt build for Linux - xsacha - 08-23-2013, 10:13 PM
RE: Qt build for Linux - necrotek - 08-23-2013, 10:55 PM
RE: Qt build for Linux - necrotek - 08-24-2013, 06:25 AM
RE: Qt build for Linux - veeableful - 08-24-2013, 02:12 PM
RE: Qt build for Linux - necrotek - 08-24-2013 03:52 PM
RE: Qt build for Linux - TheDax - 08-24-2013, 06:12 PM
RE: Qt build for Linux - necrotek - 08-24-2013, 06:43 PM
RE: Qt build for Linux - TheDax - 08-24-2013, 06:58 PM
RE: Qt build for Linux - necrotek - 08-24-2013, 07:02 PM
RE: Qt build for Linux - TheDax - 08-24-2013, 07:09 PM

Forum Jump: