06-08-2011, 12:58 AM
forgive me, but i'm not terribly fluent with cmake
cmake output:
gdb output:
(no debugging symbols found)
cmake output:
Code:
[email protected]:~/pcsx2$ cmake . -DCMAKE_BUILD_TYPE=Devel -DCMAKE_BUILD_STRIP=FALSE
-- Use internal version of Soundtouch by default.
Note: There have been issues in the past with sound quality depending on the version of Soundtouch
Use -DFORCE_INTERNAL_SOUNDTOUCH=FALSE at your own risk
-- Install localization file in bin/Langs by default
-- Use internal pcsx2 SoundTouch library
-- Skip build of GSdx: miss some dependencies
-- check these libraries -> opengl, X11, pcsx2 SDL
-- Configuring done
-- Generating done
-- Build files have been written to: /home/moi/pcsx2
gdb output:
Code:
[email protected]:~/pcsx2/bin$ gdb pcsx2-dev
GNU gdb (Ubuntu/Linaro 7.2-1ubuntu11) 7.2
Copyright (C) 2010 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law. Type "show copying"
and "show warranty" for details.
This GDB was configured as "i686-linux-gnu".
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>...
Reading symbols from /home/moi/pcsx2/bin/pcsx2-dev...(no debugging symbols found)...done.
(no debugging symbols found)