Search results

  1. G

    Scam Recovery

    I am not sure who to contact but I got scammed by a company in the UK and am looking for a government agency to contact to see if I can get help recovering my money, or at least stopping someone else from loosing their money. I tried to purchase some unlocked GSM Motorola Milestone Droid...
  2. G

    Pandora Pandora Debugging Environment

    I see lots of help on the compilers and other tools but I was looking for more specific information on the debugging environment. Since we have a Wifi set-up I assume I can do a remote debugging session over the network since that is there. But I did not see anything in the USB documentation...
  3. G

    San Fancisco Gdc - Gp2x

    I just got back from GDC and I ran into another GP2X person there (just be fore booth tear down) by accident when I was manning the Full Sail booth. The person (sorry I did not write your name down) was in college and he found someone in his school who sat behind him in class that had a Gp2X...
  4. G

    GP2X Rt73sta Wireless Usb Driver

    I have compiled and built the driver code with the 2.95.3 version of the tool kit. What a pain .. all multi-line macro's with ' \' to make then look pretty had to have the '\' removed and the macro made one line. I also had to fix unamed union access to force an instance because of the way...
  5. G

    GP2X Remote Debugging To Gp2x

    I guess I am spoiled when it comes to debugging. I like being able to set break points, step into/outof functions and do it from a visual debugger. As I tried to remember all of the gdb commands I had forgotten I remembered that gdb support a remote connection. This can be done by linking in...
  6. G

    New Target Capacity For Sd - 32gb

    Here is a little blurb on the SD hc format that based on the standard can be built with up to 32 Gb of capacity. When these come out our readers will need to be changed or the firmware modified to handle this. http://www.itechnews.net/2006/03/09/high-c...ng-this-summer/ This is not new but I...
  7. G

    Sdl Version Of Visual Boy Advanced

    I have a version of the VBA code that I use in the class I teach at Full Sail where I took the 1.8.0 source and fixed a bunch of stuff to make it work for source code bebugging and the like. It has a core file in the emulation that on x86 machine is in assembly and I am going to rewite that for...
  8. G

    Link Error (probably My Error)

    I have compiled a rather large project fro the first time with C++ on my windows box for the gp2x but I am getting an error diring the link that seems to point at a configuration error in my tool set up. Here is the error I am seeing: Making all in sdl make[2]: Entering directory...
  9. G

    Kernel Module Build With 2.0.0 Release

    I am trying to build a module for the 2.0.0 release and am having trouble with what I think is the tool setup or it could be the source I am working with. Any suggestion would be welcome. The tools are running on linux and I install the 2.95.3 gcc (per the wiki) and set up the environment...
Back
Top