Hello ajblane, I hope you don't mind that I take this to our mailing list
https://lists.sourceforge.net/lists/listinfo/genode-main The list is the primary discussion forum for Genode related questions. For further questions, other developers have the chance to offer a helping hand. So, please subscribe using the link above. Regarding your current issue: Do you use a 64-bit Linux installation? Currently, our GDB port is limited to 32-bit and supported platforms are me@home:genode.git> (cd ports/lib/mk; find -name "gdbserver_platform.mk") ./foc_arm/gdbserver_platform.mk ./pistachio_x86/gdbserver_platform.mk ./foc_x86_32/gdbserver_platform.mk ./linux_x86_32/gdbserver_platform.mk ./fiasco_x86/gdbserver_platform.mk ./okl4_x86/gdbserver_platform.mk ./nova_x86_32/gdbserver_platform.mk Regards -- Christian Helmuth Genode Labs http://www.genode-labs.com/ · http://genode.org/ https://twitter.com/GenodeLabs · /ˈdʒiː.nəʊd/ Genode Labs GmbH · Amtsgericht Dresden · HRB 28424 · Sitz Dresden Geschäftsführer: Dr.-Ing. Norman Feske, Christian Helmuth On Fri, May 23, 2014 at 11:09:43AM +0800, ch ajblane wrote: > Dear sir: > I want to use Qemu's GDB stub to debug, so I read these articles which > are "How to start exploring Genode" and "User- level debugging on Genode > via GDB". > > > I do six steps as follow, but the six step can't work. > > step 1: > cd <genode-dir> > > ./tool/create_builddir linux_x86 BUILD_DIR=build.lx > > step 2: > > cd build.lx > make run/demo > > step 3: > Change to the ports repository and issue the following command > make prepare PKG=gdb > > step 4: > Change to the libports repository and issue the following command > make prepare > > step 5: > Change to the qt4 repository and issue the following command > make prepare > > step 6: > Change to the build directory and issue the following command > make app/gdb_monitor > > But step 6 can't work. it's error message is > > checking library dependencies... > Library-description file gdbserver_platform.mk is missing > > My question is how to let step 6 can work. > Please help me. Thanks. > > Best regard. > > About me: > My name: ajblane > I am a P.H.D student. > My school: http://www.cs.ccu.edu.tw/english/ > My Hackpad: https://genode_for_fun.hackpad.com/ > My github: https://github.com/ajblane ------------------------------------------------------------------------------ "Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE Instantly run your Selenium tests across 300+ browser/OS combos. Get unparalleled scalability from the best Selenium testing platform available Simple to use. Nothing to install. Get started now for free." http://p.sf.net/sfu/SauceLabs _______________________________________________ Genode-main mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/genode-main
