Recent content by jazz

  1. J

    Wiz ist da :)

    Hurra der :wiz: ist da :D Er funktioniert tadellos und liegt schön ordentlich in der Hand. Super schneller Versand! Leider wackelt irgendetwas im inneren. Möglicherweise ist es der Akku (kennt das sonst noch jemand). Ist aber kein Mangel den ich beanstanden würde/werde.
  2. J

    Caanoo / WIZ Openwiz: Fatal: Kernel Too Old

    Ho, and I thought the Wiz did not support FPA or VFP, am I mistaken?
  3. J

    Caanoo / WIZ Openwiz: Fatal: Kernel Too Old

    zlib and libpng are not instaled on the Wiz, as far as I know, so it would not start because of laking libraries. Just copy the shared libs next to your binary, (You may need to rename to something like libpng.so.0"] In fact I was wrong, I found zlib and libpng on the Wiz, so I tried to copy...
  4. J

    Caanoo / WIZ Openwiz: Fatal: Kernel Too Old

    Tried this, it now only crashes with a segfault and says nothing more. The first line of the main function is a printf that does not show up. With LD_TRACE_LOADED_OBJECTS=1, it still crashes with only a segfault. Is there a way to use gdb? I use the gp2x version and when theres a pthread error i...
  5. J

    Caanoo / WIZ Openwiz: Fatal: Kernel Too Old

    zlib and libpng are not instaled on the Wiz, as far as I know, so it would not start because of laking libraries. Just copy the shared libs next to your binary, (You may need to rename to something like libpng.so.0"] Tried this, it now only crashes with a segfault and says nothing more. The...
  6. J

    Caanoo / WIZ Openwiz: Fatal: Kernel Too Old

    You should link dynamically as Peter said. zlib and libpng are not instaled on the Wiz, as far as I know, so it would not start because of laking libraries.
  7. J

    Caanoo / WIZ Openwiz: Fatal: Kernel Too Old

    I statically linked with zlib and libpng only! I dynamically linked with standard libraries (I tried statically, I get the same error).
  8. J

    Caanoo / WIZ Openwiz: Fatal: Kernel Too Old

    I tried to port Nethack to the Wiz (this version). With openwiz, I cross compiled zlib and libpng, I compiled Nethack and linked it statically with zlib and libpng, and when I start it on the Wiz, I get the error message "FATAL: kernel too old" then it crashes with a segfault. Does anybody know...
Back
Top