Recent content by waltercool

  1. W

    Caanoo Firmware Update V1.0.6

    Seems like Caanoo doesnt like FAT32 for upgrade :/ Just FAT16... be aware of that or will not work.
  2. W

    Problem Compilating D:

    Wow! Ethernet gadget rulz!! But i just already bought a Wifi adapter xD Im going to use both maybe... why Ethernet gadget isnt on openhandhelds.org? =/ Anyways, i dun' know that... but gdb for ARM9 (caanoo) was on GPH_SDK/tools :o Im just using GPH_SDK + Makefiles instead toochain +...
  3. W

    Serious Slowdown While Using The Touch?

    Thats bad D: Should be a function "enabling" and "disabling" touchscreen :/ A touchscreen always on just will make a bad performance
  4. W

    Sdl_Net For Host Absent In Official Gph Sdk?

    I find it there: http://dl.openhandhelds.org/cgi-bin/caanoo.cgi?0,0,0,0,17,477 But if you had compiled, should be nice ;)
  5. W

    Problem Compilating D:

    But how i can debug it on caanoo, i havent a USB wifi dongle for ssh connection :/
  6. W

    Problem Compilating D:

    Seems like gdb was compiled with gdb-tui, a Ncurses version of gdb..., just doing a link of libtermcap.so or libncurses.so to libtinfo.so.5 works Anyways, i cant make an app works... thats happens: GNU gdb 6.8 Copyright (C) 2008 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3...
  7. W

    Sdl_Net For Host Absent In Official Gph Sdk?

    I have SDL_NET on the official toolchain ;)
  8. W

    A Port Of Colors! - Anyone Willing ?

    Im really interested too!! Colors! is a great app on my NDS, im actually using it like a notepad (using x2 zoom and smaaall font)
  9. W

    Problem Compilating D:

    With GDB i just get a "/opt/caanoo/bin/arm-gph-linux-gnueabi-gdb: error while loading shared libraries: libtinfo.so.5: cannot open shared object file: No such file or directory" D:
  10. W

    Problem Compilating D:

    How can i debug on Caanoo?? Im tired of black screens of dead D: Idk why this code http://www.lazyfoo.net/SDL_tutorials/lesson17/index.php is not working D:
  11. W

    Problem Compilating D:

    Try using the toolchain + DGE instead Caanoo SDK, is a bit easier (and you dont need to play with target and hosts)
  12. W

    Problem Compilating D:

    Hi there Im using the official toolchain for Linux and DGE, but my binaries doesnt works (if i compile for 32bits, works fine) That im using for compile: /opt/caanoo/bin/arm-gph-linux-gnueabi-g++ test.cpp -I/opt/caanoo/arm-gph-linux-gnueabi/sys-root/usr/include/SDL -D_GNU_SOURCE=1...
  13. W

    Caanoo / WIZ Gaming Wiz Slow With Sdl_Ttf.h

    Remember, try avoiding use a excessive I/O on disk (SD), is slow... doing a "Initializing" method (try loading almost on startup) is always a good practice :) (being aware of high RAM usage of course)
  14. W

    Caanoo / WIZ Good Linux Toolchain For Wiz?

    Because Wiz is a great gaming console too, i just dont want be a Wiz developer killer ;) But with DGE, in theory, you can make a standard code for both game consoles (as i read) just including DGE for Caanoo or DGE for Wiz (using if)
  15. W

    Caanoo / WIZ Good Linux Toolchain For Wiz?

    But Wiz is using a OABI, Caanoo is using EABI instead... idk if will work... :/ (and i havent a Wiz for testing too...) But DGE is a great idea for compatibility... different constants for Caanoo and Wiz, different libraries for each gaming console, but same methods with different values (for...
Back
Top