Search results

  1. B

    Kdrive Source?

    Where can I find the kdrive source? I want to rebuild with soft-float since linking with the libs posted here is just wearing me down. I got the version the was used with the posted build, but that has a hacked makefile rather than using configure, so I'd like to grab the sources from whereever...
  2. B

    X Link Error

    I'm trying to build a package, using configure, and it all works fine with the single exception of the X libraries. There's a step to locate the Xtst lib, and the line: gp2x-gcc -o conftest -O3 -Wall --fast-math -I$(GP2XDEV)/gp2x/include -I$(GP2XDEV)/include -lpthread -ldl conftest.c -lXtst...
  3. B

    Windows Inf File

    I just got a new PC & I can't find that darn inf file to install the connection in XP. Where on earth can I find it? I think the name was "gp2xdriver.inf", but I'm probably wrong.
  4. B

    Version Confusion

    This is probably covered elsewhere - it's in the wiki, but still not clear ... There's talk about MK2, and the "new" version in the official release, and mention of WiFi support. Now, my questions are actually very simple indeed: My serial number is 2006.02.22 - GP2XV127 00002958 (from the info...
  5. B

    Keyboard Info

    How can I identify the keys pressed in C/C++? I don't want to add SDL to the mix, particularly since I have most of it working. However, I can't seem to work out the input from the /dev/GPIO device - what are the mask values returned?
  6. B

    Usb Networking

    This describes how to connect your GP2X to your Windows PC using the new facilities available in the v2.0 firmware. Since I've only just managed to get it to work, this should be updated to clarify any new information, but here's a first attempt. For the record, the todos are: - explain how...
  7. B

    Basic Information Needed

    OK, so my cool little box runs linux. And the darn libs on the thing are incompatible with anything I want to build. However, I can't find the information to understand what is and what is not possible. Is there anywhere that explains the following: What files are installed as default? I mean...
  8. B

    Libc Version Conflicts

    I've been trying to port some stuff, and my initial attempt failed to run because of the libc version. To resolve this I copied the libs from the gp2x to my PC and built against them. Still no joy - what am I doing wrong? For the record, building against the GP2X libs, I get...
  9. B

    What Tools Should I Use?

    What toolkits and platforms are available for GP2X? I've just ordered one, and I'd like to hack at it when it arrives (and probably ultimately come up with something useful :D ). Is there a list of the tools, preferably split into platform, language, etc. available anywhere on the web? I'm...
Back
Top