Search results

  1. W

    GP32 Devkitarm Release 15

    Try it anyway. A600's comment means his particular app is slower with R15 and may actually be due to some switch he's used. Perhaps he might like to provide some evidence and a break down of the code which is slower.
  2. W

    GP32 Devkitpro Windows Installer

    The devkitPro windows installer has been released. This application will allow you to selectively download and install components of the devkitPro toolchains and later update them as required. The installer/updater even checks for updated versions of itself and will download and run the new...
  3. W

    GP32 Devkitarm Release 15

    yes, you can just overwrite. devkitARM is designed to be used for gba, ds and gp32 out of the box.
  4. W

    GP32 Devkitarm Release 15

    http://devkitpro.sourceforge.net/
  5. W

    GP32 Devkitarm 4.0.1

    What C++ fix? C++ works perfectly fine. Just don't use the official SDK memory functions.
  6. W

    GP32 Devkitarm 4.0.1

    A candidate release of devkitARM using gcc 4.0.1 has been made available. http://devkitpro.sourceforge.net/
  7. W

    GP32 Implicit Declaration

    MrMirko seems to like to switch warnings off. Some of us like to see what we've potentially done wrong. With implicit declaration warnings switched off you run the risk of calling functions with the wrong parameters. Personally I'd rather see the warning than spend 2 days trying to debug an...
  8. W

    GP32 Gp32 Devkit Status

    but new uses malloc, that's the point. Just don't use the official SDK memory stuff and everything will just work(tm)
  9. W

    GP32 Implicit Declaration

    use #include <stdlib.h> implicit declarations are bad(tm)
  10. W

    Setting Up A Developing Environment On Windows Xp

    You committed one major no no. Directories containing spaces should be avoided at all costs. Move everything to a folder without a space. See the devkitPro setup guide for a suggested layout. http://devkitpro.sourceforge.net/setup.shtml
  11. W

    Setting Up A Developing Environment On Windows Xp

    You obviously didn't spend much time using Programmer's NotePad. The last time I looked at Crimson it had one fatal flaw which rendered it useless as a programmer's editor. The user configurable tools have a great deal of difficulty running from the correct path.
  12. W

    GP32 Gp32 Devkit Status

    C++ works fine with devkitARM, just don't use the crap gpmem shite and stick with malloc.
  13. W

    GP32 Devkitarm Release 13

    http://devkitpro.sourceforge.net/
  14. W

    GP32 Mirko Sdk, Coders Needed

    How would you feel at moving the SDK into the devkitPro project? devkitARM works well with libmirko and there are a number of able programmers helping out. The most recent update has standardised the environment across all 3 major platforms. A windows installer is in progress which should...
  15. W

    GP32 Devkitarm Release 12

    lots of broken things, kde blacklisted it thanks to wrong code bugs. the automated script provided by mrmirko is broken (some options are incorrect for an ARM toochain). There are a number of problems building 4.0.0 under msys but the devkitPro scripts work well for 3.4.4. devkitPro may update...
  16. W

    GP32 Devkitarm Release 12

    updated to gcc 3.4.4 updated to newlib 1.13.0 added nds crtls improved gba crtls added makefile fragments devkitPro alternative url for those having trouble with the .tk host devkitPro
  17. W

    GP32 Devkit.tk Updates

    Devkit.tk has undergone a bit of a facelift, hope you like the new look. Please switch on javascript and help support devkit development by clicking on some adverts. Xboo Communicator and libgba have added keyboard handling code. This update was inspired by Torlus and his rather fun PandaForth...
  18. W

    GP32 Gp32 Devkitadv Command List???

    just? :rolleyes:
  19. W

    Devkitarm Updated

    DevkitARM has now been updated with gcc 3.4.3 win32 and linux binaries can be found on sourceforge http://sourceforge.net/projects/devkitpro/ http://sourceforge.net/project/showfiles.p...lease_id=304886
Back
Top