Search results

  1. IAmCorbin

    GP2X Gp2X Wiz - Tv-Out Finally Possible !

    just ordered my connector, have to wait 21 days for shipping now though. ( as I wasn't going to pay 1000% more to get it in 3-5 days instead )
  2. IAmCorbin

    Help! Wiz Hanging On Boot

    Thanks for the help...I just copied the firmware to an SD card, inserted into Wiz, held down R and powered on. It now says "Wiz Updating... It takes about 15 Min." So hopefully in 15 minutes it will be working again ( minus my saved games :( on nand ) Success and I'll be backing up my nand from...
  3. IAmCorbin

    Help! Wiz Hanging On Boot

    According to the instructions you need more than an SD card to unbrick, you need either: 1/ A breakout board 2/ A standard “Wiz” USB cable, and suitable soldering skills I don't have either My Wiz is sitting on the boot screen right now and I'm going to let it sit there for a while as per...
  4. IAmCorbin

    Help! Wiz Hanging On Boot

    This is no good, I had been playing a couple homebrew games downloaded from the OpenHandhelds Wiz file archive and then turned off my Wiz, tried to turn it back on and now it is hanging on the GP2X Wiz Whatever you want QPlus Embedded! loading screen and not getting past it, no menu no nothing...
  5. IAmCorbin

    Sdl Joystick Test Program

    Hello everyone, I just stayed up all night coding my first little Wiz program. It is a simple SDL_Joystick test. I made some GIMP graphics for it and added music to test SDL_Mixer as well. Feel free to download it and check out the source. I hope anyone getting started with Wiz development or...
  6. IAmCorbin

    Caanoo / WIZ Simple Openwiz Toolchain Tutorial?

    Thanks, I just needed to also add another include line: #include <unistd.h> I got a simple SDL_Joystick test program running that displays button presses, and now it even exits back to the menu if I press 'L' It's not much, but I'm excited to finally have some simple code compiling and...
  7. IAmCorbin

    Caanoo / WIZ Simple Openwiz Toolchain Tutorial?

    I removed -liconv from the Makefile and it now runs fine. This is all I'm running #include "SDL.h" int main(int argc, char *argv[]) { fprintf(stdout,"Congratulations it works\n"); return 0; } Why does this just sit on the loading screen when I run it? I just got a USB serial connection...
  8. IAmCorbin

    Caanoo / WIZ Simple Openwiz Toolchain Tutorial?

    Sorry, I don't understand where I should put "LD_LIBRARY_PATH=.;$LD_LIBRARY_PATH ./myapp.gpe"
  9. IAmCorbin

    Howto: Usb Serial Shell With Stock Usb Cable

    Excellent, thank you very much, extremely helpful! Followed the instructions and it works fine. I tried running a program(sqdef) from kermit and it started the program on the Wiz, but then when I exited the program it didn't go back to the terminal in kermit, it kept displaying status lines...
  10. IAmCorbin

    Caanoo / WIZ Simple Openwiz Toolchain Tutorial?

    This is what I get running in Termula ./testSDL.gpe: error while loading shared libraries: libiconv.so.2: cannot open shared object file: No such file or directory I see libiconv.so.2 in the toolchain files, How do I go about correcting this error? Would this be a problem with my Makefile...
  11. IAmCorbin

    Caanoo / WIZ Simple Openwiz Toolchain Tutorial?

    Thanks for the help everyone, I setup a Makefile and compiled the "Hello World in SDL" program here - http://wiki.gp2x.org/wiki/Writing_an_SDL_Hello_World It compiles but when I try and run it on the wiz all I get is the loading screen and I have to reset it.
  12. IAmCorbin

    Caanoo / WIZ Simple Openwiz Toolchain Tutorial?

    I guess I'm confused on how to compile into the .gpe file, is this as simple as adding the .gpe extention to the output file? (eg.. -o testSDL.gpe)
  13. IAmCorbin

    Caanoo / WIZ Simple Openwiz Toolchain Tutorial?

    Well then could you give an example of a basic makefile for use with the toolchain?
  14. IAmCorbin

    Caanoo / WIZ Simple Openwiz Toolchain Tutorial?

    Hello everyone, I just received a Wiz as a present and have spent a lot of my time over the past couple months learning SDL and OpenGL on Ubuntu Linux. I would love to start developing for the Wiz but I am having trouble getting started. I was wondering if someone who is already up and running...
Back
Top