Search results

  1. 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...
  2. X

    New Starting Site About Gp2x, With Reviews And Code Tips

    Hi. I just am working in some site about the GP2X. The site is planned to have positive reviews of the newest software for GP2X and some game programming tips. Here is the address: http://www.gp2xsoftwarereview.com I hope it will be useful bot to coders and users.
  3. X

    Libtcc1.a And Floating Point

    Hi all Im doing onboard development using tcc... But I haven´t been able to find a suitable libtcc1.a, the one in tcc source fails to compile, the one in the previous version of tcc fails at multiplying two floating point numbers... I need help about how to hack libtcc1.c to include the asm...
  4. X

    GP2X Onboard Chicken Scheme

    Hey, I've just uploaded my port of Chicken Scheme (more info here), a compiler and interpreter for the Scheme programming language. Link: Here!
  5. X

    An Idea For A Fast Psx Emu

    I was thinking about an idea for a fast PSX emu... The idea is: instead of interpreting the PSX instructions on the GP2X, why not create a program that could translate the PSX program into C code, and then compile it for GP2X. That would be kinda faster.
  6. X

    Using The 2nd Processor

    How do I use the 2nd processor? Do I need to build another compiler toolchain for it? How do I exchange data between a process running on the 1st processor and one running on the 2nd processor? Thanks in advance, XhyldazhK
  7. X

    Problem With Audio Jack...

    Yesterday my audio jack began behaving very strange. It didn't stopped speaker output when plugging earphones. How do I fix it? Because I use the GP2X as a MP3 player a lot while commuting. Thanks in advance, XhyldazhK
Back
Top