Search results

  1. X

    GP2X Programing On Gp2x

    I uploaded somewhere in this forum a linux script to download, patch, and compile a working version of Tiny C Compiler for onboard use.
  2. X

    Tcc + Open2x App Libs

    At least! I made Tiny C Compiler work with the official libs... You will need: - The official SDK - The latest patch to the official SDK - MSYS with CVS - wget in your path This script is easily adaptable to run on other operating system CODE #!/bin/sh # tcc_distro.sh # This script tries to...
  3. X

    Tcc + Open2x App Libs

    I use this script to build the TinyCC onboard package in a bash environment, like MinGW or native GNU/Linux. Its installed on dev/tcc inside of the SD card. CODE #!/bin/sh # tcc_distro.sh # This script tries to generate a GP2X suitable TCC distro. # CVS path to retrieve latest TCC sources...
  4. X

    Tcc + Open2x App Libs

    Thanks Lonewolf... Yes, i've been linking them statically... But i think it could have more to do with the fact that Open2x libs are compiled with soft float emulation or something alike... there is any patch to enable tcc to link with libraries compiled with gcc and soft float emulation?
  5. X

    Tcc + Open2x App Libs

    Hi all, I usually use TCC-arm + Termula2x to do onboard development while commuting. I just installed on my andLinux Open2x to take advantage of its optimizations, and tried replacing the libs i configured for TCC (that if i remember well are the official SDK ones) with the Open2x libs. The...
  6. X

    Me Doing Bacteria's D-pad Mod

    I opened my GP2X. I tried to open the joystick case, but noted that 2 of the thingies that snap together the joystick case were soldered as ground pins. But unexpectedly, i noted that the stick was responsive again... So i reassembled my GP2X... By the way, in Last Blade 2 you need the...
  7. X

    How Much Would You Pay For A D-pad Pre-modded Gp2x?

    DaveC: My joystick simply went limp. I'm very, very interested in your kit...
  8. X

    Me Doing Bacteria's D-pad Mod

    What about fighting games? My joystick just went limp yesterday... I play a lot Last Blade 2... but i couldn't make some moves like Kouryu's desperation move when facing right... anyone that is fan of SNK's fighting games have tried this mod? what about the insane hidden super desperation move...
  9. X

    Broken Joystick

    My joystick just went limp, i couldn't put it back, i have put it back like 2 times without too much effort, but this time I cannot. I truly hate this joystick... Now i cannot use my gp2x at all because all is selectable from the main menu... I tried the rotating thing and I was unable to make...
  10. X

    GP2X Are There Any 3d Engines Available For The Gp2x?

    Trenki did an awesome C++ 3D engine for the GP2X, i'm surprised that he isn't named in this thread yet. It even supports some form of shaders...
  11. X

    Gui Developement

    What about using as default the E17 libraries? They are in plain C, they have very advanced graphics capabilities, lots of builtin raster effects, they are totally themeable and scriptable...
  12. X

    Does The Arrival Of Pandora Mark The Death Of Gp2x Development?

    The development of software for the GP2X hasn't reached yet its limits. Trenki and the Payback team demonstrated that the GP2X is capable of running HDRI / Shader capable 3D engines. So, I foresee a flood of good 3D games for the GP2X, soon.
  13. X

    Pandora's Design

    Thats what i wanted when I got my first gp2x; a cheap, ARM based palmtop. Now the Pandora is closer to that goal. The only change i would do is the aforementioned adding of Ctrl, Alt, keys in standard positions, because i'm a heavy shell user. I don't care about the unit's aesthetics if it will...
  14. X

    GP2X Gp2x Dev Station

    I've actually used STerm plus TCC to make half of a triangle rasterizer during a trip. It was painful, but bearable. VI was originally thought to be used across dumb terminals, so it was designed to do lots of things with very few keystrokes. That helped a lot, as the firmware comes with a tiny...
  15. X

    Gp2x-write: A Text Editor For Gp2x V1.0.2

    I downloaded it, and i was amazed by the speed in which you can type and the fact that the same characters always were produced by the same joy/button stroke combination (that is very important, because helps you to memorize easily the strokes and don't think on them consciously). Basically...
  16. X

    GP2X My Software Triangle Rasterizer

    Interesting. I saw your postings in gamedev.net too, downloaded the renderer and its really fast. The only thing with your renderer (isnt really an issue) is that its written in C++ instead of C, so isn't possible to use it to code onboard (yet). But great renderer... will you make some games...
  17. X

    New Gp2x F-200

    Hi Craigix & EvilDragon... I surely will buy a gp2x f200 even with the fact I'm more than happy with my current f100 mk2. But... I think the addition of a realtime clock, it will bring the gp2x from being only a game console to be the cheapest palmtop available. Think of the chances for GPH...
  18. X

    I'd Like To Start Developing - Which Sdk?

    Why exactly it sucks? Its the only one that runs with the libc provided in the hardware, with any gcc4 toolkit you need to replace the libc, or compile statically and many of the apps I port are loading .so files at runtime, so static linking is not an option. I even took the libs and headers...
  19. X

    Sqdef, My Tower-defense Game

    Great game. I'm becoming addicted to it. Keep the good work!! Games like this one are the ones that make me proud of having a GP2X.
  20. X

    Direct Coding From Keyboard

    Try sterm. The GP2X has a 'vi' editor onboard. With sterm, the TCC compiler, the libraries and headers from a cross GCC compiler, and vi, you can develop C programs onboard.
Back
Top