You are not logged in.
Pages: 1
I'm back.
Looking at the trunk, has there been work to build the GTK flavour on OS X? The cocoa flavour looks a bit broken.
Just to mention why I care: since cflash support breaks for me when upgrading my devkitpro tools to circa r28 on Linux, I would like to get it back again, and under OS X this time. I need to emulate and debug in Insight/GDB/Eclipse for the DSlibris project.
Moby, are you using a CFLASH image? I have been able to write files that way on particular platforms -- that is, running on Ubuntu with a binary built from source. No luck on OS X and haven't tried on XP.
Is fopen() returning success but you don't get a file?
cheers
Any anecdotes or otherwise on how far cflash image support has gone in the OSX flavour of desmume? I don't seem to get similar results as on Ubuntu 8.04...
Heh, you got to EDIT 3 much faster than it took me the first time
Your mileage matches mine.
Has anyone been able to create FAT disk images under OS X that work with desmume?
The lack of a mkfs suite seems to be a barrier.
so far so good. remove -O2 from CFLAGS for both procs to get sensible source stepping.
issue does not manifest in my configuration using 0.7.3.
similarly, on FC8 (Linux fugazi.local 2.6.24.7-92.fc8 #1 SMP Wed May 7 16:50:09 EDT 2008 i686 i686 i386 GNU/Linux)
[rhaleblian@fugazi dslibris]$ gdb --args desmume-cli dslibris.nds --arm9gdb=20000
GNU gdb Red Hat Linux (6.6-35.fc8rh)
Copyright (C) 2006 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB. Type "show warranty" for details.
This GDB was configured as "i386-redhat-linux-gnu"...
Using host libthread_db library "/lib/libthread_db.so.1".
(gdb) run
Starting program: /opt/bin/desmume-cli dslibris.nds --arm9gdb=20000
warning: Missing the separate debug info file: /usr/lib/debug/.build-id/ac/2eeb206486bb7315d6ac4cd64de0cb50838ff6.debug
warning: Missing the separate debug info file: /usr/lib/debug/.build-id/0b/110f91cb785a9133102dff41a2eb2503c45937.debug
warning: Missing the separate debug info file: /usr/lib/debug/.build-id/6c/1cdbb38ae2a292613c8c31195417ee80ea7e1e.debug
[Thread debugging using libthread_db enabled]
[New process 12679]
warning: Missing the separate debug info file: /usr/lib/debug/.build-id/c9/1667d94147b7a8a3dded6fc02c1c5d3ada863a.debug
warning: Missing the separate debug info file: /usr/lib/debug/.build-id/e2/bbd1eacd0ca20fb84248cf04046c69c1cdee27.debug
warning: Missing the separate debug info file: /usr/lib/debug/.build-id/ba/4ea1118691c826426e9410cafb798f25cefad5.debug
warning: Missing the separate debug info file: /usr/lib/debug/.build-id/92/8ab51a53627c59877a85dd9afecc1619ca866c.debug
warning: Missing the separate debug info file: /usr/lib/debug/.build-id/db/a292aff9720bfc3f25c53fa8e469168460a894.debug
warning: Missing the separate debug info file: /usr/lib/debug/.build-id/03/5807c541381466da2f8457545e62c87066fd4f.debug
warning: Missing the separate debug info file: /usr/lib/debug/.build-id/90/ebf9c172c9332feed316b7c0fdff30ce1a15ae.debug
warning: Missing the separate debug info file: /usr/lib/debug/.build-id/8a/cc903fa48e73406552c64938e7866699a10801.debug
warning: Missing the separate debug info file: /usr/lib/debug/.build-id/54/97ce83a1cf21660e17bef3f4831e2f24afe795.debug
warning: Missing the separate debug info file: /usr/lib/debug/.build-id/41/b572ad1b8e3fac8fb0dadf6bcc2b61ef6e08a9.debug
warning: Missing the separate debug info file: /usr/lib/debug/.build-id/60/d593e7987c4f31a338bf509b15d713aa1fe1fb.debug
warning: Missing the separate debug info file: /usr/lib/debug/.build-id/88/27308433e33aeefb560f42fb133577c8936f20.debug
warning: Missing the separate debug info file: /usr/lib/debug/.build-id/db/8cb95645d5df469d4aece301cdb5e60087be21.debug
warning: Missing the separate debug info file: /usr/lib/debug/.build-id/f2/8414adf5c05e495ce77db42b8b14f40bff2fef.debug
warning: Missing the separate debug info file: /usr/lib/debug/.build-id/e6/6176c26fd113826bac909964f08ed95e3b1745.debug
warning: Missing the separate debug info file: /usr/lib/debug/.build-id/0d/605d38e5e2d23fb14837dd95144b2d330b946c.debug
warning: Missing the separate debug info file: /usr/lib/debug/.build-id/87/d66bafb3c5d1af9e5a91a447ef5efcc0a3ec3c.debug
[New Thread -1208599664 (LWP 12682)]
[New Thread -1208596784 (LWP 12679)]
warning: Missing the separate debug info file: /usr/lib/debug/.build-id/99/575d169ed67c966005b44652ea183f0437b0ee.debug
warning: Missing the separate debug info file: /usr/lib/debug/.build-id/3b/db6d4e345aec32ec5498236708a53bb49d26c4.debug
warning: Missing the separate debug info file: /usr/lib/debug/.build-id/04/ae3795bc4da9647985eaafd55123b36729d66c.debug
warning: Missing the separate debug info file: /usr/lib/debug/.build-id/99/575d169ed67c966005b44652ea183f0437b0ee.debug
warning: Missing the separate debug info file: /usr/lib/debug/.build-id/3b/db6d4e345aec32ec5498236708a53bb49d26c4.debug
warning: Missing the separate debug info file: /usr/lib/debug/.build-id/04/ae3795bc4da9647985eaafd55123b36729d66c.debug
[New Thread -1219355760 (LWP 12683)]
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread -1208596784 (LWP 12679)]
activateStub_gdb (instance=0xc019008, cpu_ctrl=0x4e20) at gdbstub.c:1657
1657 stub->cpu_ctrl->stall( stub->cpu_ctrl->data);
For those on Fedora, look for /sbin/mkfs.msdos in lieu of mkdosfs.
Built successfully from CVS using CodeBlocks 8.02 on OS X 10.5.2. IOW, I'm taking the README seriously now.
Since the previous the 0.7.3 source release did build for me. Synced to head via CVS I still am not able to run autogen.sh successfully.
bast:desmume rhaleblian$ ./autogen.sh
Running intltoolize
autoreconf: Entering directory `.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal --force
/sw/share/aclocal/glib.m4:8: warning: underquoted definition of AM_PATH_GLIB
run info '(automake)Extending aclocal'
or see http://sources.redhat.com/automake/auto … ng-aclocal
/sw/share/aclocal/audiofile.m4:12: warning: underquoted definition of AM_PATH_AUDIOFILE
autoreconf: configure.ac: tracing
autoreconf: configure.ac: not using Libtool
autoreconf: running: /sw/bin/autoconf-2.60 --force
autoreconf: configure.ac: not using Autoheader
autoreconf: running: automake --add-missing --copy --force-missing
configure.ac:202: required file `${PO_MAKEFILE}.in' not found
autoreconf: automake failed with exit status: 1
configure wants to set ${PO_MAKEFILE} to 'po/Makefile.in', at least conditionally, which would give po/Makefile.in.in, which does exist.
0.7.3 is building successfully for me using Xcode under 10.4.11. However, at runtime,
fatInitDefault() fails,
and the ARM9 GDB stub doesn't seem to work.
How would I go about building a debug configuration to use with either GDB or Xcode? I naively tried the 'stock' Debug configuration in Xcode but don't get working breakpoints.
...and optimized-away variables are clearly shown in local variables view, and sure enough are affected by choice of level 0 or level 2 optimizations, as masscat stated.
masscat, this is brilliant. Literally took me 20 minutes to fetch, build and install desmume and insight and i am stepping through code now.
regarding the problem with /r in configure, can I send a fixed 'configure' to someone to package into 0.7.3 so people on OS X and Ubuntu don't run into this need to run dos2unix? it's a very simple change.
hey, works better in 0.7.1
http://ds.voidyourwarranty.us/2007/06/1 … i386deb-3/
also only get 8.3 filenames.
opendir() works but paths in freetype don't.
Package: desmume
New: yes
State: installed
Automatically installed: no
Version: 0.7.1-1
Priority: extra
Section: checkinstall
Maintainer: root@tommy-desktop
Uncompressed Size: 418k
Description: Package created with checkinstall 1.6.1
hmm. no luck opening anything even at the root level.
Package: desmume
New: yes
State: installed
Automatically installed: no
Version: 0.6.0-0ubuntu1
Priority: extra
Section: universe/games
Maintainer: Ubuntu MOTU Developers <ubuntu-motu@lists.ubuntu.com>
Uncompressed Size: 979k
Depends: libatk1.0-0 (>= 1.13.1), libc6 (>= 2.5-0ubuntu1), libcairo2 (>=
1.3.14), libfontconfig1 (>= 2.4.0), libglade2-0 (>= 1:2.5.1),
libglib2.0-0 (>= 2.12.9), libgtk2.0-0 (>= 2.10.3), libpango1.0-0 (>=
1.15.6), libsdl1.2debian (>= 1.2.10-1), libx11-6, libxcursor1 (>
1.1.2), libxext6, libxfixes3 (>= 1:4.0.1), libxi6, libxinerama1,
libxml2 (>= 2.6.27), libxrandr2 (>= 2:1.2.0), libxrender1, zlib1g (>=
1:1.2.1)
Pages: 1